Change default threads beta visibility

This commit is contained in:
ariskotsomitopoulos 2022-04-05 16:26:42 +03:00
parent aef4cce3e7
commit 858623b5a4
1 changed files with 2 additions and 0 deletions

View File

@ -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">