packages/apps/Launcher3/tests/res/layout/test_layout_appwidget_red.xml

7 lines
269 B
XML
Raw Normal View History

2025-08-25 08:38:42 +08:00
<?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" />