summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/recents_empty.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout/recents_empty.xml')
-rw-r--r--packages/SystemUI/res/layout/recents_empty.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/layout/recents_empty.xml b/packages/SystemUI/res/layout/recents_empty.xml
index 3b7e886..4b68e77 100644
--- a/packages/SystemUI/res/layout/recents_empty.xml
+++ b/packages/SystemUI/res/layout/recents_empty.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2015 The Android Open Source Project
+<!-- Copyright (C) 2014 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,8 +21,8 @@
android:layout_gravity="center"
android:gravity="center"
android:textSize="16sp"
- android:textColor="@color/recents_empty_message_text_color"
+ android:textColor="#ffffffff"
android:text="@string/recents_empty_message"
android:fontFamily="sans-serif"
- android:background="@color/recents_empty_background_color"
- android:visibility="gone" />
+ android:background="#80000000"
+ android:visibility="gone" /> \ No newline at end of file