mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
Fixes default visibilities in fragment_home_detail
This commit is contained in:
parent
520c3e474c
commit
4adaa20f72
1 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,6 @@
|
|||
android:layout_height="40dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/a11y_open_drawer"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
@ -82,7 +81,7 @@
|
|||
android:src="@drawable/ic_arrow_back"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:contentDescription="@string/a11y_navigate_up_space"
|
||||
android:visibility="visible"
|
||||
android:visibility="gone"
|
||||
app:tint="?vctr_content_secondary"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
Loading…
Add table
Reference in a new issue