xref: /aosp_15_r20/development/samples/ApiDemos/res/layout/image_details.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*90c8c64dSAndroid Build Coastguard Worker
3*90c8c64dSAndroid Build Coastguard Worker<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4*90c8c64dSAndroid Build Coastguard Worker             android:layout_width="match_parent"
5*90c8c64dSAndroid Build Coastguard Worker             android:layout_height="match_parent"
6*90c8c64dSAndroid Build Coastguard Worker             android:orientation="vertical"
7*90c8c64dSAndroid Build Coastguard Worker        >
8*90c8c64dSAndroid Build Coastguard Worker    <ImageView android:id="@+id/titleImage"
9*90c8c64dSAndroid Build Coastguard Worker               android:layout_height="0px"
10*90c8c64dSAndroid Build Coastguard Worker               android:layout_weight="1"
11*90c8c64dSAndroid Build Coastguard Worker               android:layout_width="match_parent"
12*90c8c64dSAndroid Build Coastguard Worker               android:scaleType="centerCrop"
13*90c8c64dSAndroid Build Coastguard Worker               android:transitionName="hero"
14*90c8c64dSAndroid Build Coastguard Worker               android:onClick="clicked"
15*90c8c64dSAndroid Build Coastguard Worker            />
16*90c8c64dSAndroid Build Coastguard Worker    <LinearLayout android:layout_height="0px"
17*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
18*90c8c64dSAndroid Build Coastguard Worker                  android:layout_weight="2"
19*90c8c64dSAndroid Build Coastguard Worker                  android:orientation="vertical"
20*90c8c64dSAndroid Build Coastguard Worker            >
21*90c8c64dSAndroid Build Coastguard Worker        <View android:layout_width="match_parent"
22*90c8c64dSAndroid Build Coastguard Worker              android:layout_height="2dp"
23*90c8c64dSAndroid Build Coastguard Worker              android:background="#808080"/>
24*90c8c64dSAndroid Build Coastguard Worker        <TextView android:layout_height="wrap_content"
25*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
26*90c8c64dSAndroid Build Coastguard Worker                  android:text="Ducky"
27*90c8c64dSAndroid Build Coastguard Worker                  android:textSize="30sp"
28*90c8c64dSAndroid Build Coastguard Worker                  android:textColor="#FFF"
29*90c8c64dSAndroid Build Coastguard Worker                />
30*90c8c64dSAndroid Build Coastguard Worker        <View android:layout_width="match_parent"
31*90c8c64dSAndroid Build Coastguard Worker              android:layout_height="2dp"
32*90c8c64dSAndroid Build Coastguard Worker              android:background="#808080"/>
33*90c8c64dSAndroid Build Coastguard Worker        <TextView android:layout_height="wrap_content"
34*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
35*90c8c64dSAndroid Build Coastguard Worker                  android:text="Woot!"
36*90c8c64dSAndroid Build Coastguard Worker                  android:textSize="30sp"
37*90c8c64dSAndroid Build Coastguard Worker                  android:textColor="#FFF"
38*90c8c64dSAndroid Build Coastguard Worker                />
39*90c8c64dSAndroid Build Coastguard Worker        <View android:layout_width="match_parent"
40*90c8c64dSAndroid Build Coastguard Worker              android:layout_height="2dp"
41*90c8c64dSAndroid Build Coastguard Worker              android:background="#808080"/>
42*90c8c64dSAndroid Build Coastguard Worker        <TextView android:layout_height="wrap_content"
43*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
44*90c8c64dSAndroid Build Coastguard Worker                  android:text="Ball"
45*90c8c64dSAndroid Build Coastguard Worker                  android:textSize="30sp"
46*90c8c64dSAndroid Build Coastguard Worker                  android:textColor="#FFF"
47*90c8c64dSAndroid Build Coastguard Worker                />
48*90c8c64dSAndroid Build Coastguard Worker        <View android:layout_width="match_parent"
49*90c8c64dSAndroid Build Coastguard Worker              android:layout_height="2dp"
50*90c8c64dSAndroid Build Coastguard Worker              android:background="#808080"/>
51*90c8c64dSAndroid Build Coastguard Worker        <TextView android:layout_height="wrap_content"
52*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
53*90c8c64dSAndroid Build Coastguard Worker                  android:text="Block"
54*90c8c64dSAndroid Build Coastguard Worker                  android:textSize="30sp"
55*90c8c64dSAndroid Build Coastguard Worker                  android:textColor="#FFF"
56*90c8c64dSAndroid Build Coastguard Worker                />
57*90c8c64dSAndroid Build Coastguard Worker        <View android:layout_width="match_parent"
58*90c8c64dSAndroid Build Coastguard Worker              android:layout_height="2dp"
59*90c8c64dSAndroid Build Coastguard Worker              android:background="#808080"/>
60*90c8c64dSAndroid Build Coastguard Worker        <TextView android:layout_height="wrap_content"
61*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
62*90c8c64dSAndroid Build Coastguard Worker                  android:text="Jelly Bean"
63*90c8c64dSAndroid Build Coastguard Worker                  android:textSize="30sp"
64*90c8c64dSAndroid Build Coastguard Worker                  android:textColor="#FFF"
65*90c8c64dSAndroid Build Coastguard Worker                />
66*90c8c64dSAndroid Build Coastguard Worker        <View android:layout_width="match_parent"
67*90c8c64dSAndroid Build Coastguard Worker              android:layout_height="2dp"
68*90c8c64dSAndroid Build Coastguard Worker              android:background="#808080"/>
69*90c8c64dSAndroid Build Coastguard Worker        <TextView android:layout_height="wrap_content"
70*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
71*90c8c64dSAndroid Build Coastguard Worker                  android:text="Mug"
72*90c8c64dSAndroid Build Coastguard Worker                  android:textSize="30sp"
73*90c8c64dSAndroid Build Coastguard Worker                  android:textColor="#FFF"
74*90c8c64dSAndroid Build Coastguard Worker                />
75*90c8c64dSAndroid Build Coastguard Worker        <View android:layout_width="match_parent"
76*90c8c64dSAndroid Build Coastguard Worker              android:layout_height="2dp"
77*90c8c64dSAndroid Build Coastguard Worker              android:background="#808080"/>
78*90c8c64dSAndroid Build Coastguard Worker        <TextView android:layout_height="wrap_content"
79*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
80*90c8c64dSAndroid Build Coastguard Worker                  android:text="Pencil"
81*90c8c64dSAndroid Build Coastguard Worker                  android:textSize="30sp"
82*90c8c64dSAndroid Build Coastguard Worker                  android:textColor="#FFF"
83*90c8c64dSAndroid Build Coastguard Worker                />
84*90c8c64dSAndroid Build Coastguard Worker        <View android:layout_width="match_parent"
85*90c8c64dSAndroid Build Coastguard Worker              android:layout_height="2dp"
86*90c8c64dSAndroid Build Coastguard Worker              android:background="#808080"/>
87*90c8c64dSAndroid Build Coastguard Worker        <TextView android:layout_height="wrap_content"
88*90c8c64dSAndroid Build Coastguard Worker                  android:layout_width="match_parent"
89*90c8c64dSAndroid Build Coastguard Worker                  android:text="Scissors"
90*90c8c64dSAndroid Build Coastguard Worker                  android:textSize="30sp"
91*90c8c64dSAndroid Build Coastguard Worker                  android:textColor="#FFF"
92*90c8c64dSAndroid Build Coastguard Worker                />
93*90c8c64dSAndroid Build Coastguard Worker
94*90c8c64dSAndroid Build Coastguard Worker    </LinearLayout>
95*90c8c64dSAndroid Build Coastguard Worker</LinearLayout>