2015-11-24 20:45:53 +03:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-09-26 15:25:18 +03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
2015-10-17 14:51:54 +03:00
|
|
|
android:layout_height="wrap_content"
|
2015-11-24 20:45:53 +03:00
|
|
|
android:orientation="vertical"
|
2016-01-15 17:18:19 +03:00
|
|
|
tools:context="eu.kanade.tachiyomi.ui.manga.MangaActivity">
|
2015-09-26 15:25:18 +03:00
|
|
|
|
2015-10-17 14:51:54 +03:00
|
|
|
<android.support.design.widget.AppBarLayout
|
|
|
|
android:id="@+id/appbar"
|
|
|
|
android:layout_width="match_parent"
|
2016-01-05 15:54:00 +03:00
|
|
|
android:layout_height="wrap_content">
|
2015-10-17 14:51:54 +03:00
|
|
|
|
2015-12-18 18:41:16 +03:00
|
|
|
<include layout="@layout/toolbar" />
|
2015-10-17 14:51:54 +03:00
|
|
|
|
2015-12-26 02:07:45 +03:00
|
|
|
<include layout="@layout/tab_layout" />
|
2015-10-17 14:51:54 +03:00
|
|
|
|
|
|
|
</android.support.design.widget.AppBarLayout>
|
2015-09-28 13:42:16 +03:00
|
|
|
|
2015-10-17 14:51:54 +03:00
|
|
|
<android.support.v4.view.ViewPager
|
2015-10-21 01:04:04 +03:00
|
|
|
android:id="@+id/view_pager"
|
2015-09-29 15:40:36 +03:00
|
|
|
android:layout_width="match_parent"
|
2015-10-17 14:51:54 +03:00
|
|
|
android:layout_height="0px"
|
2015-12-20 22:10:04 +03:00
|
|
|
android:layout_weight="1"/>
|
2015-09-26 15:25:18 +03:00
|
|
|
|
2015-10-17 14:51:54 +03:00
|
|
|
</LinearLayout>
|