From da842396556248654acacfdebbc01f5e20132eb6 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 14 May 2021 21:20:57 +0530 Subject: Extract toolbar implementation and add back navigation support --- app/src/main/res/layout/toolbar.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app/src/main/res/layout/toolbar.xml (limited to 'app/src/main/res/layout/toolbar.xml') diff --git a/app/src/main/res/layout/toolbar.xml b/app/src/main/res/layout/toolbar.xml new file mode 100644 index 0000000..29c1fa1 --- /dev/null +++ b/app/src/main/res/layout/toolbar.xml @@ -0,0 +1,28 @@ + + + + + \ No newline at end of file -- cgit v1.2.1