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

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

Merge "Change menu button to overflow icon" into ics-ub-clock-amazon

parents d591c1f4 96a1ba27
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -120,12 +120,11 @@
	            android:layout_marginBottom="8dip"
	            android:layout_width="1dip"
	            android:background="#28ffffff" />
            <Button
            <ImageButton
                android:id="@+id/menu_button"
                android:contentDescription="@string/button_menu"
                style="@style/button"
                style="?android:attr/actionOverflowButtonStyle"
                android:background="?android:attr/selectableItemBackground"
                android:text="@string/button_menu"
                android:onClick="clockButtonsOnClick"
                android:layout_width="0dip"
                android:layout_weight="1"