aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2012-10-11 19:06:27 +0200
committerrsudev <rasch@munin-soft.de>2012-10-11 19:20:53 +0200
commit73b9201faf725bc64c2bcb16c875022b062899d6 (patch)
treea598922f18c3c749d9905fbfa8eddf75a059d00f /main/res/layout
parent1f2ffec44d958c6edc249cdb5d66d61a7e8f6366 (diff)
downloadcgeo-73b9201faf725bc64c2bcb16c875022b062899d6.zip
cgeo-73b9201faf725bc64c2bcb16c875022b062899d6.tar.gz
cgeo-73b9201faf725bc64c2bcb16c875022b062899d6.tar.bz2
Fixes #2087, Favorite points in cache list limited to 3 digits
Extended the resppective fields in the layout to allow one more digit
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/caches_item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/layout/caches_item.xml b/main/res/layout/caches_item.xml
index 72b2cb3..db2bcbd 100644
--- a/main/res/layout/caches_item.xml
+++ b/main/res/layout/caches_item.xml
@@ -126,7 +126,7 @@
<!-- inventory and favorites -->
<RelativeLayout
- android:layout_width="28dip"
+ android:layout_width="35dip"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
@@ -134,7 +134,7 @@
android:layout_marginBottom="1dip">
<ImageView android:id="@+id/inventory"
- android:layout_width="28dip"
+ android:layout_width="35dip"
android:layout_height="22dip"
android:layout_gravity="center_vertical|center_horizontal"
android:layout_alignParentTop="true"
@@ -142,7 +142,7 @@
android:src="@drawable/trackable_all"
android:background="?inventory"/>
<TextView android:id="@+id/favourite"
- android:layout_width="28dip"
+ android:layout_width="35dip"
android:layout_height="wrap_content"
android:layout_marginTop="22dip"
android:layout_centerHorizontal="true"