xref: /aosp_15_r20/development/samples/ApiDemos/res/layout/wallpaper_2.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*90c8c64dSAndroid Build Coastguard Worker<FrameLayout
3*90c8c64dSAndroid Build Coastguard Worker    xmlns:android="http://schemas.android.com/apk/res/android"
4*90c8c64dSAndroid Build Coastguard Worker    android:layout_width="wrap_content"
5*90c8c64dSAndroid Build Coastguard Worker    android:layout_height="wrap_content">
6*90c8c64dSAndroid Build Coastguard Worker    <ImageView
7*90c8c64dSAndroid Build Coastguard Worker        android:layout_width="wrap_content"
8*90c8c64dSAndroid Build Coastguard Worker        android:layout_height="wrap_content"
9*90c8c64dSAndroid Build Coastguard Worker        android:id="@+id/imageview" />
10*90c8c64dSAndroid Build Coastguard Worker    <LinearLayout
11*90c8c64dSAndroid Build Coastguard Worker        android:orientation="horizontal"
12*90c8c64dSAndroid Build Coastguard Worker        android:layout_width="wrap_content"
13*90c8c64dSAndroid Build Coastguard Worker        android:layout_height="match_parent">
14*90c8c64dSAndroid Build Coastguard Worker        <Button
15*90c8c64dSAndroid Build Coastguard Worker            android:id="@+id/randomize"
16*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="wrap_content"
17*90c8c64dSAndroid Build Coastguard Worker            android:layout_height="wrap_content"
18*90c8c64dSAndroid Build Coastguard Worker            android:text="@string/randomize"
19*90c8c64dSAndroid Build Coastguard Worker            android:layout_gravity="bottom" />
20*90c8c64dSAndroid Build Coastguard Worker        <Button
21*90c8c64dSAndroid Build Coastguard Worker            android:id="@+id/setwallpaper"
22*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="wrap_content"
23*90c8c64dSAndroid Build Coastguard Worker            android:layout_height="wrap_content"
24*90c8c64dSAndroid Build Coastguard Worker            android:text="@string/set_wallpaper"
25*90c8c64dSAndroid Build Coastguard Worker            android:layout_gravity="bottom" />
26*90c8c64dSAndroid Build Coastguard Worker    </LinearLayout>
27*90c8c64dSAndroid Build Coastguard Worker</FrameLayout>
28