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
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Stopwatch" parent="TextAppearance.AppCompat.Display3">
<item name="android:background">?attr/colorPrimary</item>
<item name="android:gravity">center</item>
<item name="android:fontFamily">sans-serif-light</item>
<item name="android:theme">@style/AppTheme.TextOverlay</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
</resources>