text changes to language picker

bug: 2129684

Change-Id: I0a525c32b1b2712d6d38fa202834931a3deeed2d
This commit is contained in:
Freeman Ng
2010-04-16 17:43:32 -07:00
parent 38750b4736
commit 73f877a68d
2 changed files with 3 additions and 21 deletions

View File

@@ -19,22 +19,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/select_your_language"
android:layout_gravity="center_horizontal"
android:paddingBottom="10dip"
android:textAppearance="?android:attr/textAppearanceLarge"
/>
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:layout_marginTop="8dip"
android:background="@android:drawable/divider_horizontal_dark"
/>
<ListView android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -419,9 +419,7 @@
<!-- LocalePicker -->
<!-- Title for the locale picker activity -->
<string name="language_picker_title">Locale</string>
<!-- Locale picker screen. Label for choosing the locale -->
<string name="select_your_language">Select your language</string>
<string name="language_picker_title">Language</string>
<!-- The title of the dialog to pick an activity. This is shown when there are multiple activities that can do a particular action. For example, suppose you click on the "Share" menu item in the Browser. Since you can share the webpage URL via many communication methods, this dialog would come up with choices like "Email", "IM", etc. This is a generic message, and the previous example is a single possible scenario (so please don't assume it's for the browser or anything :) ). -->
<string name="activity_picker_label">Select activity</string>