aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-01-21 11:32:31 +0100
committerChristian Schneppe <christian@pix-art.de>2017-01-21 11:32:31 +0100
commitbc02be4f126d9315a861c8de91e609cc1d423ccb (patch)
treeef6e8fb742f3989160789f9a0fa1ede170010c85 /src/main/res
parent92a17b1ac9d6777deb6a7c086d8bdb337c099f2d (diff)
fixed crash when following http link with fingerprints
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/dialog_verify_fingerprints.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/dialog_verify_fingerprints.xml b/src/main/res/layout/dialog_verify_fingerprints.xml
index 6ae4a54f7..38c1cfa2b 100644
--- a/src/main/res/layout/dialog_verify_fingerprints.xml
+++ b/src/main/res/layout/dialog_verify_fingerprints.xml
@@ -13,12 +13,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="?attr/TextSizeBody"
- android:textColor="?attr/colorAccent"/>
+ android:textColor="@color/accent"/>
<CheckBox
android:layout_marginTop="8dp"
android:id="@+id/trusted_source"
android:layout_width="wrap_content"
- android:textColor="?attr/colorAccent"
+ android:textColor="@color/accent"
android:layout_height="wrap_content"
android:text="@string/i_followed_this_link_from_a_trusted_source" />