Fixing allApps UI not extending to statusbar & navbar on tablets
AllApps UI on tablets includes the extra gray bottom bar at the bottom for nav-bar background protection, and should overlay the nav bar Change-Id: Idb138b714c34de5510eb9aedfcefb22c9189eee4
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
android:id="@+id/apps_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="invisible" />
|
||||
android:visibility="invisible"
|
||||
launcher:layout_ignoreInsets="true" />
|
||||
</com.android.launcher3.dragndrop.DragLayer>
|
||||
|
||||
</com.android.launcher3.LauncherRootView>
|
||||
|
||||
Reference in New Issue
Block a user