| Daniel Sandler | 8e72c9e | 2012-08-15 00:09:26 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2012 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| Daniel Sandler | cf591db | 2012-08-15 16:11:55 -0400 | [diff] [blame] | 17 | <com.android.systemui.statusbar.phone.SettingsPanelView |
| Daniel Sandler | 8e72c9e | 2012-08-15 00:09:26 -0400 | [diff] [blame] | 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | android:layout_width="match_parent" |
| 20 | android:layout_height="wrap_content" |
| 21 | android:id="@+id/settings_panel" |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 22 | android:background="@drawable/notification_panel_bg" |
| Daniel Sandler | 8e72c9e | 2012-08-15 00:09:26 -0400 | [diff] [blame] | 23 | > |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 24 | <!-- TODO: Put into ScrollView --> |
| Daniel Sandler | e5f7ec0 | 2012-10-03 10:40:00 -0400 | [diff] [blame] | 25 | <com.android.systemui.statusbar.phone.QuickSettingsScrollView |
| Daniel Sandler | 8e72c9e | 2012-08-15 00:09:26 -0400 | [diff] [blame] | 26 | android:layout_width="match_parent" |
| Daniel Sandler | 13522a2 | 2012-09-27 14:46:58 -0400 | [diff] [blame] | 27 | android:layout_height="wrap_content" |
| 28 | android:layout_marginBottom="@dimen/close_handle_underlap" |
| Daniel Sandler | e5f7ec0 | 2012-10-03 10:40:00 -0400 | [diff] [blame] | 29 | android:overScrollMode="ifContentScrolls" |
| Daniel Sandler | 13522a2 | 2012-09-27 14:46:58 -0400 | [diff] [blame] | 30 | > |
| 31 | <com.android.systemui.statusbar.phone.QuickSettingsContainerView |
| 32 | android:id="@+id/quick_settings_container" |
| 33 | android:layout_width="match_parent" |
| 34 | android:layout_height="wrap_content" |
| 35 | android:animateLayoutChanges="true" |
| 36 | android:columnCount="@integer/quick_settings_num_columns" |
| 37 | /> |
| Daniel Sandler | e5f7ec0 | 2012-10-03 10:40:00 -0400 | [diff] [blame] | 38 | </com.android.systemui.statusbar.phone.QuickSettingsScrollView> |
| Daniel Sandler | 13522a2 | 2012-09-27 14:46:58 -0400 | [diff] [blame] | 39 | |
| 40 | <View |
| 41 | android:id="@+id/handle" |
| Daniel Sandler | 8e72c9e | 2012-08-15 00:09:26 -0400 | [diff] [blame] | 42 | android:layout_width="match_parent" |
| 43 | android:layout_height="@dimen/close_handle_height" |
| Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 44 | android:background="@drawable/status_bar_close" |
| 45 | android:visibility="invisible" |
| Daniel Sandler | 13522a2 | 2012-09-27 14:46:58 -0400 | [diff] [blame] | 46 | /> |
| Daniel Sandler | 0c1b75c | 2012-10-04 12:08:54 -0400 | [diff] [blame] | 47 | |
| Daniel Sandler | cf591db | 2012-08-15 16:11:55 -0400 | [diff] [blame] | 48 | </com.android.systemui.statusbar.phone.SettingsPanelView > |