Add hotspot troubleshooting info

This commit is contained in:
Torsten Grote
2021-05-10 13:42:54 -03:00
parent 8c163d8f10
commit 19a5c2f79f
6 changed files with 186 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="12dp"
android:height="12dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M12,2C6.47,2 2,6.47 2,12s4.47,10 10,10 10,-4.47 10,-10S17.53,2 12,2z" />
</vector>