Merge "Removing "focusable" from tile_page in QS" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
81394d940d
@@ -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" />
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user