diff options
| -rw-r--r-- | res/layout/dialpad_view.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/dialpad_view.xml b/res/layout/dialpad_view.xml index 1552ab3..9340667 100644 --- a/res/layout/dialpad_view.xml +++ b/res/layout/dialpad_view.xml @@ -43,7 +43,7 @@ android:paddingRight="@dimen/dialpad_digits_menu_right_padding" android:contentDescription="@string/description_dialpad_overflow" android:gravity="center" - android:visibility="gone" /> + android:visibility="invisible" /> <view class="com.android.phone.common.dialpad.DigitsEditText" xmlns:ex="http://schemas.android.com/apk/res-auto" |
