diff options
| author | Amit Kumar <amitkma@e.email> | 2021-05-14 21:20:57 +0530 |
|---|---|---|
| committer | Amit Kumar <amitkma@e.email> | 2021-05-14 21:20:57 +0530 |
| commit | da842396556248654acacfdebbc01f5e20132eb6 (patch) | |
| tree | f2953fe0c56fea020869d0dfed77f3a4e851d434 /app/src/main/res/layout/fragment_permission_apps.xml | |
| parent | 7c02e9a048319c10d7396e7ec094c368f27273fd (diff) | |
| download | advanced-privacy-da842396556248654acacfdebbc01f5e20132eb6.tar.gz | |
Extract toolbar implementation and add back navigation support
Diffstat (limited to 'app/src/main/res/layout/fragment_permission_apps.xml')
| -rw-r--r-- | app/src/main/res/layout/fragment_permission_apps.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app/src/main/res/layout/fragment_permission_apps.xml b/app/src/main/res/layout/fragment_permission_apps.xml index 2888af0..605b6ff 100644 --- a/app/src/main/res/layout/fragment_permission_apps.xml +++ b/app/src/main/res/layout/fragment_permission_apps.xml @@ -7,14 +7,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" |
