Merge "Explicitly request focus after button pressed" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d9a246c49e
@@ -24,7 +24,6 @@
|
||||
<Button
|
||||
android:id="@+id/night_display_turn_on_button"
|
||||
style="@style/ActionPrimaryButton"
|
||||
android:focusableInTouchMode="true"
|
||||
android:layout_marginStart="@dimen/screen_margin_sides"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -33,7 +32,6 @@
|
||||
<Button
|
||||
android:id="@+id/night_display_turn_off_button"
|
||||
style="@style/ActionSecondaryButton"
|
||||
android:focusableInTouchMode="true"
|
||||
android:layout_marginStart="@dimen/screen_margin_sides"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@@ -38,7 +38,6 @@
|
||||
android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical"
|
||||
android:layout_marginBottom="@dimen/zen_mode_settings_button_margin_vertical"
|
||||
android:text="@string/zen_mode_button_turn_on"
|
||||
android:focusableInTouchMode="true"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@@ -50,7 +49,6 @@
|
||||
android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical"
|
||||
android:layout_marginBottom="@dimen/zen_mode_settings_button_margin_vertical"
|
||||
android:text="@string/zen_mode_button_turn_off"
|
||||
android:focusableInTouchMode="true"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
|
Reference in New Issue
Block a user