Loading packages/SystemUI/res/layout/navigation_layout.xml +5 −1 Original line number Diff line number Diff line Loading @@ -27,13 +27,16 @@ <com.android.systemui.statusbar.phone.NearestTouchFrame android:id="@+id/nav_buttons" android:layout_width="match_parent" android:layout_height="match_parent"> android:layout_height="match_parent" android:clipChildren="false" android:clipToPadding="false"> <LinearLayout android:id="@+id/ends_group" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" android:clipToPadding="false" android:clipChildren="false" /> <LinearLayout Loading @@ -43,6 +46,7 @@ android:layout_gravity="center" android:gravity="center" android:orientation="horizontal" android:clipToPadding="false" android:clipChildren="false" /> </com.android.systemui.statusbar.phone.NearestTouchFrame> Loading Loading
packages/SystemUI/res/layout/navigation_layout.xml +5 −1 Original line number Diff line number Diff line Loading @@ -27,13 +27,16 @@ <com.android.systemui.statusbar.phone.NearestTouchFrame android:id="@+id/nav_buttons" android:layout_width="match_parent" android:layout_height="match_parent"> android:layout_height="match_parent" android:clipChildren="false" android:clipToPadding="false"> <LinearLayout android:id="@+id/ends_group" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" android:clipToPadding="false" android:clipChildren="false" /> <LinearLayout Loading @@ -43,6 +46,7 @@ android:layout_gravity="center" android:gravity="center" android:orientation="horizontal" android:clipToPadding="false" android:clipChildren="false" /> </com.android.systemui.statusbar.phone.NearestTouchFrame> Loading