summaryrefslogtreecommitdiffstats
path: root/res/layout/overview_panel.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-11-06 16:00:34 -0800
committerSunny Goyal <sunnygoyal@google.com>2017-11-07 09:46:20 -0800
commit16764588c9af2fe6222f76912567cf66b5a11d8a (patch)
tree10d674d1c1e8fb85bbcc661a7a1cb3c7669ec21a /res/layout/overview_panel.xml
parent8b0a647a1144ca9fe600014d36a25e13012a99f5 (diff)
downloadandroid_packages_apps_Trebuchet-16764588c9af2fe6222f76912567cf66b5a11d8a.tar.gz
android_packages_apps_Trebuchet-16764588c9af2fe6222f76912567cf66b5a11d8a.tar.bz2
android_packages_apps_Trebuchet-16764588c9af2fe6222f76912567cf66b5a11d8a.zip
Separing the overview states for normal and quickstep builds
In QuickStep, adding a placeholder ScrollView and changing the state logic appropriately to handle that Change-Id: I10223c0692788d6e5dbf8c408c01cafb4e39bd2c
Diffstat (limited to 'res/layout/overview_panel.xml')
-rw-r--r--res/layout/overview_panel.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout/overview_panel.xml b/res/layout/overview_panel.xml
index d1ac56c50..c795b81fe 100644
--- a/res/layout/overview_panel.xml
+++ b/res/layout/overview_panel.xml
@@ -14,11 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<LinearLayout
+<com.android.launcher3.uioverrides.OverviewPanel
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:theme="@style/HomeScreenElementTheme"
- launcher:layout_ignoreInsets="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|bottom"
@@ -73,4 +71,4 @@
android:textColor="?attr/workspaceTextColor"
android:textSize="12sp" />
-</LinearLayout> \ No newline at end of file
+</com.android.launcher3.uioverrides.OverviewPanel> \ No newline at end of file