Item selection

This commit is contained in:
inorichi
2015-10-02 18:27:25 +02:00
parent 7fe40525f2
commit a6c59bbc10
13 changed files with 66 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
android:numColumns="auto_fit"
android:stretchMode="columnWidth"
android:fastScrollEnabled="true"
android:choiceMode="multipleChoiceModal"
tools:listitem="@layout/item_library" />
</FrameLayout>

View File

@@ -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"