move last-pressed button to bottom of screen where it's natural to look for it

This commit is contained in:
Eric House 2015-08-02 14:14:19 -07:00
parent af8c6d618d
commit 1fb55c8a78

View file

@ -28,13 +28,6 @@
android:padding="20dp"
/>
<Button android:id="@+id/button_invite"
android:text="@string/button_invite"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dip"
/>
<LinearLayout android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -55,4 +48,11 @@
/>
</LinearLayout>
<Button android:id="@+id/button_invite"
android:text="@string/button_invite"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dip"
/>
</LinearLayout>