Change default threads beta visibility
This commit is contained in:
parent
aef4cce3e7
commit
858623b5a4
@ -120,6 +120,7 @@
|
|||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
android:background="@drawable/bg_shadow_divider"
|
android:background="@drawable/bg_shadow_divider"
|
||||||
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toTopOf="@id/threadsFeedBackConstraintLayout"
|
app:layout_constraintBottom_toTopOf="@id/threadsFeedBackConstraintLayout"
|
||||||
/>
|
/>
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
@ -128,6 +129,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:elevation="30dp"
|
android:elevation="30dp"
|
||||||
android:padding="6dp"
|
android:padding="6dp"
|
||||||
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent">
|
app:layout_constraintStart_toStartOf="parent">
|
||||||
|
Loading…
Reference in New Issue
Block a user