Commit 3ee2175c authored by Grigory Fedorov's avatar Grigory Fedorov

Merge pull request #409 from aelmahmoudy/easy_theme

Set textColor value to textColorPrimary attribute to facilitate theme'ing
parents 96bd02e6 684bdfe6
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
android:layout_marginLeft="32dp" android:layout_marginLeft="32dp"
android:text="@string/preference_editor" android:text="@string/preference_editor"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@android:color/black" android:textColor="?android:attr/textColorPrimary"
/> />
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
android:layout_marginLeft="32dp" android:layout_marginLeft="32dp"
android:text="@string/preference_about" android:text="@string/preference_about"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@android:color/black" /> android:textColor="?android:attr/textColorPrimary" />
</LinearLayout> </LinearLayout>
...@@ -76,9 +76,9 @@ ...@@ -76,9 +76,9 @@
android:layout_marginLeft="32dp" android:layout_marginLeft="32dp"
android:text="@string/exit" android:text="@string/exit"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@android:color/black" /> android:textColor="?android:attr/textColorPrimary" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment