Implement simple invitation mechanism

This commit is contained in:
nielsandriesse
2020-11-02 14:54:10 +11:00
parent 887aaf4ee4
commit b408a408ec
2 changed files with 26 additions and 0 deletions

View File

@@ -176,6 +176,22 @@
android:gravity="center"
android:text="@string/activity_settings_devices_button_title" />
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="?android:dividerHorizontal" />
<TextView
android:id="@+id/sendInvitationButton"
android:layout_width="match_parent"
android:layout_height="@dimen/setting_button_height"
android:background="@drawable/setting_button_background"
android:textColor="@color/text"
android:textSize="@dimen/medium_font_size"
android:textStyle="bold"
android:gravity="center"
android:text="Invite" />
<View
android:id="@+id/seedButtonTopSeparator"
android:layout_width="match_parent"