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

Commit 5caf3c80 authored by Annie Chin's avatar Annie Chin Committed by Android (Google) Code Review
Browse files

Merge "Make timer landscape keyboard bigger." into lmp-mr1-dev

parents b9518bb7 115755eb
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"