aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-26 11:08:26 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:50:32 +0200
commit13983be7998ea28cc4b8882e1b45eff5ca4986a6 (patch)
tree58cd1963fb4b7106ca7e81ed1c6c19e5217e9e79 /OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
parent58cb6bb4b70795213f9609682c68d0025e0bab56 (diff)
downloadopen-keychain-13983be7998ea28cc4b8882e1b45eff5ca4986a6.tar.gz
open-keychain-13983be7998ea28cc4b8882e1b45eff5ca4986a6.tar.bz2
open-keychain-13983be7998ea28cc4b8882e1b45eff5ca4986a6.zip
Make header text and tertiary text color themeable
Diffstat (limited to 'OpenKeychain/src/main/res/layout/create_key_final_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/create_key_final_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml b/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
index e085fcb09..51b3c087c 100644
--- a/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:text="@string/label_name"
- android:textColor="@color/tertiary_text_light"
+ android:textColor="?attr/colorTertiaryText"
android:textAppearance="?android:attr/textAppearanceSmall" />
<TextView
@@ -44,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:text="@string/label_email"
- android:textColor="@color/tertiary_text_light"
+ android:textColor="?attr/colorTertiaryText"
android:textAppearance="?android:attr/textAppearanceSmall" />
<TextView
@@ -182,4 +182,4 @@
style="?android:attr/borderlessButtonStyle" />
</LinearLayout>
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>