Fix layout bug on small screens.

This commit is contained in:
ojiikun 2013-11-17 23:51:37 +00:00
parent 873d6fbacc
commit fdb7ed0aa1

View file

@ -6,7 +6,8 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="15dp"
android:layout_marginBottom="15dp" >
android:layout_marginBottom="15dp"
android:baselineAligned="false" >
<Button
android:id="@+id/share_story_button"