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

Commit fc863a4d authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix visibility of overflow menu

Bug: 14974654
Change-Id: I7372f0960ac94f1d09dd52930869d8d3f4aa0ab5
parent 40cadd36
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"