|
|
@@ -73,7 +73,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="80dp"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
app:layout_constraintEnd_toStartOf="@+id/text_view_select_bucket"
|
|
|
app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
@@ -91,6 +91,7 @@
|
|
|
android:layout_marginBottom="20dp"
|
|
|
android:ellipsize="end"
|
|
|
android:gravity="center"
|
|
|
+ android:includeFontPadding="false"
|
|
|
android:lineSpacingExtra="8sp"
|
|
|
android:maxWidth="255dp"
|
|
|
android:maxLines="3"
|
|
|
@@ -162,11 +163,10 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
- tools:visibility="gone"
|
|
|
- app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
|
+ app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
|
+ tools:visibility="gone">
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
- tools:visibility="gone"
|
|
|
android:id="@+id/recycler_view_bucket_list_detail"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
@@ -174,6 +174,7 @@
|
|
|
android:layout_weight="1"
|
|
|
android:clipToPadding="false"
|
|
|
android:paddingTop="15dp"
|
|
|
+ tools:visibility="gone"
|
|
|
|
|
|
/>
|
|
|
</LinearLayout>
|