music-cyclon/app/src/main/res/layout/activity_main_preference.xml

21 lines
845 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<android.support.v7.widget.Toolbar
android:id="@+id/preference_toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:title="Settings"/>
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/viewer"
android:name="max.music_cyclon.MainPreferenceActivity$MainPreferenceFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>