Change profile preference screen to use toolbar.

This commit is contained in:
Alex Hart
2020-01-28 13:40:54 -04:00
parent 5221b6fb43
commit e3878ffde7
5 changed files with 12 additions and 6 deletions

View File

@@ -30,7 +30,8 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_arrow_left_24" />
app:navigationIcon="@drawable/ic_arrow_left_24"
app:title="@string/CreateProfileActivity__profile" />
<TextView
android:id="@+id/title"
@@ -58,7 +59,8 @@
android:tint="@color/core_grey_05"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/title" />
app:layout_constraintTop_toBottomOf="@+id/title"
app:layout_goneMarginTop="?attr/actionBarSize" />
<ImageView
android:id="@+id/avatar_placeholder"