Files
UIUIPad-Launcher3-Q/tests/res/layout/test_layout_appwidget_red.xml
FHT d23777e680 update:2021.03.19
fix:重新提交
add:
2021-03-19 18:19:49 +08:00

7 lines
269 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:background="#FFFF0000"
android:layout_width="match_parent"
android:layout_height="match_parent" />