summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout/typing_filter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout/typing_filter.xml')
-rw-r--r--core/res/res/layout/typing_filter.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/layout/typing_filter.xml b/core/res/res/layout/typing_filter.xml
index d8d0a40..af0d6e6 100644
--- a/core/res/res/layout/typing_filter.xml
+++ b/core/res/res/layout/typing_filter.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2006 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.
@@ -16,8 +16,8 @@
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
android:textSize="36dp"
- android:textColor="#99FFFFFF"
- android:background="#BB000000"
+ android:textColor="@color/typing_filter_text_color"
+ android:background="@color/typing_filter_background_color"
android:minWidth="240dip"
android:maxWidth="240dip"
android:padding="10dip"