Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d55c1652 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix visibility of overflow menu"

parents c8a6a4b0 fc863a4d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -41,7 +41,8 @@
            android:paddingLeft="@dimen/dialpad_digits_padding"
            android:paddingRight="@dimen/dialpad_digits_menu_right_padding"
            android:contentDescription="@string/description_dialpad_overflow"
            android:gravity="center" />
            android:gravity="center"
            android:visibility="gone" />

        <view class="com.android.contacts.common.dialpad.DigitsEditText"
            android:id="@+id/digits"