diff options
author | Amit Kumar <amitkma@e.email> | 2021-06-16 01:57:50 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-06-16 01:59:39 +0530 |
commit | e40866d03008ec6dafa0016a31ee4c9e820032df (patch) | |
tree | 6e0a1b73b1c0e87f8c46504b6ac6882ab5fc35fc /app/src/main/res/layout/topbar.xml | |
parent | f4fe8a4d881deef7e43ffe296df804c8c2c7a657 (diff) |
Fix UI bugs and reformat code
Diffstat (limited to 'app/src/main/res/layout/topbar.xml')
-rw-r--r-- | app/src/main/res/layout/topbar.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/topbar.xml b/app/src/main/res/layout/topbar.xml index 9142d79..a493b3b 100644 --- a/app/src/main/res/layout/topbar.xml +++ b/app/src/main/res/layout/topbar.xml @@ -18,20 +18,20 @@ --> <com.google.android.material.appbar.AppBarLayout 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_height="wrap_content" android:layout_width="match_parent" - xmlns:app="http://schemas.android.com/apk/res-auto" app:elevation="0dp" > <com.google.android.material.appbar.MaterialToolbar android:background="@color/white" - android:id="@+id/toolbar" - app:titleCentered="true" android:elevation="0dp" + android:id="@+id/toolbar" android:layout_height="?android:attr/actionBarSize" android:layout_width="match_parent" + app:titleCentered="true" tools:layout_height="56dp" /> </com.google.android.material.appbar.AppBarLayout> |