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

@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -18,22 +18,6 @@
android:orientation="vertical"
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"