aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cacheview_logs_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/cacheview_logs_item.xml')
-rw-r--r--main/res/layout/cacheview_logs_item.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/main/res/layout/cacheview_logs_item.xml b/main/res/layout/cacheview_logs_item.xml
index b54446e..99822d3 100644
--- a/main/res/layout/cacheview_logs_item.xml
+++ b/main/res/layout/cacheview_logs_item.xml
@@ -17,7 +17,7 @@
android:scrollHorizontally="true"
android:singleLine="true"
android:textColor="?text_color"
- android:textSize="18dip" />
+ android:textSize="18sp" />
<LinearLayout
android:id="@+id/detail_box"
@@ -46,7 +46,7 @@
android:scrollHorizontally="true"
android:singleLine="true"
android:textColor="?text_color_headline"
- android:textSize="14dip" />
+ android:textSize="14sp" />
<TextView
android:id="@+id/type"
@@ -59,7 +59,7 @@
android:scrollHorizontally="true"
android:singleLine="true"
android:textColor="?text_color_headline"
- android:textSize="14dip" />
+ android:textSize="14sp" />
<TextView
android:id="@+id/count"
@@ -72,7 +72,7 @@
android:scrollHorizontally="true"
android:singleLine="true"
android:textColor="?text_color_headline"
- android:textSize="14dip" />
+ android:textSize="14sp" />
</LinearLayout>
<ImageView
@@ -92,7 +92,7 @@
android:layout_toRightOf="@id/detail_box"
android:orientation="vertical"
android:paddingLeft="3dip"
- android:textSize="14dip" >
+ android:textSize="14sp" >
<TextView
android:id="@+id/log"
@@ -100,10 +100,10 @@
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginTop="22dip"
- android:autoLink="web"
+ android:linksClickable="true"
android:gravity="left"
android:textColor="?text_color"
- android:textSize="14dip" />
+ android:textSize="14sp" />
<TextView
android:id="@+id/log_images"
@@ -114,7 +114,7 @@
android:drawableLeft="?log_img_icon"
android:drawablePadding="3dip"
android:textColor="?text_color"
- android:textSize="14dip" />
+ android:textSize="14sp" />
</LinearLayout>
</RelativeLayout> \ No newline at end of file