aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-05-30 15:55:27 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-30 15:55:27 +0200
commit458f962131c42fecae2b070f6d2d75b4167ca3e1 (patch)
treea128a6667c3078995a5326a41fb610b733a64b53 /main/res/layout
parentee9dd42b6fc88640d09bc8ed55da653301778a32 (diff)
downloadcgeo-458f962131c42fecae2b070f6d2d75b4167ca3e1.zip
cgeo-458f962131c42fecae2b070f6d2d75b4167ca3e1.tar.gz
cgeo-458f962131c42fecae2b070f6d2d75b4167ca3e1.tar.bz2
fix #2801: remove lint warnings
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/cache_information_item.xml2
-rw-r--r--main/res/layout/touch.xml2
-rw-r--r--main/res/layout/visit.xml2
3 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 a1d7d76..5d53340 100644
--- a/main/res/layout/cache_information_item.xml
+++ b/main/res/layout/cache_information_item.xml
@@ -57,7 +57,7 @@
android:gravity="center_vertical"
android:textColor="?text_color_grey"
android:textIsSelectable="false"
- android:textSize="11sp"
+ android:textSize="12sp"
android:visibility="gone" />
</RelativeLayout> \ No newline at end of file
diff --git a/main/res/layout/touch.xml b/main/res/layout/touch.xml
index 03d4881..7791409 100644
--- a/main/res/layout/touch.xml
+++ b/main/res/layout/touch.xml
@@ -72,7 +72,7 @@
android:layout_height="wrap_content"
android:layout_gravity="left"
android:gravity="center"
- android:padding="1px" />
+ android:padding="2sp" />
<TextView
android:layout_width="wrap_content"
diff --git a/main/res/layout/visit.xml b/main/res/layout/visit.xml
index f48c370..e0294da 100644
--- a/main/res/layout/visit.xml
+++ b/main/res/layout/visit.xml
@@ -73,7 +73,7 @@
android:layout_height="wrap_content"
android:layout_gravity="left"
android:gravity="center"
- android:padding="1px" />
+ android:padding="2sp" />
<TextView
android:layout_width="wrap_content"