diff options
| author | Benjamin Linskey | 2025-09-28 21:36:53 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2025-09-28 21:36:53 -0400 |
| commit | e38f1b909ad90f715826d11f6f303baf85f74913 (patch) | |
| tree | b140bef25483c9139bca30ea3a1e43d16aacd808 | |
| parent | f97c780f4456ee161801fbcc55fad305a272ffe1 (diff) | |
| download | greek-reference-e38f1b909ad90f715826d11f6f303baf85f74913.tar.gz | |
Fix classnames in XML files
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> |