diff options
| author | rsudev <rasch@munin-soft.de> | 2012-10-11 19:06:27 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2012-10-11 19:20:53 +0200 |
| commit | 73b9201faf725bc64c2bcb16c875022b062899d6 (patch) | |
| tree | a598922f18c3c749d9905fbfa8eddf75a059d00f | |
| parent | 1f2ffec44d958c6edc249cdb5d66d61a7e8f6366 (diff) | |
| download | cgeo-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
| -rw-r--r-- | main/res/layout/caches_item.xml | 6 |
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" |
