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

Commit cb8d2b9b authored by Annie Chin's avatar Annie Chin
Browse files

Add padding to bottom of alarm list.

Bug: 24192069
Change-Id: Ia6f2a206f094a1645f1859fc8a42973071e32525
parent 045b42fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,8 +31,10 @@
            android:id="@+id/alarms_recycler_view"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:clipToPadding="false"
            android:descendantFocusability="beforeDescendants"
            android:fadingEdgeLength="0dp"
            android:paddingBottom="@dimen/list_bottom_spacing"
            android:scrollbarStyle="outsideOverlay"
            android:scrollbars="vertical" />

+2 −0
Original line number Diff line number Diff line
@@ -24,8 +24,10 @@
        android:id="@+id/alarms_recycler_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:clipToPadding="false"
        android:descendantFocusability="beforeDescendants"
        android:fadingEdgeLength="0dp"
        android:paddingBottom="@dimen/list_bottom_spacing"
        android:scrollbarStyle="outsideOverlay"
        android:scrollbars="vertical" />

+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@
<Space
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="@dimen/stopwatch_list_bottom_spacing" />
    android:layout_height="@dimen/list_bottom_spacing" />
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@

    <dimen name="circle_size">400dp</dimen>
    <!-- stopwatch_list_bottom_spacing = footer_button_size + footer_button_layout_margin -->
    <dimen name="stopwatch_list_bottom_spacing">96dip</dimen>
    <dimen name="list_bottom_spacing">96dip</dimen>

     <!-- Width of the clock, for use with alarm buttons. -->
    <dimen name="alarm_alert_display_width">550dip</dimen>
+5 −2
Original line number Diff line number Diff line
@@ -122,8 +122,11 @@
    <dimen name="timer_circle_margin">32dp</dimen>

    <dimen name="circle_size">280dp</dimen>
    <!-- stopwatch_list_bottom_spacing = footer_button_size + footer_button_layout_margin -->
    <dimen name="stopwatch_list_bottom_spacing">72dip</dimen>
    <!--
        list_bottom_spacing = footer_button_size + footer_button_layout_margin.
        Used by both StopwatchFragment and AlarmFragment.
    -->
    <dimen name="list_bottom_spacing">72dip</dimen>

    <dimen name="sw_padding_end">32dp</dimen>