mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-13 22:12:49 +01:00
65c07450da
- Manga order by title in library - New chapter list item design - Chapter item popup - Color normalisation to Material Design pallets - Theme and style fixes
14 lines
448 B
XML
14 lines
448 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<GridView
|
|
android:id="@+id/gridView"
|
|
style="@style/AppTheme.GridView"
|
|
android:choiceMode="multipleChoiceModal"
|
|
android:columnWidth="140dp"
|
|
tools:listitem="@layout/item_catalogue" />
|
|
|
|
</FrameLayout>
|