From e5c75ab44b70362fac1bab2442612dc9f60dd513 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 18 Jun 2014 12:01:47 -0700 Subject: [PATCH] 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 --- res/layout/manage_applications_apps.xml | 5 +---- res/layout/running_processes_view.xml | 5 +---- src/com/android/settings/applications/LinearColorBar.java | 6 +++--- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/res/layout/manage_applications_apps.xml b/res/layout/manage_applications_apps.xml index 6f4bf107afd..ce2b6c61930 100644 --- a/res/layout/manage_applications_apps.xml +++ b/res/layout/manage_applications_apps.xml @@ -70,10 +70,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/internal_storage" />