summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-06-03 16:19:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-03 16:19:58 +0000
commit6b264f6e7b59cddf2ef0128935a5c1a06c01b40c (patch)
tree4011dd0ccb21d3ba776e8e9f6a5c046561d7eae5 /packages/SystemUI/res/layout
parent32aa65a11207e1fb7d346a68fdf3299f87a20db4 (diff)
parent521e7dc0a6782371a710ee81bf804f7e97aaa292 (diff)
downloadframeworks_base-6b264f6e7b59cddf2ef0128935a5c1a06c01b40c.zip
frameworks_base-6b264f6e7b59cddf2ef0128935a5c1a06c01b40c.tar.gz
frameworks_base-6b264f6e7b59cddf2ef0128935a5c1a06c01b40c.tar.bz2
Merge "Fixing crash, ensuring that we get the post-animation callback, adding nav bar scrim (Bug. 15157307)" into lmp-preview-dev
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/recents_nav_bar_scrim.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/recents_nav_bar_scrim.xml b/packages/SystemUI/res/layout/recents_nav_bar_scrim.xml
new file mode 100644
index 0000000..463fee8
--- /dev/null
+++ b/packages/SystemUI/res/layout/recents_nav_bar_scrim.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<ImageView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal|bottom"
+ android:scaleType="fitXY"
+ android:src="@drawable/recents_nav_bar_background" /> \ No newline at end of file