Download button

This commit is contained in:
inorichi
2015-09-29 14:40:36 +02:00
parent 59fa396eeb
commit 790ccdaba6
15 changed files with 32 additions and 8 deletions

View File

@@ -1,18 +1,19 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout 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"
tools:context="eu.kanade.mangafeed.ui.activity.MangaDetailActivity">
tools:context="eu.kanade.mangafeed.ui.activity.MangaDetailActivity"
android:orientation="vertical">
<include
android:id="@+id/toolbar"
layout="@layout/toolbar"/>
<ListView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/manga_chapters_list"
tools:listitem="@layout/item_chapter"
android:height="?android:listPreferredItemHeight"/>
</RelativeLayout>
</LinearLayout>