|
@@ -95,7 +95,7 @@
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:autoSizeTextType="uniform"
|
|
|
app:autoSizeMinTextSize="12sp"
|
|
|
- app:autoSizeMaxTextSize="100sp"
|
|
|
+ app:autoSizeMaxTextSize="20sp"
|
|
|
app:autoSizeStepGranularity="2sp"/>
|
|
|
|
|
|
<TextView
|
|
@@ -260,36 +260,25 @@
|
|
|
android:id="@+id/description_scrollview"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
|
- app:layout_constraintHeight_default="spread"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/manga_summary_label"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/manga_genres_tags"
|
|
|
- >
|
|
|
+ app:layout_constraintBottom_toTopOf="@id/manga_genres_tags">
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/manga_summary"
|
|
|
+ style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/manga_summary"
|
|
|
- style="@style/TextAppearance.Regular.Body1.Secondary"
|
|
|
- android:layout_marginLeft="16dp"
|
|
|
- android:layout_marginRight="16dp"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textIsSelectable="false"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textIsSelectable="false"/>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
</android.support.v4.widget.NestedScrollView>
|
|
|
|
|
|
<me.gujun.android.taggroup.TagGroup
|
|
|
android:id="@+id/manga_genres_tags"
|
|
|
style="@style/TagGroup"
|
|
|
- app:layout_constraintHeight_default="spread"
|
|
|
- app:layout_constraintWidth_default="spread"
|
|
|
android:layout_marginEnd="8dp"
|
|
|
android:layout_marginStart="8dp"
|
|
|
android:layout_marginTop="8dp"
|
|
@@ -299,11 +288,11 @@
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/description_scrollview"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:atg_borderStrokeWidth="1dp"
|
|
|
app:atg_backgroundColor="@android:color/transparent"
|
|
|
app:atg_borderColor="@color/md_blue_A400"
|
|
|
- app:atg_textColor="@color/md_blue_A400"
|
|
|
- />
|
|
|
+ app:atg_textColor="@color/md_blue_A400" />
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|