making the profile screen toolbar transparent, matches the designs for dark mode
This commit is contained in:
parent
8d0435db77
commit
049ae4a22a
|
@ -31,6 +31,7 @@
|
|||
style="@style/Widget.Vector.Toolbar.Settings"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@android:color/transparent"
|
||||
android:visibility="invisible"
|
||||
app:layout_constraintBottom_toTopOf="@id/profilePictureView"
|
||||
app:layout_constraintTop_toBottomOf="@id/profilePictureToolbar"
|
||||
|
|
Loading…
Reference in New Issue