summaryrefslogtreecommitdiffstats
path: root/res/layout/dialpad_fragment.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-12 12:07:40 -0700
committerYorke Lee <yorkelee@google.com>2014-03-14 13:16:47 -0700
commit8165cb1734a70c605580c51215b0441efaf04af7 (patch)
treebd6a5ff3524f912ccb30e424a6d117d52ad5d356 /res/layout/dialpad_fragment.xml
parent80b0c11604ea909b66cd87c0fda55abc7d9ad721 (diff)
downloadandroid_packages_apps_Dialer-8165cb1734a70c605580c51215b0441efaf04af7.tar.gz
android_packages_apps_Dialer-8165cb1734a70c605580c51215b0441efaf04af7.tar.bz2
android_packages_apps_Dialer-8165cb1734a70c605580c51215b0441efaf04af7.zip
Slight UX tweaks to Dialer
* Add drawable and apply to dialpad fragment for shadow effect * Tweak name/number padding in tiles * Tweak default letter avatar placing in tiles * Add shadow for dialpad * Swap out 9patch drawable for recents * Add 9patch to contact tile Bug: 13421236 Bug: 13418523 Bug: 13421916 Bug: 13421236 Bug: 13419201 Bug: 13418712 Change-Id: I6ff8fe41d7e2d02db105bb542f425be13ae5fef7
Diffstat (limited to 'res/layout/dialpad_fragment.xml')
-rw-r--r--res/layout/dialpad_fragment.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml
index 239f72774..dfe5c7c84 100644
--- a/res/layout/dialpad_fragment.xml
+++ b/res/layout/dialpad_fragment.xml
@@ -25,7 +25,11 @@
android:layout_height="0dp"
android:layout_weight="1"
android:background="#00000000" />
-
+ <!-- Dialpad shadow -->
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="3dp"
+ android:background="@drawable/shadow_fade_up" />
<view class="com.android.dialer.dialpad.DialpadFragment$HoverIgnoringLinearLayout"
android:id="@+id/top"
android:animateLayoutChanges="true"