Better settings workarounds

This commit is contained in:
Dominik Schürmann
2015-06-30 17:14:12 +02:00
parent 04d7e3f155
commit 715188ccda
3 changed files with 134 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
<?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"
android:orientation="vertical">
<include
android:id="@+id/toolbar_include"
layout="@layout/toolbar_standalone" />
</LinearLayout>