tachiyomi/app/src/main/res/layout/activity_preferences.xml

16 lines
487 B
XML
Raw Normal View History

2015-10-21 19:27:22 +02:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2016-03-12 14:22:40 +01:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
2015-10-21 19:27:22 +02:00
2015-12-26 00:07:45 +01:00
<include layout="@layout/toolbar"/>
2015-10-21 19:27:22 +02:00
<FrameLayout
android:id="@+id/settings_content"
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>
</LinearLayout>