aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_trust_keys.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 20:22:38 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 20:22:38 +0200
commitc2f72e3d8c91f92cc8cfe6480196a2f55d9e4364 (patch)
tree2ff80905d36d18890ceb91c568fb1da22322bd84 /src/main/res/layout/activity_trust_keys.xml
parent02ceb5cb2eac35710528e539f9d279d7f6a781a7 (diff)
finished app compat themeing
Diffstat (limited to 'src/main/res/layout/activity_trust_keys.xml')
-rw-r--r--src/main/res/layout/activity_trust_keys.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/res/layout/activity_trust_keys.xml b/src/main/res/layout/activity_trust_keys.xml
index 7f84491e0..f52d0fe99 100644
--- a/src/main/res/layout/activity_trust_keys.xml
+++ b/src/main/res/layout/activity_trust_keys.xml
@@ -110,8 +110,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="@string/cancel"
- android:textColor="?attr/color_text_primary" />
+ android:text="@string/cancel" />
<View
android:layout_width="1dp"
@@ -127,8 +126,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:enabled="true"
- android:text="@string/done"
- android:textColor="?attr/color_text_secondary" />
+ android:text="@string/done" />
</LinearLayout>
</RelativeLayout>
</layout> \ No newline at end of file