summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout/character_picker_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout/character_picker_button.xml')
-rw-r--r--core/res/res/layout/character_picker_button.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout/character_picker_button.xml b/core/res/res/layout/character_picker_button.xml
index b74e620..17da092 100644
--- a/core/res/res/layout/character_picker_button.xml
+++ b/core/res/res/layout/character_picker_button.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 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.
@@ -21,6 +21,6 @@
android:focusable="false"
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@drawable/btn_keyboard_key_trans"
- android:textColor="#FFFFFFFF"
+ android:textColor="@color/character_picker_button_text_color"
/>