Skip to content

Commit e657ba8

Browse files
authored
Visual design : Replace icon set (#5921)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1174433894299346/task/1209868373421482?focus=true ### Description This PR replaces all the old icons with the new ones ### Steps to test this PR Design Review in parent task
1 parent c565825 commit e657ba8

File tree

331 files changed

+2289
-3412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+2289
-3412
lines changed

app-tracking-protection/vpn-impl/src/main/res/drawable/ic_arrow_down.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

app-tracking-protection/vpn-impl/src/main/res/drawable/ic_baseline_mood_bad_24.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

app-tracking-protection/vpn-impl/src/main/res/drawable/ic_baseline_mood_happy_24.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

app-tracking-protection/vpn-impl/src/main/res/drawable/ic_chevron_forward_small_24.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

app-tracking-protection/vpn-impl/src/main/res/layout/activity_apptp_company_trackers_activity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
android:id="@+id/app_disabled_info_panel"
4444
style="@style/Widget.DuckDuckGo.InfoPanel"
4545
app:panelBackground="@drawable/info_panel_alert_background"
46-
app:panelDrawable="@drawable/ic_info_panel_alert"
46+
app:panelDrawable="@drawable/ic_exclamation_yellow_16"
4747
app:panelText="@string/atp_CompanyDetailsAppInfoPanel"
4848
android:visibility="gone"
4949
android:layout_marginTop="@dimen/keyline_4"

app-tracking-protection/vpn-impl/src/main/res/layout/dialog_tracking_protection_manually_disable_app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
android:layout_width="@dimen/listItemImageContainerSize"
3737
android:layout_height="@dimen/listItemImageContainerSize"
3838
android:importantForAccessibility="no"
39-
android:src="@drawable/ic_globe_gray_16dp"
39+
android:src="@drawable/ic_globe_16"
4040
app:layout_constraintEnd_toEndOf="parent"
4141
app:layout_constraintStart_toStartOf="parent"
4242
app:layout_constraintTop_toTopOf="parent" />

app-tracking-protection/vpn-impl/src/main/res/layout/dialog_tracking_protection_manually_enable_app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:layout_width="48dp"
2929
android:layout_height="48dp"
3030
android:importantForAccessibility="no"
31-
android:src="@drawable/ic_globe_gray_16dp"
31+
android:src="@drawable/ic_globe_16"
3232
app:layout_constraintEnd_toEndOf="parent"
3333
app:layout_constraintStart_toStartOf="parent"
3434
app:layout_constraintTop_toTopOf="parent" />

app-tracking-protection/vpn-impl/src/main/res/layout/row_exclusion_list_app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
android:layout_height="@dimen/listItemImageContainerSize"
3131
android:layout_marginStart="@dimen/keyline_4"
3232
android:importantForAccessibility="no"
33-
android:src="@drawable/ic_globe_gray_16dp"
33+
android:src="@drawable/ic_globe_16"
3434
app:layout_constraintBottom_toBottomOf="@id/deviceShieldAppExclusionReason"
3535
app:layout_constraintStart_toStartOf="parent"
3636
app:layout_constraintTop_toTopOf="@id/deviceShieldAppEntryName" />

app-tracking-protection/vpn-impl/src/main/res/layout/row_exclusion_list_filter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
android:layout_marginTop="@dimen/keyline_2"
2525
android:drawablePadding="@dimen/keyline_2"
2626
android:padding="@dimen/keyline_4"
27-
app:drawableEndCompat="@drawable/ic_arrow_down"
27+
app:drawableEndCompat="@drawable/ic_chevron_down_24_small"
2828
app:typography="body2"
2929
tools:text="Protection Enabled (11)" />

app-tracking-protection/vpn-impl/src/main/res/layout/row_exclusion_list_info_panel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
android:id="@+id/excludedAppsDisabledVPNLabel"
3535
style="@style/Widget.DuckDuckGo.InfoPanel"
3636
app:panelBackground="@drawable/info_panel_alert_background"
37-
app:panelDrawable="@drawable/ic_info_panel_alert"/>
37+
app:panelDrawable="@drawable/ic_exclamation_yellow_16"/>
3838

3939
</FrameLayout>
4040

0 commit comments

Comments
 (0)