summaryrefslogtreecommitdiff
path: root/res/layout/dialpad_fragment.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-29 17:02:33 -0700
committerYorke Lee <yorkelee@google.com>2013-08-29 17:02:33 -0700
commita394f116cebb71d2d7e6896472ac24e982cd86ae (patch)
tree98f12d68cbd40d5baa6eec779b2e3a819f6154be /res/layout/dialpad_fragment.xml
parent2e5b34b14181f367ec90198f5cbcd39f261b7bf5 (diff)
Wrap dialpad digits to single line
Bug: 10510072 Change-Id: I01b74dbfbfb87497bcc68a13e8d7fcf7c81f83b4
Diffstat (limited to 'res/layout/dialpad_fragment.xml')
-rw-r--r--res/layout/dialpad_fragment.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml
index cbbb2cc02..a248549c9 100644
--- a/res/layout/dialpad_fragment.xml
+++ b/res/layout/dialpad_fragment.xml
@@ -50,7 +50,10 @@
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="match_parent"
+ android:paddingLeft="10dp"
android:gravity="center"
+ android:scrollHorizontally="true"
+ android:singleLine="true"
android:textAppearance="@style/DialtactsDigitsTextAppearance"
android:textColor="@color/dialpad_text_color"
android:nextFocusRight="@+id/overflow_menu"