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 12:05:15 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:56:12 +0200
commitdfe5a64fb036381f286d090f4d84ec22494a1fdc (patch)
tree2a3034e571a83d863d998c0669ccf568fcce46b5 /OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
parent6b8127ca94541c48b7f098188708c3c7d65adc90 (diff)
downloadopen-keychain-dfe5a64fb036381f286d090f4d84ec22494a1fdc.tar.gz
open-keychain-dfe5a64fb036381f286d090f4d84ec22494a1fdc.tar.bz2
open-keychain-dfe5a64fb036381f286d090f4d84ec22494a1fdc.zip
Give key flag colors their own color names
This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
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.xml4
1 files changed, 2 insertions, 2 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 77b96cc35..9a6c33f82 100644
--- a/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/create_key_final_fragment.xml
@@ -87,7 +87,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/create_key_rsa"
- android:textColor="@color/android_green_light"
+ android:textColor="?attr/colorPrimary"
android:textAppearance="?android:attr/textAppearanceMedium"
android:minHeight="?android:attr/listPreferredItemHeight"
android:clickable="true"
@@ -129,7 +129,7 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp"
android:text="@string/create_key_final_robot_text"
- android:textColor="@color/android_green_light"
+ android:textColor="?attr/colorPrimary"
android:textAppearance="?android:attr/textAppearanceMedium"
android:drawableLeft="@drawable/create_key_robot"
android:drawablePadding="8dp" />