diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f4b61c8faab..9dd4732072f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -138,6 +138,7 @@ + @@ -2624,6 +2625,7 @@ + diff --git a/res/drawable/button_border_selected.xml b/res/drawable/button_border_selected.xml index 2681bf051b4..9701b382540 100644 --- a/res/drawable/button_border_selected.xml +++ b/res/drawable/button_border_selected.xml @@ -18,6 +18,6 @@ android:shape="rectangle"> + android:color="?android:attr/textColorSecondary"/> - \ No newline at end of file + diff --git a/res/drawable/button_border_unselected.xml b/res/drawable/button_border_unselected.xml index 72e9076ccf2..4153303667d 100644 --- a/res/drawable/button_border_unselected.xml +++ b/res/drawable/button_border_unselected.xml @@ -18,7 +18,7 @@ android:shape="rectangle"> + android:color="?android:attr/textColorSecondary"/> - \ No newline at end of file + diff --git a/res/drawable/ic_settings_gestures.xml b/res/drawable/ic_settings_gestures.xml index 4fe0bf37deb..c75e7c3b2e1 100644 --- a/res/drawable/ic_settings_gestures.xml +++ b/res/drawable/ic_settings_gestures.xml @@ -20,9 +20,6 @@ android:viewportHeight="32.0" android:tint="?android:attr/colorControlNormal"> - + android:fillColor="@android:color/white" + android:pathData="M4.59 6.89c0.7-0.71 1.4-1.35 1.71-1.22 0.5 0.2 0 1.03-0.3 1.52-0.25 0.42 -2.86 3.89-2.86 6.31 0 1.28 0.48 2.34 1.34 2.98 0.75 0.56 1.74 0.73 2.64 0.46 1.07-0.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78 0.64 -5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-0.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-0.58 0.73 -2.06 2.48-2.29 2.72-0.25 0.3 -0.68 0.84 -1.11 0.84 -0.45 0-0.72-0.83-0.36-1.92 0.35 -1.09 1.4-2.86 1.85-3.52 0.78 -1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-0.36 0.36 -0.66 0.66 -0.88 0.93 l1.75 1.71zm9.29 11.66c-0.31 0-0.74-0.26-0.74-0.72 0-0.6 0.73 -2.2 2.87-2.76-0.3 2.69-1.43 3.48-2.13 3.48z" /> \ No newline at end of file diff --git a/res/layout/notif_importance_preference.xml b/res/layout/notif_importance_preference.xml index bc0d5aa90b3..3507675c44a 100644 --- a/res/layout/notif_importance_preference.xml +++ b/res/layout/notif_importance_preference.xml @@ -21,53 +21,92 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" + android:padding="@dimen/notification_importance_toggle_marginTop" android:orientation="vertical"> - + android:padding="@dimen/notification_importance_button_padding" + android:clickable="true" + android:focusable="true"> + + + + -