Add network icon for bandwidth limitation setting

This commit is contained in:
Dylan Gageot 2023-01-30 16:29:26 +01:00
parent 33938e3705
commit 27e751df35
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<vector android:height="24dp" android:viewportHeight="48"
android:viewportWidth="48" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="m4.05,44 l40,-40v40ZM34.3,41h6.75L41.05,11.2l-6.75,6.75Z"/>
</vector>

View File

@ -18,6 +18,7 @@
android:defaultValue="unlimited"
android:entries="@array/bandwidth_limitation"
android:entryValues="@array/bandwidth_limitation_values"
android:icon="@drawable/network"
android:key="bandwidth_limitation"
android:title="Bandwidth limitation" />