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

Commit 6ebbb02d authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix dialpad actionbar item heights

Bug: 10259963
Change-Id: I5c95583a1dbff09d38456fc838183652a460fbff
parent 15ef3e1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
            android:background="@color/dialpad_primary_text_color">
            <ImageButton
                android:id="@+id/call_history_on_dialpad_button"
                android:layout_height="@dimen/fake_action_bar_height"
                android:layout_height="match_parent"
                android:layout_width="@dimen/fake_menu_button_min_width"
                android:layout_gravity="bottom|start"
                android:background="@drawable/btn_call"
@@ -100,7 +100,7 @@
                android:src="@drawable/ic_dial_action_call" />
            <ImageButton
                android:id="@+id/overflow_menu_on_dialpad"
                android:layout_height="@dimen/fake_action_bar_height"
                android:layout_height="match_parent"
                android:layout_width="@dimen/fake_menu_button_min_width"
                android:layout_gravity="bottom|end"
                android:background="@drawable/btn_call"