|
|
@@ -38,13 +38,14 @@
|
|
|
android:layout_height="35dp"
|
|
|
android:layout_gravity="top"
|
|
|
android:background="@null"
|
|
|
- android:visibility="invisible"
|
|
|
+ android:visibility="gone"
|
|
|
app:elevation="0dp"
|
|
|
app:layout_collapseMode="pin"
|
|
|
tools:visibility="gone"
|
|
|
/>
|
|
|
|
|
|
<RelativeLayout
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/relativeLayout"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -93,6 +94,7 @@
|
|
|
android:layout_gravity="bottom"
|
|
|
android:layout_marginStart="25dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
+ android:clipToPadding="false"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|