mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +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…
Reference in a new issue