Change text color of time according to state of alarm

This commit is contained in:
Phillip Hsu
2016-08-31 03:49:20 -07:00
parent 0db0d7cf7a
commit f5d9fb1a97
2 changed files with 30 additions and 3 deletions
@@ -25,4 +25,12 @@
android:layout_height="48dp"
android:layout_gravity="center_vertical"/>
<!-- A mock TextView from which the current Theme's text colors
can be retrieved. -->
<TextView
android:id="@+id/colors_source"
android:layout_width="0dp"
android:layout_height="0dp"
style="@style/TextAppearance.AppCompat"/>
</LinearLayout>