Merge "Settings Focus prevented from moving to pref"
This commit is contained in:
committed by
Android (Google) Code Review
commit
eec4b8edbf
@@ -19,9 +19,10 @@
|
||||
android:id="@+id/dashboard_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:focusable="false"
|
||||
android:paddingStart="@dimen/dashboard_padding_start"
|
||||
android:paddingEnd="@dimen/dashboard_padding_end"
|
||||
android:paddingTop="@dimen/dashboard_padding_top"
|
||||
android:paddingBottom="@dimen/dashboard_padding_bottom"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false" />
|
||||
android:paddingBottom="@dimen/dashboard_padding_bottom"/>
|
||||
|
@@ -19,4 +19,5 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/support_items"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
android:layout_height="match_parent"
|
||||
android:focusable="false" />
|
Reference in New Issue
Block a user