summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/manage_applications_apps.xml5
-rw-r--r--res/layout/running_processes_view.xml5
2 files changed, 2 insertions, 8 deletions
diff --git a/res/layout/manage_applications_apps.xml b/res/layout/manage_applications_apps.xml
index 6f4bf10..ce2b6c6 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" />
<TextView android:id="@+id/freeStorageText"
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"