diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-09 20:01:56 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-09-09 20:01:56 -0700 |
commit | c632ed3a5eabaf9896f84b52d2b2c570e5b0328c (patch) | |
tree | 8d5515f8fbf47681533878a541a046b2a19ad0bb | |
parent | b968f5ee8081c9e582ea7c196efeaa1d710e392d (diff) |
Make dialpad digits use roboto light
Bug: 10681301
Change-Id: Id75a2bb96356158b021c6a3be5c1bace78a8cc67
-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" /> |