summaryrefslogtreecommitdiffstats
path: root/tests/res/layout/test_layout_appwidget_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/res/layout/test_layout_appwidget_view.xml')
-rw-r--r--tests/res/layout/test_layout_appwidget_view.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/res/layout/test_layout_appwidget_view.xml b/tests/res/layout/test_layout_appwidget_view.xml
new file mode 100644
index 000000000..7c87e6019
--- /dev/null
+++ b/tests/res/layout/test_layout_appwidget_view.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="#FFFF00">
+
+ <ImageView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_margin="20dp"
+ android:background="#FF0000"
+ android:id="@android:id/icon" />
+</FrameLayout> \ No newline at end of file