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_dashboard.xml | |
parent | 7c02e9a048319c10d7396e7ec094c368f27273fd (diff) |
Extract toolbar implementation and add back navigation support
Diffstat (limited to 'app/src/main/res/layout/fragment_dashboard.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_dashboard.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index 663c270..027945d 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -6,14 +6,7 @@ android:layout_height="match_parent" > - <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"/> <ProgressBar android:id="@+id/loadingSpinner" |