diff options
Diffstat (limited to 'res/layout/manage_applications_apps.xml')
-rw-r--r-- | res/layout/manage_applications_apps.xml | 5 |
1 files changed, 1 insertions, 4 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" |