Fix: Enable AndroidX, remove deprecated package attribute in manifest, and correct XML namespace URI in activity_main.xml

This commit is contained in:
2026-07-05 12:37:41 +07:00
parent df837a4c56
commit 70f8ef4da4
7 changed files with 357 additions and 5 deletions
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/auto"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#121212">