diff options
| author | Amit Kumar <amitkma@e.email> | 2021-05-15 01:18:21 +0530 |
|---|---|---|
| committer | Amit Kumar <amitkma@e.email> | 2021-05-15 01:18:21 +0530 |
| commit | 47194484d7c2ca6ce8103312b9dbfb1244e8c4e6 (patch) | |
| tree | 643171c9af65cd56ffe1fe854ae52f535f5c077a /app/src/main/res/layout/fragment_permission_apps.xml | |
| parent | da842396556248654acacfdebbc01f5e20132eb6 (diff) | |
| download | advanced-privacy-47194484d7c2ca6ce8103312b9dbfb1244e8c4e6.tar.gz | |
Use MaterialToolbar from MDC instead of android Toolbar
Diffstat (limited to 'app/src/main/res/layout/fragment_permission_apps.xml')
| -rw-r--r-- | app/src/main/res/layout/fragment_permission_apps.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/layout/fragment_permission_apps.xml b/app/src/main/res/layout/fragment_permission_apps.xml index 605b6ff..65f4169 100644 --- a/app/src/main/res/layout/fragment_permission_apps.xml +++ b/app/src/main/res/layout/fragment_permission_apps.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" +<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" @@ -7,13 +7,12 @@ android:background="@color/white" > - <include layout="@layout/toolbar"/> + <include layout="@layout/topbar"/> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:layout_marginTop="?android:attr/actionBarSize" tools:context=".main.MainActivity" > @@ -36,4 +35,4 @@ tools:listitem="@layout/item_permission_apps" android:id="@+id/recylcer_view_permission_apps"/> </LinearLayout> -</FrameLayout>
\ No newline at end of file +</androidx.coordinatorlayout.widget.CoordinatorLayout>
\ No newline at end of file |
