mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-28 04:47:56 +01:00
Item selection
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
android:numColumns="auto_fit"
|
||||
android:stretchMode="columnWidth"
|
||||
android:fastScrollEnabled="true"
|
||||
android:choiceMode="multipleChoiceModal"
|
||||
tools:listitem="@layout/item_library" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/library_item_background"
|
||||
>
|
||||
|
||||
<FrameLayout
|
||||
@@ -42,7 +43,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="36dp"
|
||||
android:id="@+id/footerLinearLayout"
|
||||
android:background="@color/md_grey_300">
|
||||
>
|
||||
|
||||
<eu.kanade.mangafeed.widget.PTSansTextView
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user