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

Commit c36d9f9e authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Dialer: Underp the layout

The 4.0.4 merge increased the size of the action buttons to fill
almost all the available space, due to conflicts with CM's T9
stuff.

Change-Id: I331bef0a17642006f339c4cea47834f48ff13d1c
parent b84c5ce6
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -109,14 +109,15 @@
        android:id="@+id/dialButtonContainer"
        android:layout_width="match_parent"
        android:layout_height="0px"
        android:layout_weight="@integer/dialpad_layout_weight_additional_buttons"
        android:layout_weight="0.150"
        android:layout_gravity="center_horizontal"
        android:background="@drawable/dialpad_background">
        android:background="@drawable/dialpad_background"
        android:orientation="horizontal">
        <ImageButton
            android:id="@+id/searchButton"
            android:layout_width="wrap_content"
            android:layout_height="?android:attr/actionBarSize"
            android:layout_gravity="bottom|center_horizontal"
            android:layout_gravity="center_vertical"
            android:state_enabled="false"
            android:background="?android:attr/selectableItemBackground"
            android:contentDescription="@string/description_search_button"
@@ -137,7 +138,7 @@
            android:id="@+id/overflow_menu"
            android:layout_width="wrap_content"
            android:layout_height="?android:attr/actionBarSize"
            android:layout_gravity="bottom|center_horizontal"
            android:layout_gravity="center_vertical"
            android:src="@drawable/ic_menu_overflow"
            android:contentDescription="@*android:string/action_menu_overflow_description"
            android:nextFocusLeft="@id/digits"