aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-12-10 15:13:23 +0100
committerSamuel Tardieu <sam@rfc1149.net>2012-12-10 21:25:28 +0100
commit18c457932e76eba1b55b5ec19df7a72fe97721cf (patch)
tree23916f25c3d6bfdcfaef96dd806c5781ae732cba /main
parent27ee227e8ba9fab2f24a573ee0680337c897ab70 (diff)
downloadcgeo-18c457932e76eba1b55b5ec19df7a72fe97721cf.zip
cgeo-18c457932e76eba1b55b5ec19df7a72fe97721cf.tar.gz
cgeo-18c457932e76eba1b55b5ec19df7a72fe97721cf.tar.bz2
fix #1161: make 'More details' button less dangerous
By making the button larger, the need to click near "Drop" is decreased. Also, remove the extra useless LinearLayout.
Diffstat (limited to 'main')
-rw-r--r--main/res/layout/popup.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/main/res/layout/popup.xml b/main/res/layout/popup.xml
index daa888f..201b9e6 100644
--- a/main/res/layout/popup.xml
+++ b/main/res/layout/popup.xml
@@ -33,14 +33,9 @@
android:layout_height="wrap_content"
android:orientation="vertical" >
</LinearLayout>
- <LinearLayout android:id="@+id/more_details_box"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <Button style="@style/button_small"
- android:id="@+id/more_details"
- android:text="@string/popup_more" />
- </LinearLayout>
+ <Button style="@style/button_small" android:id="@+id/more_details" android:text="@string/popup_more"
+ android:layout_width="fill_parent" android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal"/>
<RelativeLayout style="@style/separator_horizontal_layout" >
<View style="@style/separator_horizontal" />
</RelativeLayout>