move invite button above button bar.

(It's more frequently used)
This commit is contained in:
Eric House 2019-02-04 17:56:23 -08:00
parent 64c6d03392
commit 38f0fc6fd1

View file

@ -49,10 +49,6 @@
/>
</LinearLayout>
<FrameLayout android:id="@+id/button_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
<Button android:id="@+id/button_invite"
android:text="@string/button_invite"
@ -60,4 +56,9 @@
android:layout_height="wrap_content"
/>
<FrameLayout android:id="@+id/button_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
</LinearLayout>