aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cache_information_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/cache_information_item.xml')
-rw-r--r--main/res/layout/cache_information_item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/layout/cache_information_item.xml b/main/res/layout/cache_information_item.xml
index e9df7f5..5d53340 100644
--- a/main/res/layout/cache_information_item.xml
+++ b/main/res/layout/cache_information_item.xml
@@ -21,7 +21,7 @@
android:text="@null"
android:textColor="?text_color_headline"
android:textIsSelectable="false"
- android:textSize="12dip" />
+ android:textSize="12sp" />
<TextView
android:id="@+id/value"
@@ -33,7 +33,7 @@
android:gravity="center_vertical"
android:textColor="?text_color"
android:textIsSelectable="false"
- android:textSize="14dip" />
+ android:textSize="14sp" />
<LinearLayout
android:id="@+id/stars"
@@ -57,7 +57,7 @@
android:gravity="center_vertical"
android:textColor="?text_color_grey"
android:textIsSelectable="false"
- android:textSize="11dip"
+ android:textSize="12sp"
android:visibility="gone" />
</RelativeLayout> \ No newline at end of file