|
|
@ -4,8 +4,9 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingLeft="10dp" |
|
|
|
android:paddingTop="15dp" |
|
|
|
android:paddingRight="10dp" |
|
|
|
android:paddingLeft="16dp" |
|
|
|
|
|
|
|
android:paddingRight="16dp" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
@ -17,8 +18,7 @@ |
|
|
|
android:paddingRight="10dp" |
|
|
|
android:paddingRight="10dp" |
|
|
|
android:paddingTop="6dp" |
|
|
|
android:paddingTop="6dp" |
|
|
|
android:paddingBottom="6dp" |
|
|
|
android:paddingBottom="6dp" |
|
|
|
android:layout_margin="4dp" |
|
|
|
android:background="@drawable/bg_find_book_group" |
|
|
|
android:background="@color/btn_bg_press" |
|
|
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:gravity="center_vertical"> |
|
|
|
android:gravity="center_vertical"> |
|
|
|
|
|
|
|
|
|
|
@ -28,11 +28,21 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" /> |
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.anima.RotateLoading |
|
|
|
|
|
|
|
android:id="@+id/rotate_loading" |
|
|
|
|
|
|
|
android:layout_width="20dp" |
|
|
|
|
|
|
|
android:layout_height="20dp" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
|
|
|
android:layout_marginRight="4dp" |
|
|
|
|
|
|
|
app:hide_mode="gone" |
|
|
|
|
|
|
|
app:loading_width="1dp" /> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/iv_status" |
|
|
|
android:id="@+id/iv_status" |
|
|
|
android:layout_width="20dp" |
|
|
|
android:layout_width="20dp" |
|
|
|
android:layout_height="20dp" |
|
|
|
android:layout_height="20dp" |
|
|
|
android:src="@drawable/ic_add" |
|
|
|
android:src="@drawable/ic_arrow_right" |
|
|
|
app:tint="@color/tv_text_secondary" |
|
|
|
app:tint="@color/tv_text_secondary" |
|
|
|
tools:ignore="ContentDescription" /> |
|
|
|
tools:ignore="ContentDescription" /> |
|
|
|
|
|
|
|
|
|
|
@ -41,6 +51,8 @@ |
|
|
|
<FrameLayout |
|
|
|
<FrameLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingLeft="8dp" |
|
|
|
|
|
|
|
android:paddingRight="8dp" |
|
|
|
android:layout_gravity="center"> |
|
|
|
android:layout_gravity="center"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.flexbox.FlexboxLayout |
|
|
|
<com.google.android.flexbox.FlexboxLayout |
|
|
@ -50,21 +62,13 @@ |
|
|
|
android:clipToPadding="false" |
|
|
|
android:clipToPadding="false" |
|
|
|
android:overScrollMode="never" |
|
|
|
android:overScrollMode="never" |
|
|
|
android:padding="3dp" |
|
|
|
android:padding="3dp" |
|
|
|
|
|
|
|
android:layout_marginTop="8dp" |
|
|
|
android:visibility="gone" |
|
|
|
android:visibility="gone" |
|
|
|
app:dividerDrawable="@drawable/shape_space_divider" |
|
|
|
app:dividerDrawable="@drawable/shape_space_divider" |
|
|
|
app:flexDirection="row" |
|
|
|
app:flexDirection="row" |
|
|
|
app:flexWrap="wrap" |
|
|
|
app:flexWrap="wrap" |
|
|
|
app:showDivider="middle" /> |
|
|
|
app:showDivider="middle" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.anima.RotateLoading |
|
|
|
|
|
|
|
android:id="@+id/rotate_loading" |
|
|
|
|
|
|
|
android:layout_width="36dp" |
|
|
|
|
|
|
|
android:layout_height="36dp" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
|
|
|
app:hide_mode="gone" |
|
|
|
|
|
|
|
app:loading_width="2dp" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |