summaryrefslogtreecommitdiffstats
path: root/res/layout/running_processes_view.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-18 12:01:47 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-06-18 12:01:47 -0700
commite5c75ab44b70362fac1bab2442612dc9f60dd513 (patch)
tree899e36c0ea6e306b782d53ceff5e3b636295a4d9 /res/layout/running_processes_view.xml
parentcc22af08117a2f90d879cc360f76de48fd234e0d (diff)
downloadpackages_apps_Settings-e5c75ab44b70362fac1bab2442612dc9f60dd513.zip
packages_apps_Settings-e5c75ab44b70362fac1bab2442612dc9f60dd513.tar.gz
packages_apps_Settings-e5c75ab44b70362fac1bab2442612dc9f60dd513.tar.bz2
Fix bug #15696670 Settings > Apps using old Holo colors in tabs, space indicator
- updated the LinearColorBar colors, the gradient colors on top of it and also the label colors too for being compatible with the rest of the Settings App theming Change-Id: If88be4ac7084d26299e8e738389279bec636ccd6
Diffstat (limited to 'res/layout/running_processes_view.xml')
-rw-r--r--res/layout/running_processes_view.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/res/layout/running_processes_view.xml b/res/layout/running_processes_view.xml
index 3a2552f..68967e4 100644
--- a/res/layout/running_processes_view.xml
+++ b/res/layout/running_processes_view.xml
@@ -71,10 +71,7 @@
android:layout_weight="0"
android:layout_marginTop="-20dp"
android:textAppearance="?android:attr/textAppearanceSmallInverse"
- android:textColor="#ccc"
- android:shadowColor="#000"
- android:shadowRadius="5"
- android:textStyle="bold"
+ android:textColor="?android:attr/textColorPrimary"
android:singleLine="true"
android:text="@string/memory" />
<TextView android:id="@+id/backgroundText"