diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_quick_protection.xml')
| -rw-r--r-- | app/src/main/res/layout/fragment_quick_protection.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app/src/main/res/layout/fragment_quick_protection.xml b/app/src/main/res/layout/fragment_quick_protection.xml index e8233ee..55d6f71 100644 --- a/app/src/main/res/layout/fragment_quick_protection.xml +++ b/app/src/main/res/layout/fragment_quick_protection.xml @@ -6,15 +6,7 @@ android:background="@color/white" > - <Toolbar - android:id="@+id/toolbar" - android:layout_width="match_parent" - android:layout_height="?android:attr/actionBarSize" - android:layout_gravity="top|center" - android:background="@color/white" - tools:layout_height="56dp" - /> - + <include layout="@layout/toolbar"/> <LinearLayout android:layout_width="match_parent" |
