Implement display name editing

This commit is contained in:
Niels Andriesse
2020-01-07 12:00:30 +11:00
parent 9dee062976
commit fd14d66d4f
9 changed files with 156 additions and 35 deletions

View File

@@ -9,7 +9,7 @@
<View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
android:layout_weight="1" />
<TextView
android:layout_width="match_parent"
@@ -30,7 +30,7 @@
<View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
android:layout_weight="1" />
<Button
style="@style/MediumProminentFilledButton"