Change background color of stopwatch chronometer to match theme's colorPrimary
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/colorPrimary"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:gravity="center"
|
||||
android:textSize="@dimen/text_size_display_3"
|
||||
style="@style/TextAppearance.AppCompat.Inverse"/>
|
||||
@@ -56,7 +56,7 @@
|
||||
app:layout_columnWeight="1"
|
||||
app:layout_gravity="center"
|
||||
app:fabSize="mini"
|
||||
app:backgroundTint="@color/colorPrimary"/>
|
||||
app:backgroundTint="?attr/colorPrimary"/>
|
||||
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/stop"
|
||||
@@ -68,7 +68,7 @@
|
||||
app:layout_columnWeight="1"
|
||||
app:layout_gravity="center"
|
||||
app:fabSize="mini"
|
||||
app:backgroundTint="@color/colorPrimary"/>
|
||||
app:backgroundTint="?attr/colorPrimary"/>
|
||||
|
||||
</android.support.v7.widget.GridLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user