diff --git a/mobile/src/main/res/drawable/ic_action_wifi_protected_setup.xml b/mobile/src/main/res/drawable/ic_action_wifi_protected_setup.xml new file mode 100644 index 00000000..467bfe25 --- /dev/null +++ b/mobile/src/main/res/drawable/ic_action_wifi_protected_setup.xml @@ -0,0 +1,13 @@ + + + + diff --git a/mobile/src/main/res/drawable/ic_wps.xml b/mobile/src/main/res/drawable/ic_wps.xml deleted file mode 100644 index c4d0625b..00000000 --- a/mobile/src/main/res/drawable/ic_wps.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/mobile/src/main/res/layout/listitem_repeater.xml b/mobile/src/main/res/layout/listitem_repeater.xml index 32320852..44c62f91 100644 --- a/mobile/src/main/res/layout/listitem_repeater.xml +++ b/mobile/src/main/res/layout/listitem_repeater.xml @@ -86,7 +86,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:importantForAccessibility="no" - android:src="@drawable/ic_wps" + android:src="@drawable/ic_action_wifi_protected_setup" android:tint="?android:attr/textColorPrimary"/>