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 @@
android:layout_marginLeft="32dp"
android:text="@string/preference_editor"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@android:color/black"
android:textColor="?android:attr/textColorPrimary"
/>
......@@ -52,7 +52,7 @@
android:layout_marginLeft="32dp"
android:text="@string/preference_about"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@android:color/black" />
android:textColor="?android:attr/textColorPrimary" />
</LinearLayout>
......@@ -76,9 +76,9 @@
android:layout_marginLeft="32dp"
android:text="@string/exit"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@android:color/black" />
android:textColor="?android:attr/textColorPrimary" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
</LinearLayout>
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