summaryrefslogtreecommitdiffstats
path: root/res/layout/crypt_keeper_status.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/crypt_keeper_status.xml')
-rw-r--r--res/layout/crypt_keeper_status.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/crypt_keeper_status.xml b/res/layout/crypt_keeper_status.xml
index bddff1a..c07a70b 100644
--- a/res/layout/crypt_keeper_status.xml
+++ b/res/layout/crypt_keeper_status.xml
@@ -35,7 +35,7 @@
android:layout_marginEnd="8dip"
android:textSize="16sp"
android:fontFamily="sans-serif"
- android:textColor="@android:color/white"
+ android:textColor="@color/text_color_white"
android:text="@string/enter_password"
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal" />
@@ -52,7 +52,7 @@
android:marqueeRepeatLimit ="marquee_forever"
android:textSize="16sp"
android:fontFamily="sans-serif"
- android:textColor="#B3FFFFFF"
+ android:textColor="@color/text_color_translucent_white"
android:gravity="center_horizontal" />
</LinearLayout>