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

Commit 627aa514 authored by Qi Wang's avatar Qi Wang Committed by Android (Google) Code Review
Browse files

Merge "Use 60/40 layout with two column view for dialerpad in landscape mode." into nyc-dev

parents e4be6485 d7312949
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
            android:id="@+id/spacer"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:layout_weight="4"
            android:background="#00000000" />

        <!-- Dialpad shadow -->
@@ -40,7 +40,7 @@
        <RelativeLayout
            android:layout_height="match_parent"
            android:layout_width="0dp"
            android:layout_weight="1">
            android:layout_weight="6">

            <include layout="@layout/dialpad_view"
                 android:layout_height="match_parent"