Add notify layouts to some activities

This commit is contained in:
Dominik Schürmann
2014-07-31 21:29:45 +02:00
parent 38922f96a6
commit b9694ae9c5
4 changed files with 100 additions and 76 deletions

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/notify_area" />
<ScrollView xmlns:tools="http://schemas.android.com/tools"
<ScrollView
android:layout_width="wrap_content"
android:layout_height="match_parent">