xref: /aosp_15_r20/development/apps/Development/res/layout/show_activity.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/* //device/apps/Settings/res/layout/keyguard.xml
4*90c8c64dSAndroid Build Coastguard Worker**
5*90c8c64dSAndroid Build Coastguard Worker** Copyright 2007, The Android Open Source Project
6*90c8c64dSAndroid Build Coastguard Worker**
7*90c8c64dSAndroid Build Coastguard Worker** Licensed under the Apache License, Version 2.0 (the "License");
8*90c8c64dSAndroid Build Coastguard Worker** you may not use this file except in compliance with the License.
9*90c8c64dSAndroid Build Coastguard Worker** You may obtain a copy of the License at
10*90c8c64dSAndroid Build Coastguard Worker**
11*90c8c64dSAndroid Build Coastguard Worker**     http://www.apache.org/licenses/LICENSE-2.0
12*90c8c64dSAndroid Build Coastguard Worker**
13*90c8c64dSAndroid Build Coastguard Worker** Unless required by applicable law or agreed to in writing, software
14*90c8c64dSAndroid Build Coastguard Worker** distributed under the License is distributed on an "AS IS" BASIS,
15*90c8c64dSAndroid Build Coastguard Worker** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16*90c8c64dSAndroid Build Coastguard Worker** See the License for the specific language governing permissions and
17*90c8c64dSAndroid Build Coastguard Worker** limitations under the License.
18*90c8c64dSAndroid Build Coastguard Worker*/
19*90c8c64dSAndroid Build Coastguard Worker-->
20*90c8c64dSAndroid Build Coastguard Worker
21*90c8c64dSAndroid Build Coastguard Worker<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
22*90c8c64dSAndroid Build Coastguard Worker    android:layout_width="match_parent"
23*90c8c64dSAndroid Build Coastguard Worker    android:layout_height="match_parent">
24*90c8c64dSAndroid Build Coastguard Worker
25*90c8c64dSAndroid Build Coastguard Worker    <LinearLayout
26*90c8c64dSAndroid Build Coastguard Worker        android:layout_width="match_parent" android:layout_height="match_parent"
27*90c8c64dSAndroid Build Coastguard Worker        android:orientation="vertical"
28*90c8c64dSAndroid Build Coastguard Worker        android:paddingTop="8dip" android:paddingLeft="2dip" android:paddingRight="2dip" >
29*90c8c64dSAndroid Build Coastguard Worker
30*90c8c64dSAndroid Build Coastguard Worker        <TextView android:id="@+id/packageView"
31*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content"
32*90c8c64dSAndroid Build Coastguard Worker            android:textStyle="bold" />
33*90c8c64dSAndroid Build Coastguard Worker
34*90c8c64dSAndroid Build Coastguard Worker        <LinearLayout
35*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content"
36*90c8c64dSAndroid Build Coastguard Worker            android:orientation="horizontal"
37*90c8c64dSAndroid Build Coastguard Worker            android:paddingTop="4dip"
38*90c8c64dSAndroid Build Coastguard Worker            android:paddingBottom="6dip" >
39*90c8c64dSAndroid Build Coastguard Worker
40*90c8c64dSAndroid Build Coastguard Worker            <ImageView android:id="@+id/icon"
41*90c8c64dSAndroid Build Coastguard Worker                android:layout_width="wrap_content" android:layout_height="wrap_content"
42*90c8c64dSAndroid Build Coastguard Worker                android:paddingRight="8dip" />
43*90c8c64dSAndroid Build Coastguard Worker
44*90c8c64dSAndroid Build Coastguard Worker            <LinearLayout
45*90c8c64dSAndroid Build Coastguard Worker                android:layout_width="match_parent" android:layout_height="wrap_content"
46*90c8c64dSAndroid Build Coastguard Worker                android:orientation="vertical">
47*90c8c64dSAndroid Build Coastguard Worker
48*90c8c64dSAndroid Build Coastguard Worker                <TextView android:id="@+id/classView"
49*90c8c64dSAndroid Build Coastguard Worker                    android:layout_width="match_parent" android:layout_height="wrap_content" />
50*90c8c64dSAndroid Build Coastguard Worker
51*90c8c64dSAndroid Build Coastguard Worker                <TextView android:id="@+id/label"
52*90c8c64dSAndroid Build Coastguard Worker                    android:layout_width="match_parent" android:layout_height="wrap_content" />
53*90c8c64dSAndroid Build Coastguard Worker
54*90c8c64dSAndroid Build Coastguard Worker                <TextView android:id="@+id/launch"
55*90c8c64dSAndroid Build Coastguard Worker                    android:layout_width="match_parent" android:layout_height="wrap_content" />
56*90c8c64dSAndroid Build Coastguard Worker
57*90c8c64dSAndroid Build Coastguard Worker            </LinearLayout>
58*90c8c64dSAndroid Build Coastguard Worker
59*90c8c64dSAndroid Build Coastguard Worker        </LinearLayout>
60*90c8c64dSAndroid Build Coastguard Worker
61*90c8c64dSAndroid Build Coastguard Worker        <TextView style="@style/SummaryCategoryLayout"
62*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content"
63*90c8c64dSAndroid Build Coastguard Worker            android:textStyle="bold" android:text="@string/show_activity_process_label" />
64*90c8c64dSAndroid Build Coastguard Worker
65*90c8c64dSAndroid Build Coastguard Worker        <TextView android:id="@+id/process"
66*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content" />
67*90c8c64dSAndroid Build Coastguard Worker
68*90c8c64dSAndroid Build Coastguard Worker        <TextView style="@style/SummaryCategoryLayout"
69*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content"
70*90c8c64dSAndroid Build Coastguard Worker            android:textStyle="bold" android:text="@string/show_activity_task_affinity_label" />
71*90c8c64dSAndroid Build Coastguard Worker
72*90c8c64dSAndroid Build Coastguard Worker        <TextView android:id="@+id/taskAffinity"
73*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content" />
74*90c8c64dSAndroid Build Coastguard Worker
75*90c8c64dSAndroid Build Coastguard Worker        <TextView style="@style/SummaryCategoryLayout"
76*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content"
77*90c8c64dSAndroid Build Coastguard Worker            android:textStyle="bold" android:text="@string/show_activity_required_permission_label" />
78*90c8c64dSAndroid Build Coastguard Worker
79*90c8c64dSAndroid Build Coastguard Worker        <TextView android:id="@+id/permission"
80*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content" />
81*90c8c64dSAndroid Build Coastguard Worker
82*90c8c64dSAndroid Build Coastguard Worker        <TextView style="@style/SummaryCategoryLayout"
83*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content"
84*90c8c64dSAndroid Build Coastguard Worker            android:textStyle="bold" android:text="@string/show_activity_multiprocess_label" />
85*90c8c64dSAndroid Build Coastguard Worker
86*90c8c64dSAndroid Build Coastguard Worker        <TextView android:id="@+id/multiprocess"
87*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content" />
88*90c8c64dSAndroid Build Coastguard Worker
89*90c8c64dSAndroid Build Coastguard Worker        <TextView style="@style/SummaryCategoryLayout"
90*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content"
91*90c8c64dSAndroid Build Coastguard Worker            android:textStyle="bold" android:text="@string/show_activity_clear_on_background_label" />
92*90c8c64dSAndroid Build Coastguard Worker
93*90c8c64dSAndroid Build Coastguard Worker        <TextView android:id="@+id/clearOnBackground"
94*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content" />
95*90c8c64dSAndroid Build Coastguard Worker
96*90c8c64dSAndroid Build Coastguard Worker        <TextView style="@style/SummaryCategoryLayout"
97*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content"
98*90c8c64dSAndroid Build Coastguard Worker            android:textStyle="bold" android:text="@string/show_activity_state_not_needed_label" />
99*90c8c64dSAndroid Build Coastguard Worker
100*90c8c64dSAndroid Build Coastguard Worker        <TextView android:id="@+id/stateNotNeeded"
101*90c8c64dSAndroid Build Coastguard Worker            android:layout_width="match_parent" android:layout_height="wrap_content" />
102*90c8c64dSAndroid Build Coastguard Worker
103*90c8c64dSAndroid Build Coastguard Worker    </LinearLayout>
104*90c8c64dSAndroid Build Coastguard Worker
105*90c8c64dSAndroid Build Coastguard Worker</ScrollView>
106*90c8c64dSAndroid Build Coastguard Worker
107