Use colorAccent for profile_button.

Previously was using a hard-coded color. Now it gets the color
from colorAccent.

Change-Id: I549183e4aaed51e9ac0d56d16d7191f97e03372d
Fixes: 30762363
This commit is contained in:
Andrew Sapperstein
2016-08-09 10:48:55 -07:00
parent f861b916e4
commit ae01c57cb5
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
android:visibility="gone"
style="?attr/borderlessButtonStyle"
android:textAppearance="?attr/textAppearanceButton"
android:textColor="@color/material_deep_teal_500"
android:textColor="?attr/colorAccent"
android:gravity="center_vertical"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"

View File

@@ -42,7 +42,7 @@
android:visibility="gone"
style="?attr/borderlessButtonStyle"
android:textAppearance="?attr/textAppearanceButton"
android:textColor="@color/material_deep_teal_500"
android:textColor="?attr/colorAccent"
android:gravity="center_vertical"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"