diff options
| -rw-r--r-- | res/layout/dialpad_view_unthemed.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/dialpad_view_unthemed.xml b/res/layout/dialpad_view_unthemed.xml index ebdf2e2..49ace16 100644 --- a/res/layout/dialpad_view_unthemed.xml +++ b/res/layout/dialpad_view_unthemed.xml @@ -128,7 +128,8 @@ android:maxLines="3" android:minHeight="48dip" android:textColor="@color/dialpad_digits_text_color" - android:textSize="16sp" /> + android:textSize="16sp" + android:visibility="gone"/> </LinearLayout> <View |
