Merge changes from topic "am-e25a8740-226a-4af9-b60d-f299bd4a3297" into ub-launcher3-master
* changes: [automerger] Fix clipping recents when scaling down am:615ad40c38
am:7f510c5886
[automerger] Fix clipping recents when scaling down am:615ad40c38
Fix clipping recents when scaling down
This commit is contained in:
commit
5229456b6d
|
@ -24,6 +24,7 @@
|
|||
android:id="@+id/overview_panel_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
>
|
||||
<include layout="@layout/overview_clear_all_button"/>
|
||||
|
||||
|
@ -33,6 +34,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:outlineProvider="none"
|
||||
android:focusableInTouchMode="true"
|
||||
android:theme="@style/HomeScreenElementTheme"
|
||||
>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:visibility="invisible"
|
||||
>
|
||||
<include layout="@layout/overview_clear_all_button"/>
|
||||
|
@ -28,6 +29,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:outlineProvider="none"
|
||||
android:focusableInTouchMode="true"
|
||||
android:accessibilityPaneTitle="@string/accessibility_recent_apps"
|
||||
android:theme="@style/HomeScreenElementTheme"
|
||||
|
|
Loading…
Reference in New Issue