text changes to language picker
bug: 2129684 Change-Id: I0a525c32b1b2712d6d38fa202834931a3deeed2d
This commit is contained in:
@@ -19,22 +19,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="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"
|
<ListView android:id="@android:id/list"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
@@ -419,9 +419,7 @@
|
|||||||
|
|
||||||
<!-- LocalePicker -->
|
<!-- LocalePicker -->
|
||||||
<!-- Title for the locale picker activity -->
|
<!-- Title for the locale picker activity -->
|
||||||
<string name="language_picker_title">Locale</string>
|
<string name="language_picker_title">Language</string>
|
||||||
<!-- Locale picker screen. Label for choosing the locale -->
|
|
||||||
<string name="select_your_language">Select your 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 :) ). -->
|
<!-- 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>
|
<string name="activity_picker_label">Select activity</string>
|
||||||
|
Reference in New Issue
Block a user