aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/layout/toolbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/src/main/res/layout/toolbar.xml')
-rw-r--r--android/WALT/app/src/main/res/layout/toolbar.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/android/WALT/app/src/main/res/layout/toolbar.xml b/android/WALT/app/src/main/res/layout/toolbar.xml
index d02028d..c932cdb 100644
--- a/android/WALT/app/src/main/res/layout/toolbar.xml
+++ b/android/WALT/app/src/main/res/layout/toolbar.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@color/ColorPrimary"
android:elevation="4dp">
-</android.support.v7.widget.Toolbar> \ No newline at end of file
+</androidx.appcompat.widget.Toolbar> \ No newline at end of file