summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-11-12 23:34:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-12 23:34:45 +0000
commitd2575cb1f3daa4145478b4778318f67f9d0ccb27 (patch)
treec90a1491673e37eea9f518ba457ae8f08cb8f46d /res
parent4efde5ebbd235c564f12f71f6b17e8c28d611dd7 (diff)
parentcc69fa4943cffd59030421e7e492ce34cb8086c3 (diff)
downloadandroid_packages_apps_Dialer-d2575cb1f3daa4145478b4778318f67f9d0ccb27.tar.gz
android_packages_apps_Dialer-d2575cb1f3daa4145478b4778318f67f9d0ccb27.tar.bz2
android_packages_apps_Dialer-d2575cb1f3daa4145478b4778318f67f9d0ccb27.zip
Merge "Add padding around empty list text view." into lmp-mr1-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/empty_list_view.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/empty_list_view.xml b/res/layout/empty_list_view.xml
index 40f58bd8a..0313b0073 100644
--- a/res/layout/empty_list_view.xml
+++ b/res/layout/empty_list_view.xml
@@ -40,7 +40,9 @@
android:minHeight="84dp"
android:gravity="center_horizontal|top"
android:textSize="@dimen/empty_list_message_text_size"
- android:textColor="@color/empty_list_text_color" />
+ android:textColor="@color/empty_list_text_color"
+ android:paddingRight="16dp"
+ android:paddingLeft="16dp" />
</LinearLayout>