2017-11-23 10:19:07 -02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-28 22:59:03 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-11-23 10:19:07 -02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-04-28 22:59:03 +02:00
|
|
|
android:background="?attr/colorPrimary"
|
|
|
|
app:theme="?attr/actionBarTheme" />
|
2017-11-23 10:19:07 -02:00
|
|
|
|
2018-04-28 22:59:03 +02:00
|
|
|
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-11-23 10:19:07 -02:00
|
|
|
android:id="@+id/fragment_container"
|
|
|
|
class="org.fdroid.fdroid.views.panic.PanicPreferencesFragment"
|
|
|
|
android:layout_width="match_parent"
|
2018-04-28 22:59:03 +02:00
|
|
|
android:layout_height="match_parent" />
|
2017-11-23 10:19:07 -02:00
|
|
|
|
|
|
|
</LinearLayout>
|