mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Change default threads beta visibility
This commit is contained in:
parent
aef4cce3e7
commit
858623b5a4
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:background="@drawable/bg_shadow_divider"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toTopOf="@id/threadsFeedBackConstraintLayout"
|
||||
/>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
@ -128,6 +129,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:elevation="30dp"
|
||||
android:padding="6dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent">
|
||||
|
|
Loading…
Add table
Reference in a new issue