diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3a9eb912e26537a0c1135b5c232cb7ad4b426179..cd832ad1a642d1dbfb59cd6356255491efdaba4b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -206,20 +206,20 @@
android:name="com.android.calendar.alerts.AlertActivity"
android:excludeFromRecents="true"
android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Holo.Dialog" />
+ android:theme="@style/customDialogStyle" />
+ android:theme="@style/customDialogStyle" />
+ android:theme="@style/customDialogStyle" />
diff --git a/res/drawable/recurrence_day_view_text_color.xml b/res/drawable/recurrence_day_view_text_color.xml
new file mode 100644
index 0000000000000000000000000000000000000000..147fdee010ccf68beb905b8dd375767472180585
--- /dev/null
+++ b/res/drawable/recurrence_day_view_text_color.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/res/layout/alert_activity.xml b/res/layout/alert_activity.xml
index 51b1086f1f0e137847a77e17b23991359942befd..58e06ac23fef62212e7297b9a829cac20e4a3ac2 100644
--- a/res/layout/alert_activity.xml
+++ b/res/layout/alert_activity.xml
@@ -40,6 +40,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
style="?android:attr/buttonBarButtonStyle"
+ android:textColor="@color/colorAccent"
android:text="@string/dismiss_all_label" />
diff --git a/res/layout/alert_item.xml b/res/layout/alert_item.xml
index 79563f1d994cd8bc20e366fe0461eeba1c68f10e..b5ef596489843e211261049a879e66447969a844 100644
--- a/res/layout/alert_item.xml
+++ b/res/layout/alert_item.xml
@@ -42,6 +42,7 @@
android:id="@+id/event_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textColor="@color/color_default_primary_text"
android:ellipsize="end"
android:maxLines="2"
android:textSize="18sp" />
@@ -58,6 +59,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
+ android:textColor="@color/color_default_secondary_text"
android:ellipsize="end"
android:maxLines="1"
android:textSize="14sp" />
@@ -69,6 +71,7 @@
android:layout_gravity="center_vertical"
android:layout_marginLeft="5dip"
android:src="@drawable/ic_repeat_dark"
+ android:tint="@color/colorAccent"
android:focusable="false"
android:clickable="false" />
@@ -78,6 +81,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="44dip"
+ android:textColor="@color/color_default_secondary_text"
android:ellipsize="end"
android:maxLines="1"
android:textSize="14sp" />
diff --git a/res/layout/quick_response_item.xml b/res/layout/quick_response_item.xml
index 9ff88f0c9c5505dcd344ce12679e98fbcd9d677d..433668e5d6bc5509865e0bd3353821969a8bed18 100644
--- a/res/layout/quick_response_item.xml
+++ b/res/layout/quick_response_item.xml
@@ -19,6 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceListItemSmall"
+ android:textColor="@color/color_default_primary_text"
android:gravity="center_vertical"
android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
android:paddingRight="?android:attr/listPreferredItemPaddingRight"
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 403ee025c59a353668f5811bd91c1226bdc142f8..a3e9ead0147a2372953644315c3b435cd5bc7ae2 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -45,5 +45,6 @@
+
diff --git a/res/values/colors.xml b/res/values/colors.xml
index b7ea385a679a2982af719722628b88e6a1ed94eb..1d912bb323a82299a04a79953459154b84bdc03c 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -30,7 +30,6 @@
@lineageos.platform:color/color_default_primary_text
@lineageos.platform:color/color_default_secondary_text
@lineageos.platform:color/color_default_view_on_accent
-
@lineageos.platform:color/color_default_selector
@lineageos.platform:color/color_default_gray2
@@ -190,7 +189,7 @@
@color/color_default_primary_text
@color/color_default_secondary_text
- #8F999999
+ @color/color_default_secondary_text
#6633b5e5
diff --git a/res/values/styles.xml b/res/values/styles.xml
index aeef08f8c0cb28de56b50edbb012887398c42914..a22fe3e3a434f7a0ffffaa2844fdee4e220a5e0f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -290,6 +290,7 @@
- 1
- true
- 12sp
+ - @drawable/recurrence_day_view_text_color
- bold
- true
- @drawable/recurrence_bubble_fill
@@ -312,11 +313,33 @@
- @color/colorPrimary
- @color/colorPrimaryDark
- @color/color_default_primary_text
- - @style/customAlertButton
+ - @style/customDialogStyle
- @color/background_color
- - @color/white
- - @style/datePicker.buttonBarNegativeButtonStyle
- - @style/datePicker.buttonBarNegativeButtonStyle
+ - @color/colorAccent
+ - @color/color_default_view_on_accent
+ - @color/color_default_view_on_accent
+ - @style/datePicker.buttonBarNegativeButtonStyle
+ - @style/datePicker.buttonBarNegativeButtonStyle
+
+
+
+
+
+
+