Fix text color
This commit is contained in:
parent
83a3b5a02c
commit
acc793c796
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginEnd="12dp"
|
||||||
app:srcCompat="@drawable/ic_person_white_24dp" />
|
app:srcCompat="@drawable/ic_person_white_24dp" />
|
||||||
|
|
||||||
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
||||||
android:id="@+id/sectionTitle"
|
android:id="@+id/sectionTitle"
|
||||||
style="@style/SubTitleTextAppearance"
|
style="@style/SubTitleTextAppearance"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginEnd="12dp"
|
||||||
app:srcCompat="@drawable/ic_person_white_24dp" />
|
app:srcCompat="@drawable/ic_person_white_24dp" />
|
||||||
|
|
||||||
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
||||||
android:id="@+id/sectionTitle"
|
android:id="@+id/sectionTitle"
|
||||||
style="@style/SubTitleTextAppearance"
|
style="@style/SubTitleTextAppearance"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
|
Loading…
Reference in a new issue