|
|
|
@ -22,7 +22,7 @@ |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
tools:ignore="UnusedAttribute" /> |
|
|
|
|
tools:ignore="UnusedAttribute"/> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/fl_has_new" |
|
|
|
@ -38,7 +38,7 @@ |
|
|
|
|
android:layout_gravity="right" |
|
|
|
|
android:layout_margin="5dp" |
|
|
|
|
android:includeFontPadding="false" |
|
|
|
|
tools:ignore="RtlHardcoded" /> |
|
|
|
|
tools:ignore="RtlHardcoded"/> |
|
|
|
|
|
|
|
|
|
<com.victor.loading.rotate.RotateLoading |
|
|
|
|
android:id="@+id/rl_loading" |
|
|
|
@ -48,7 +48,7 @@ |
|
|
|
|
android:visibility="invisible" |
|
|
|
|
app:loading_color="@color/colorAccent" |
|
|
|
|
app:loading_width="2dp" |
|
|
|
|
tools:ignore="RtlHardcoded" /> |
|
|
|
|
tools:ignore="RtlHardcoded"/> |
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -67,7 +67,7 @@ |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_cover" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@id/fl_has_new" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry" /> |
|
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry"/> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_author" |
|
|
|
@ -82,7 +82,7 @@ |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_cover" |
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_author" |
|
|
|
|
app:tint="@color/tv_text_secondary" |
|
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry" /> |
|
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry"/> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_author" |
|
|
|
@ -98,7 +98,7 @@ |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_author" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@id/fl_has_new" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_name" |
|
|
|
|
tools:ignore="RtlSymmetry" /> |
|
|
|
|
tools:ignore="RtlSymmetry"/> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_read" |
|
|
|
@ -113,7 +113,7 @@ |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_cover" |
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_read" |
|
|
|
|
app:tint="@color/tv_text_secondary" |
|
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry" /> |
|
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry"/> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_read" |
|
|
|
@ -127,7 +127,7 @@ |
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/tv_last" |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_read" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@id/fl_has_new" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_author" /> |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_author"/> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_last" |
|
|
|
@ -142,7 +142,7 @@ |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_cover" |
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_last" |
|
|
|
|
app:tint="@color/tv_text_secondary" |
|
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry" /> |
|
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry"/> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_last" |
|
|
|
@ -156,7 +156,7 @@ |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/iv_last" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@id/fl_has_new" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_read" /> |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_read"/> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:id="@+id/vw_select" |
|
|
|
@ -164,12 +164,12 @@ |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" /> |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"/> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0.5dp" |
|
|
|
|
android:background="@color/btn_bg_press" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" /> |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"/> |
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |