Skip to content

Commit a48ea12

Browse files
committed
update the used check icon
1 parent de79e0c commit a48ea12

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
6+
<path
7+
android:pathData="M12,2C17.523,2 22,6.477 22,12C22,17.523 17.523,22 12,22C6.477,22 2,17.523 2,12C2,6.477 6.477,2 12,2ZM12,3.5C7.306,3.5 3.5,7.306 3.5,12C3.5,16.694 7.306,20.5 12,20.5C16.694,20.5 20.5,16.694 20.5,12C20.5,7.306 16.694,3.5 12,3.5Z"
8+
android:fillColor="?attr/daxColorIconDisabled"
9+
android:fillType="evenOdd"/>
10+
</vector>

duckchat/duckchat-impl/src/main/java/com/duckduckgo/duckchat/impl/ui/settings/DuckChatSettingsActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ class DuckChatSettingsActivity : DuckDuckGoActivity() {
210210
abstract val imageRes: Int
211211

212212
val checkRes: Int = if (isActive) {
213-
CommonR.drawable.ic_check_blue_round_24
213+
CommonR.drawable.ic_check_blue_24
214214
} else {
215-
CommonR.drawable.ic_shape_circle_24
215+
CommonR.drawable.ic_shape_circle_disabled_24
216216
}
217217

218218
class WithoutAi(isActive: Boolean, isLightMode: Boolean) : InputScreenToggleButton(isActive) {

0 commit comments

Comments
 (0)