Fix intercept activity

This commit is contained in:
NerdNumber9
2017-08-24 17:33:03 -04:00
parent 5ed365cf0d
commit dcb6ae44dd
4 changed files with 59 additions and 35 deletions

View File

@@ -17,6 +17,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:theme="?attr/actionBarTheme"/>
</android.support.design.widget.AppBarLayout>
<FrameLayout