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

Commit e4e37956 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Make vertical ratio for dialpad more visible.

Bug: 5164774
Change-Id: Ifc466da76e7358243597a2a198a982b585b88fae
parent 7a17ed06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    android:id="@+id/dialpad"
    android:layout_width="match_parent"
    android:layout_height="0px"
    android:layout_weight="0.650"
    android:layout_weight="@integer/dialpad_layout_weight_dialpad"
    android:layout_gravity="center_horizontal"
    android:layout_marginTop="@dimen/dialpad_vertical_margin"
    android:paddingLeft="5dip"
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    android:id="@+id/dialpadAdditionalButtons"
    android:layout_width="match_parent"
    android:layout_height="0px"
    android:layout_weight="0.150"
    android:layout_weight="@integer/dialpad_layout_weight_additional_buttons"
    android:layout_gravity="center_horizontal"
    android:background="@drawable/dialpad_background"
    android:orientation="horizontal">
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
        android:id="@+id/digits_container"
        android:layout_width="match_parent"
        android:layout_height="0px"
        android:layout_weight="0.200"
        android:layout_weight="@integer/dialpad_layout_weight_digits"
        android:layout_marginTop="@dimen/dialpad_vertical_margin"
        android:gravity="center"
        android:background="@drawable/dialpad_background" >
+6 −0
Original line number Diff line number Diff line
@@ -205,4 +205,10 @@
    <!--  Width of the lead margin on the left of a block quote inside a stream item -->
    <dimen name="stream_item_stripe_width">8dip</dimen>

    <!-- Layout weight values for dialpad screen. These layouts will be used in one
         LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical
         ratio. -->
    <integer name="dialpad_layout_weight_digits">20</integer>
    <integer name="dialpad_layout_weight_dialpad">65</integer>
    <integer name="dialpad_layout_weight_additional_buttons">15</integer>
</resources>
+1 −1

File changed.

Contains only whitespace changes.