|
|
@@ -44,19 +44,19 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="22dp"
|
|
|
android:background="@null"
|
|
|
- app:elevation="0dp"
|
|
|
android:visibility="invisible"
|
|
|
+ app:elevation="0dp"
|
|
|
app:layout_collapseMode="pin"
|
|
|
/>
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/category_layout"
|
|
|
- android:background="@color/CFFFFFF"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="end|bottom"
|
|
|
android:layout_marginTop="15dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
+ android:background="@color/CFFFFFF"
|
|
|
app:layout_collapseMode="pin"
|
|
|
>
|
|
|
|
|
|
@@ -182,6 +182,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="25dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|