feat: add some icons
This commit is contained in:
12
app/src/main/res/drawable/signal_strength_strong.xml
Normal file
12
app/src/main/res/drawable/signal_strength_strong.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector android:height="16dp"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24"
|
||||
android:width="16dp"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:pathData="M17,4h3v16h-3zM5,14h3v6L5,20zM11,9h3v11h-3z" />
|
||||
|
||||
|
||||
</vector>
|
||||
Reference in New Issue
Block a user