summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-sw600dp/keyguard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout-sw600dp/keyguard.xml')
-rw-r--r--core/res/res/layout-sw600dp/keyguard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout-sw600dp/keyguard.xml b/core/res/res/layout-sw600dp/keyguard.xml
index af0390d..f8f482d 100644
--- a/core/res/res/layout-sw600dp/keyguard.xml
+++ b/core/res/res/layout-sw600dp/keyguard.xml
@@ -26,13 +26,13 @@
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="@color/keyguard_background_color">
+ android:background="#ff000000">
<TextView
android:id="@+id/label"
android:textSize="16sp"
android:textStyle="bold"
- android:textColor="@color/keyguard_label_text_color"
+ android:textColor="#FFFFFFFF"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/keyguard_label_text" />