Skip to content

Commit e40b538

Browse files
committed
fix: use existing ic_action_dns drawable for resolvers pref
1 parent 6d80a28 commit e40b538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/xml/masterdnsvpn_preferences.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
app:key="mdvEncryptionKey"
2828
app:title="@string/mdv_encryption_key" />
2929
<EditTextPreference
30-
app:icon="@drawable/ic_baseline_dns_24"
30+
app:icon="@drawable/ic_action_dns"
3131
app:key="mdvResolvers"
3232
app:title="@string/mdv_resolvers"
3333
app:useSimpleSummaryProvider="true" />

0 commit comments

Comments
 (0)