diff --git a/res/layout/app_preferred_settings.xml b/res/layout/app_preferred_settings.xml index 1f3b497e127..b3343f5e394 100644 --- a/res/layout/app_preferred_settings.xml +++ b/res/layout/app_preferred_settings.xml @@ -35,6 +35,7 @@ android:layout_marginStart="-4dip" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/clear_activities" /> + android:text="@string/clear_activities" + style="@style/ActionPrimaryButton" /> diff --git a/res/xml/installed_app_launch_settings.xml b/res/xml/installed_app_launch_settings.xml index 6cf1955ad45..b77794984de 100644 --- a/res/xml/installed_app_launch_settings.xml +++ b/res/xml/installed_app_launch_settings.xml @@ -38,7 +38,8 @@ android:title="@string/app_launch_other_defaults_title"> + android:key="app_launch_clear_defaults" + android:selectable="false"/>