AI 147272: am: CL 147271 am: CL 147269 Remove "show compass" option as it requires Google Maps dependency.

Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147272
This commit is contained in:
Xavier Ducrohet
2009-04-21 16:22:37 -07:00
committed by The Android Open Source Project
parent b3b2fa016e
commit 5552f05bbe
4 changed files with 0 additions and 49 deletions

View File

@@ -142,13 +142,6 @@
android:layout_below="@id/font_hinting"
android:layout_alignParentLeft="true"
android:text="@string/development_settings_show_xmpp_text" />
<CheckBox android:id="@+id/show_maps_compass"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/show_xmpp"
android:layout_alignParentLeft="true"
android:text="@string/development_settings_show_maps_compass_text" />
</RelativeLayout>