Moved stopwatch style to its own file

This commit is contained in:
Phillip Hsu
2016-09-01 00:55:59 -07:00
parent 61c4a8a3f7
commit 25b709e793
3 changed files with 18 additions and 18 deletions
@@ -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>