summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-10-09 10:51:09 -0700
committerBrian Attwell <brianattwell@google.com>2014-10-09 18:02:13 +0000
commit2385947e9b6772d5a7c58a92ca0f29dfdeefe212 (patch)
tree5c5f3b2cdd891dd1b593c7774f0160b30fe4d094 /res/layout
parent135fed86627364affcdd0357dc14953272ee05a9 (diff)
downloadandroid_packages_apps_ContactsCommon-2385947e9b6772d5a7c58a92ca0f29dfdeefe212.tar.gz
android_packages_apps_ContactsCommon-2385947e9b6772d5a7c58a92ca0f29dfdeefe212.tar.bz2
android_packages_apps_ContactsCommon-2385947e9b6772d5a7c58a92ca0f29dfdeefe212.zip
24dp padding before/after AlertDialog list item
Bug: 17926887 Change-Id: I019317ca6138bd38e699dae3819fe18414c89d10
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/select_dialog_item.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/res/layout/select_dialog_item.xml b/res/layout/select_dialog_item.xml
index de495f65..b0fceac7 100644
--- a/res/layout/select_dialog_item.xml
+++ b/res/layout/select_dialog_item.xml
@@ -16,8 +16,8 @@
<!--
List item in the pop-up window that appears when tapping a contact's photo
- in the contact editor. This is similar to the framework's select_dialog_item.xml layout
- except the text appearance is medium.
+ in the contact editor. This is similar to the framework's select_dialog_item_material.xml layout
+ except the text appearance is medium and the padding is set to match the material spec.
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
@@ -27,9 +27,6 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:attr/textColorAlertDialogListItem"
android:gravity="center_vertical"
- android:paddingLeft="14dip"
- android:paddingRight="15dip"
- android:paddingStart="14dip"
- android:paddingEnd="15dip"
- android:ellipsize="marquee"
-/>
+ android:paddingStart="24dip"
+ android:paddingEnd="24dip"
+ android:ellipsize="marquee" /> \ No newline at end of file