summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-03-27 17:35:54 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-03-30 09:45:59 -0700
commitab83773e211daf43b6b3ab327be2e94bf61663b3 (patch)
treee2f6268776a96dd91b1d8a82af255db1d54d240d /quickstep/res
parent76e2775bb638757216fcaa96f8a62654fb56b19a (diff)
downloadandroid_packages_apps_Trebuchet-ab83773e211daf43b6b3ab327be2e94bf61663b3.tar.gz
android_packages_apps_Trebuchet-ab83773e211daf43b6b3ab327be2e94bf61663b3.tar.bz2
android_packages_apps_Trebuchet-ab83773e211daf43b6b3ab327be2e94bf61663b3.zip
Updating fallback activity
> Wallpaper based theme support > Light/dark system UI > Swipe gestures to start and dismiss a task > Fixing insets and task preview size Bug: 75979063 Change-Id: Id402e6ac50551a7c0849742e3a0e77df3ead5aa2
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/layout/fallback_recents_activity.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/quickstep/res/layout/fallback_recents_activity.xml b/quickstep/res/layout/fallback_recents_activity.xml
index b3fc4ed58..22f8b55a2 100644
--- a/quickstep/res/layout/fallback_recents_activity.xml
+++ b/quickstep/res/layout/fallback_recents_activity.xml
@@ -13,13 +13,14 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.android.quickstep.RecentsRootView
+<com.android.quickstep.fallback.RecentsRootView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drag_layer"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:fitsSystemWindows="true">
- <com.android.quickstep.FallbackRecentsView
+ <com.android.quickstep.fallback.FallbackRecentsView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/overview_panel"
android:layout_width="match_parent"
@@ -28,4 +29,4 @@
android:clipToPadding="false"
android:theme="@style/HomeScreenElementTheme" />
-</com.android.quickstep.RecentsRootView> \ No newline at end of file
+</com.android.quickstep.fallback.RecentsRootView> \ No newline at end of file