summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-11-13 00:00:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-13 00:00:35 +0000
commit55e64e96e583b707c803aa3c01ef6105fb36b68a (patch)
tree5c556554246d996f7171367d76d8ebc594d2d50f /res
parent859a9548ae095a2eb237c6c94680cec2963e6bd3 (diff)
parentd9edbcd2c7d2919c990e7c1b076d77bec1f26126 (diff)
am d9edbcd2: am d2575cb1: Merge "Add padding around empty list text view." into lmp-mr1-dev
* commit 'd9edbcd2c7d2919c990e7c1b076d77bec1f26126': Add padding around empty list text view.
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>