summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-11-13 02:15:54 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-13 02:15:54 +0000
commit70a1d8330b3f8beeec4c7d23bc6fa07896d1c0ba (patch)
tree212e43e89e626b458730ccc5615e95ada8ce55eb /res
parented1535dca1c49ffa882d45fd540bbfb95c0d4a51 (diff)
parent55e64e96e583b707c803aa3c01ef6105fb36b68a (diff)
am 55e64e96: am d9edbcd2: am d2575cb1: Merge "Add padding around empty list text view." into lmp-mr1-dev
* commit '55e64e96e583b707c803aa3c01ef6105fb36b68a': 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>