summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout/restrictions_pin_setup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout/restrictions_pin_setup.xml')
-rw-r--r--core/res/res/layout/restrictions_pin_setup.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout/restrictions_pin_setup.xml b/core/res/res/layout/restrictions_pin_setup.xml
index 03ed696..7478baf 100644
--- a/core/res/res/layout/restrictions_pin_setup.xml
+++ b/core/res/res/layout/restrictions_pin_setup.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The Android Open Source Project
+<!-- Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -70,7 +70,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/restr_pin_error_doesnt_match"
- android:textColor="#FFFF0000" />
+ android:textColor="@color/pin_error_message_text_color" />
</LinearLayout>