Moved stopwatch style to its own file
This commit is contained in:
@@ -20,11 +20,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:gravity="center"
|
||||
android:textSize="@dimen/text_size_display_3"
|
||||
android:fontFamily="sans-serif-thin"
|
||||
android:theme="@style/AppTheme.TextOverlay"/>
|
||||
style="@style/Stopwatch"/>
|
||||
|
||||
<!--
|
||||
- Unfortunately, we can't include fragment_recycler_view
|
||||
@@ -40,6 +36,8 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<!--TODO: If we are changing the style of the mini FABS often,
|
||||
then create a style resource for them. -->
|
||||
<android.support.v7.widget.GridLayout
|
||||
android:id="@id/mini_fab_layout"
|
||||
android:layout_width="match_parent"
|
||||
@@ -77,11 +75,8 @@
|
||||
|
||||
<com.philliphsu.clock2.UntouchableSeekBar
|
||||
android:id="@+id/seek_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_anchor="@id/mini_fab_layout"
|
||||
app:layout_anchorGravity="top"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="0dp"/>
|
||||
style="@style/BaseSeekBar"/>
|
||||
|
||||
</android.support.design.widget.CoordinatorLayout>
|
||||
Reference in New Issue
Block a user