|
@@ -259,32 +259,38 @@
|
|
<android.support.v4.widget.NestedScrollView
|
|
<android.support.v4.widget.NestedScrollView
|
|
android:id="@+id/description_scrollview"
|
|
android:id="@+id/description_scrollview"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
- android:layout_height="0dp"
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ app:layout_constrainedWidth="true"
|
|
|
|
+ app:layout_constraintBottom_toTopOf="@id/manga_genres_tags"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintTop_toBottomOf="@id/manga_summary_label"
|
|
app:layout_constraintTop_toBottomOf="@id/manga_summary_label"
|
|
- app:layout_constraintBottom_toTopOf="@id/manga_genres_tags">
|
|
|
|
|
|
+ app:layout_constraintVertical_bias="0.0"
|
|
|
|
+ app:layout_constraintVertical_chainStyle="packed">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/manga_summary"
|
|
android:id="@+id/manga_summary"
|
|
style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
- android:layout_marginLeft="16dp"
|
|
|
|
- android:layout_marginRight="16dp"
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:textIsSelectable="false"/>
|
|
|
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
|
+ android:textIsSelectable="false" />
|
|
|
|
|
|
</android.support.v4.widget.NestedScrollView>
|
|
</android.support.v4.widget.NestedScrollView>
|
|
|
|
|
|
<me.gujun.android.taggroup.TagGroup
|
|
<me.gujun.android.taggroup.TagGroup
|
|
android:id="@+id/manga_genres_tags"
|
|
android:id="@+id/manga_genres_tags"
|
|
style="@style/TagGroup"
|
|
style="@style/TagGroup"
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_marginStart="8dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginBottom="8dp"
|
|
android:layout_marginBottom="8dp"
|
|
|
|
+ app:layout_constrainedHeight="true"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintTop_toBottomOf="@id/description_scrollview"
|
|
app:layout_constraintTop_toBottomOf="@id/description_scrollview"
|