aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_main_toolbar.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-24 01:49:57 -0500
committerGitHub <noreply@github.com>2018-12-24 01:49:57 -0500
commit2c02356c498b3db6f13bd7a3af8689c24ca224ea (patch)
tree726ad142a8a373715493cf602786361226f624ee /app/src/main/res/layout/view_main_toolbar.xml
parentfce0bf0a6df09de78a804dc874f48f67336d9d9c (diff)
parent697d01882ba8b1dbb85484ba3bf6e810e32448fc (diff)
downloadfrost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.tar.gz
frost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.tar.bz2
frost-2c02356c498b3db6f13bd7a3af8689c24ca224ea.zip
Merge branch 'dev' into update/coroutines
Diffstat (limited to 'app/src/main/res/layout/view_main_toolbar.xml')
-rw-r--r--app/src/main/res/layout/view_main_toolbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/view_main_toolbar.xml b/app/src/main/res/layout/view_main_toolbar.xml
index b4572af3..054eaac3 100644
--- a/app/src/main/res/layout/view_main_toolbar.xml
+++ b/app/src/main/res/layout/view_main_toolbar.xml
@@ -1,5 +1,5 @@
<?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"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"