summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-08-21 20:51:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-21 20:51:44 +0000
commit2534be37462f9ab5c98ca07758d71f98019eddf4 (patch)
tree0c1e5850d4f0d8ad2f91cd9a70ff6e4255b195ca /res
parent66b0d9e809a67689daf9b060e5464b4cc196169f (diff)
parentce3cd9df9b137818b8f7e134e977300f098c3942 (diff)
downloadpackages_apps_Settings-2534be37462f9ab5c98ca07758d71f98019eddf4.zip
packages_apps_Settings-2534be37462f9ab5c98ca07758d71f98019eddf4.tar.gz
packages_apps_Settings-2534be37462f9ab5c98ca07758d71f98019eddf4.tar.bz2
Merge "Fix layout of Apn Settings screen" into lmp-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/apn_preference_layout.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/layout/apn_preference_layout.xml b/res/layout/apn_preference_layout.xml
index f3ee453..05ffe51 100644
--- a/res/layout/apn_preference_layout.xml
+++ b/res/layout/apn_preference_layout.xml
@@ -27,8 +27,6 @@
android:id="@+id/text_layout"
android:layout_width="0dip"
android:layout_height="match_parent"
- android:paddingStart="8dip"
- android:paddingEnd="8dip"
android:gravity="center_vertical"
android:layout_weight="1"
android:focusable="true"
@@ -40,7 +38,7 @@
android:layout_height="wrap_content"
android:focusable="true"
android:singleLine="true"
- android:textAppearance="?android:attr/textAppearanceMedium" />
+ android:textAppearance="?android:attr/textAppearanceListItem" />
<TextView
android:id="@+android:id/summary"
@@ -48,13 +46,13 @@
android:layout_height="wrap_content"
android:layout_below="@android:id/title"
android:layout_alignStart="@android:id/title"
- android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textAppearance="?android:attr/textAppearanceListItemSecondary"
+ android:textColor="?android:attr/textColorSecondary"
android:maxLines="2" />
</RelativeLayout>
<RadioButton
- xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/apn_radiobutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"