Files
yusheng-android/modulevocal/src/main/res/layout/activity_my_room.xml
梁小江 314c484cea 1、修改登录功能并验证,除了支付宝登录其他都已验证
2、完成个人中心的功能,个人主页完成、钱包完成、背包完成
2025-05-22 19:03:01 +08:00

10 lines
463 B
XML

<?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:tools="http://schemas.android.com/tools"
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.MyRoomActivity">
</androidx.constraintlayout.widget.ConstraintLayout>