|
|
@ -40,24 +40,32 @@ |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.flexbox.FlexboxLayout |
|
|
|
<FrameLayout |
|
|
|
android:id="@+id/gl_child" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:clipToPadding="false" |
|
|
|
android:layout_gravity="center"> |
|
|
|
android:overScrollMode="never" |
|
|
|
|
|
|
|
android:padding="3dp" |
|
|
|
<com.google.android.flexbox.FlexboxLayout |
|
|
|
android:visibility="gone" |
|
|
|
android:id="@+id/gl_child" |
|
|
|
app:dividerDrawable="@drawable/shape_space_divider" |
|
|
|
android:layout_width="match_parent" |
|
|
|
app:flexDirection="row" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:flexWrap="wrap" |
|
|
|
android:clipToPadding="false" |
|
|
|
app:showDivider="middle" /> |
|
|
|
android:overScrollMode="never" |
|
|
|
|
|
|
|
android:padding="3dp" |
|
|
|
<io.legado.app.ui.widget.anima.RotateLoading |
|
|
|
android:visibility="gone" |
|
|
|
android:id="@+id/rotate_loading" |
|
|
|
app:dividerDrawable="@drawable/shape_space_divider" |
|
|
|
android:layout_width="36dp" |
|
|
|
app:flexDirection="row" |
|
|
|
android:layout_height="36dp" |
|
|
|
app:flexWrap="wrap" |
|
|
|
android:visibility="gone" |
|
|
|
app:showDivider="middle" /> |
|
|
|
app:loading_width="2dp" /> |
|
|
|
|
|
|
|
|
|
|
|
<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:loading_width="2dp" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |