Loading packages/SystemUI/res/layout/qs_paged_page.xml +1 −0 Original line number Diff line number Diff line Loading @@ -21,5 +21,6 @@ android:layout_height="match_parent" android:paddingStart="@dimen/qs_tiles_page_horizontal_margin" android:paddingEnd="@dimen/qs_tiles_page_horizontal_margin" android:focusable="false" android:clipChildren="false" android:clipToPadding="false" /> packages/SystemUI/src/com/android/systemui/qs/TileLayout.java +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ public class TileLayout extends ViewGroup implements QSTileLayout { public TileLayout(Context context, @Nullable AttributeSet attrs) { super(context, attrs); setFocusableInTouchMode(true); mLessRows = ((Settings.System.getInt(context.getContentResolver(), "qs_less_rows", 0) != 0) || useQsMediaPlayer(context)); updateResources(); Loading Loading
packages/SystemUI/res/layout/qs_paged_page.xml +1 −0 Original line number Diff line number Diff line Loading @@ -21,5 +21,6 @@ android:layout_height="match_parent" android:paddingStart="@dimen/qs_tiles_page_horizontal_margin" android:paddingEnd="@dimen/qs_tiles_page_horizontal_margin" android:focusable="false" android:clipChildren="false" android:clipToPadding="false" />
packages/SystemUI/src/com/android/systemui/qs/TileLayout.java +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ public class TileLayout extends ViewGroup implements QSTileLayout { public TileLayout(Context context, @Nullable AttributeSet attrs) { super(context, attrs); setFocusableInTouchMode(true); mLessRows = ((Settings.System.getInt(context.getContentResolver(), "qs_less_rows", 0) != 0) || useQsMediaPlayer(context)); updateResources(); Loading