diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-10 03:16:56 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-10 03:16:56 +0000 |
commit | dd736e1b7fae5e579868ae1906c3b6b58d6a8f95 (patch) | |
tree | fe93605bcab9fa5af94c0a3ce9334bc58e77229c | |
parent | d3c6acd57cb92fbe7207749c4ad7e6e3deb81c9c (diff) | |
parent | c632ed3a5eabaf9896f84b52d2b2c570e5b0328c (diff) |
Merge "Make dialpad digits use roboto light" into klp-dev
-rw-r--r-- | res/layout/dialpad_fragment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml index af93e1ed3..dc2835229 100644 --- a/res/layout/dialpad_fragment.xml +++ b/res/layout/dialpad_fragment.xml @@ -57,6 +57,7 @@ android:textAppearance="@style/DialtactsDigitsTextAppearance" android:textColor="@color/dialpad_text_color" android:textCursorDrawable="@null" + android:fontFamily="sans-serif-light" android:nextFocusRight="@+id/overflow_menu" android:background="@android:color/transparent" /> |