xref: /aosp_15_r20/external/robolectric/testapp/src/main/res/layout/remote_views.xml (revision e6ba16074e6af37d123cb567d575f496bf0a58ee)
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    android:orientation="vertical"
5    android:layout_width="wrap_content"
6    android:layout_height="wrap_content">
7
8    <TextView
9        android:id="@+id/remote_view_1"
10        android:layout_width="match_parent"
11        android:layout_height="wrap_content"/>
12
13    <ImageView
14        android:id="@+id/remote_view_2"
15        android:layout_width="match_parent"
16        android:layout_height="wrap_content"/>
17
18    <Button
19        android:id="@+id/remote_view_3"
20        android:layout_width="match_parent"
21        android:layout_height="wrap_content"/>
22
23</LinearLayout>