blob: 3d15d9b96d5782dc3dbe666bb1a1ca39ede6ee79 [file] [log] [blame]
Jim Miller44c66fe2010-10-20 18:32:52 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* apps/common/assets/default/default/skins/StatusBar.xml
4**
5** Copyright 2010, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
Jim Miller9f0f0e02011-05-17 20:06:29 -070021<com.android.systemui.recent.RecentsPanelView
Jim Miller44c66fe2010-10-20 18:32:52 -070022 xmlns:android="http://schemas.android.com/apk/res/android"
Daniel Sandler4a066c52012-04-20 14:49:13 -040023 xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
Jim Miller85babff2011-01-11 14:26:03 -080024 android:id="@+id/recents_root"
Jim Millere5c16ab2010-12-03 19:18:38 -080025 android:layout_height="match_parent"
Jim Miller9f0f0e02011-05-17 20:06:29 -070026 android:layout_width="wrap_content"
27 android:clipToPadding="false"
Daniel Sandler4a066c52012-04-20 14:49:13 -040028 android:clipChildren="false"
29 systemui:recentItemLayout="@layout/system_bar_recent_item"
30 >
Jim Miller85babff2011-01-11 14:26:03 -080031 <FrameLayout
32 android:id="@+id/recents_bg_protect"
33 android:background="@drawable/recents_bg_protect_tile"
Jim Miller169a2112010-12-10 18:30:07 -080034 android:layout_width="wrap_content"
Jim Miller85babff2011-01-11 14:26:03 -080035 android:layout_height="match_parent"
36 android:layout_alignParentBottom="true"
Daniel Sandler4a066c52012-04-20 14:49:13 -040037 android:layout_marginBottom="@*android:dimen/system_bar_height"
Jim Miller9f0f0e02011-05-17 20:06:29 -070038 android:clipToPadding="false"
39 android:clipChildren="false">
Michael Jurka21385cd2012-05-03 10:57:31 -070040
Michael Jurkabfd24ac2011-11-13 13:50:38 -080041 <com.android.systemui.recent.RecentsVerticalScrollView android:id="@+id/recents_container"
Jim Miller85babff2011-01-11 14:26:03 -080042 android:layout_width="wrap_content"
Jim Miller169a2112010-12-10 18:30:07 -080043 android:layout_height="wrap_content"
Fabrice Di Meglio8afcd142012-07-27 18:27:11 -070044 android:layout_marginEnd="@dimen/status_bar_recents_right_glow_margin"
Michael Jurkabfd24ac2011-11-13 13:50:38 -080045 android:divider="@null"
46 android:stackFromBottom="true"
47 android:fadingEdge="vertical"
48 android:scrollbars="none"
49 android:fadingEdgeLength="20dip"
Fabrice Di Meglio8afcd142012-07-27 18:27:11 -070050 android:layout_gravity="bottom|start"
Jim Miller9f0f0e02011-05-17 20:06:29 -070051 android:clipToPadding="false"
Michael Jurka31a6fb32013-03-20 16:44:13 +010052 android:clipChildren="false"
53 android:fitsSystemWindows="true">
Michael Jurkabfd24ac2011-11-13 13:50:38 -080054
55 <LinearLayout android:id="@+id/recents_linear_layout"
Peter Ng622a9762011-08-29 10:56:53 -070056 android:layout_width="wrap_content"
Jim Miller85babff2011-01-11 14:26:03 -080057 android:layout_height="wrap_content"
Michael Jurkabfd24ac2011-11-13 13:50:38 -080058 android:orientation="vertical"
Jim Miller9f0f0e02011-05-17 20:06:29 -070059 android:clipToPadding="false"
60 android:clipChildren="false">
Michael Jurkabfd24ac2011-11-13 13:50:38 -080061 </LinearLayout>
Jim Miller9f0f0e02011-05-17 20:06:29 -070062
Michael Jurkabfd24ac2011-11-13 13:50:38 -080063 </com.android.systemui.recent.RecentsVerticalScrollView>
Jim Miller9f0f0e02011-05-17 20:06:29 -070064
Daniel Sandler4a066c52012-04-20 14:49:13 -040065 <include layout="@layout/system_bar_no_recent_apps"
Michael Jurkabfd24ac2011-11-13 13:50:38 -080066 android:id="@+id/recents_no_apps"
67 android:layout_width="match_parent"
68 android:layout_height="match_parent"
Fabrice Di Meglio8afcd142012-07-27 18:27:11 -070069 android:layout_marginStart="58dip"
Michael Jurkabfd24ac2011-11-13 13:50:38 -080070 android:layout_marginBottom="36dip"
71 android:visibility="invisible" />
Jim Miller85babff2011-01-11 14:26:03 -080072
73 </FrameLayout>
Jim Miller44c66fe2010-10-20 18:32:52 -070074
Daniel Sandler328310c2011-09-23 15:56:52 -040075 <com.android.systemui.recent.StatusBarTouchProxy
76 android:id="@+id/status_bar_touch_proxy"
77 android:layout_width="match_parent"
Daniel Sandler4a066c52012-04-20 14:49:13 -040078 android:layout_height="@*android:dimen/system_bar_height"
Jim Millerf1e22e52011-01-26 15:39:51 -080079 android:layout_alignParentBottom="true"
Fabrice Di Meglio8afcd142012-07-27 18:27:11 -070080 android:layout_alignParentStart="true"
Jim Miller5fda69c2011-02-16 15:17:11 -080081 />
Jim Millerf1e22e52011-01-26 15:39:51 -080082
Michael Jurkabfd24ac2011-11-13 13:50:38 -080083
Jim Miller9f0f0e02011-05-17 20:06:29 -070084</com.android.systemui.recent.RecentsPanelView>