Browse Source

Add network icon for bandwidth limitation setting

pipelines/30712
Dylan Gageot 2 years ago
parent
commit
27e751df35
  1. 4
      app/src/main/res/drawable/network.xml
  2. 1
      app/src/main/res/xml/settings.xml

4
app/src/main/res/drawable/network.xml

@ -0,0 +1,4 @@ @@ -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>

1
app/src/main/res/xml/settings.xml

@ -18,6 +18,7 @@ @@ -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" />

Loading…
Cancel
Save