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

Commit 115755eb authored by Annie Chin's avatar Annie Chin
Browse files

Make timer landscape keyboard bigger.

Bug: 17381206
Change-Id: Ia62c4e7f6bbaf020819e630b14e9725b52a23d27
parent 3dac3fde
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginBottom="@dimen/footer_button_size"
        android:orientation="horizontal">

        <!-- This nested ltr layout cannot be combined with the parent because
@@ -30,9 +29,11 @@
            android:layout_width="0dip"
            android:layout_height="match_parent"
            android:layout_weight="3"
            android:layout_marginBottom="@dimen/footer_button_size"
            android:layoutDirection="ltr"
            android:gravity="center"
            android:orientation="vertical">
            android:orientation="vertical"
            >

            <com.android.deskclock.timer.TimerView
                android:id="@+id/timer_time_text"