Loading res/layout-sw600dp-land/alarm_clock.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading res/layout/alarm_clock.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading res/layout/stopwatch_spacer.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> res/values-sw600dp/dimens.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading res/values/dimens.xml +5 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
res/layout-sw600dp-land/alarm_clock.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading
res/layout/alarm_clock.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading
res/layout/stopwatch_spacer.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" />
res/values-sw600dp/dimens.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
res/values/dimens.xml +5 −2 Original line number Diff line number Diff line Loading @@ -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> Loading