diff options
author | Daniel Sandler <dsandler@android.com> | 2012-10-04 12:08:54 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-10-04 15:37:13 -0400 |
commit | 0c1b75c17b79979e0f210b5bf03226d1091a4c21 (patch) | |
tree | 2b22a8e649b82d8b2611fedddc6df29b80698a3d /packages/SystemUI/res/layout | |
parent | ebf7e2851cab55348153fca299c52042b125924d (diff) | |
download | frameworks_base-0c1b75c17b79979e0f210b5bf03226d1091a4c21.zip frameworks_base-0c1b75c17b79979e0f210b5bf03226d1091a4c21.tar.gz frameworks_base-0c1b75c17b79979e0f210b5bf03226d1091a4c21.tar.bz2 |
Bring back the notification panel handle peek animation.
Bug: 7286201
Change-Id: Id93d6a00689ffb7f97e89af935460b1debec3850
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r-- | packages/SystemUI/res/layout/quick_settings.xml | 3 | ||||
-rw-r--r-- | packages/SystemUI/res/layout/status_bar_expanded.xml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/quick_settings.xml b/packages/SystemUI/res/layout/quick_settings.xml index d119cf5..75082ba 100644 --- a/packages/SystemUI/res/layout/quick_settings.xml +++ b/packages/SystemUI/res/layout/quick_settings.xml @@ -41,5 +41,8 @@ android:id="@+id/handle" android:layout_width="match_parent" android:layout_height="@dimen/close_handle_height" + android:background="@drawable/status_bar_close" + android:visibility="invisible" /> + </com.android.systemui.statusbar.phone.SettingsPanelView >
\ No newline at end of file diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml index db25c1a..cb4c227 100644 --- a/packages/SystemUI/res/layout/status_bar_expanded.xml +++ b/packages/SystemUI/res/layout/status_bar_expanded.xml @@ -33,6 +33,8 @@ android:id="@+id/handle" android:layout_width="match_parent" android:layout_height="@dimen/close_handle_height" + android:background="@drawable/status_bar_close" + android:visibility="invisible" /> <include |