Merge "Removing "focusable" from tile_page in QS" into udc-dev

This commit is contained in:
Michał Brzeziński
2023-04-19 15:11:48 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions

View File

@@ -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" />

View File

@@ -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();