summaryrefslogtreecommitdiffstats
path: root/tests/res/layout/test_layout_appwidget_blue.xml
blob: 8111978c9c6d9fbbb4d76870dcb94e1c35c8b7e9 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:background="#FF0000FF"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />