aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2025-09-28 21:36:53 -0400
committerBenjamin Linskey2025-09-28 21:36:53 -0400
commite38f1b909ad90f715826d11f6f303baf85f74913 (patch)
treeb140bef25483c9139bca30ea3a1e43d16aacd808
parentf97c780f4456ee161801fbcc55fad305a272ffe1 (diff)
downloadgreek-reference-e38f1b909ad90f715826d11f6f303baf85f74913.tar.gz

Fix classnames in XML files

-rw-r--r--GreekReference/src/main/res/layout/action_bar.xml2
-rw-r--r--GreekReference/src/main/res/layout/activity_item_list.xml4
-rw-r--r--GreekReference/src/main/res/layout/activity_item_twopane.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/GreekReference/src/main/res/layout/action_bar.xml b/GreekReference/src/main/res/layout/action_bar.xml
index 8ea7168..a4bb6a4 100644
--- a/GreekReference/src/main/res/layout/action_bar.xml
+++ b/GreekReference/src/main/res/layout/action_bar.xml
@@ -15,7 +15,7 @@
~ limitations under the License.
-->
-<android.support.v7.widget.Toolbar
+<androidx.appcompat.widget.Toolbar
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"
diff --git a/GreekReference/src/main/res/layout/activity_item_list.xml b/GreekReference/src/main/res/layout/activity_item_list.xml
index 0f2637d..85667df 100644
--- a/GreekReference/src/main/res/layout/activity_item_list.xml
+++ b/GreekReference/src/main/res/layout/activity_item_list.xml
@@ -1,4 +1,4 @@
-<androidx.core.widget.DrawerLayout
+<androidx.drawerlayout.widget.DrawerLayout
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"
@@ -39,4 +39,4 @@
</com.benlinskey.greekreference.ScrimInsetsFrameLayout>
-</androidx.core.widget.DrawerLayout>
+</androidx.drawerlayout.widget.DrawerLayout>
diff --git a/GreekReference/src/main/res/layout/activity_item_twopane.xml b/GreekReference/src/main/res/layout/activity_item_twopane.xml
index f60793a..d1b6b73 100644
--- a/GreekReference/src/main/res/layout/activity_item_twopane.xml
+++ b/GreekReference/src/main/res/layout/activity_item_twopane.xml
@@ -1,4 +1,4 @@
-<androidx.core.widget.DrawerLayout
+<androidx.drawerlayout.widget.DrawerLayout
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"
@@ -57,5 +57,5 @@
</com.benlinskey.greekreference.ScrimInsetsFrameLayout>
-</androidx.core.widget.DrawerLayout>
+</androidx.drawerlayout.widget.DrawerLayout>