Skip to content

Commit 93aa806

Browse files
committed
icons for verbose wifi logging
1 parent 317d023 commit 93aa806

20 files changed

+126
-1
lines changed

BetterVerboseWiFiLogging/src/main/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

5-
<application android:label="Better verbose Wi-Fi logging">
5+
<application
6+
android:label="Better verbose Wi-Fi logging"
7+
android:icon="@mipmap/ic_launcher"
8+
android:roundIcon="@mipmap/ic_launcher_round"
9+
>
610
<meta-data
711
android:name="xposedmodule"
812
android:value="true"
18.6 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<vector
2+
xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:width="108dp"
4+
android:height="108dp"
5+
android:viewportWidth="144"
6+
android:viewportHeight="144">
7+
<group>
8+
<path
9+
android:pathData="M144,144L0,144l0,-144l144,-0z"
10+
android:fillColor="@color/background" />
11+
</group>
12+
<path
13+
android:fillColor="@color/foreground"
14+
android:pathData="m70.59,80.89 l4.12,-5.49c-1.14,-0.86 -2.57,-1.37 -4.12,-1.37 -1.54,0 -2.97,0.51 -4.12,1.37l4.12,5.49m0,-20.6c-4.63,0 -8.91,1.53 -12.36,4.12l2.06,2.75c2.86,-2.15 6.43,-3.43 10.3,-3.43 3.87,0 7.44,1.28 10.3,3.43l2.06,-2.75c-3.44,-2.59 -7.72,-4.12 -12.36,-4.12m0,6.87c-3.09,0 -5.94,1.02 -8.24,2.75l2.06,2.75c1.72,-1.29 3.86,-2.06 6.18,-2.06 2.32,0 4.46,0.77 6.18,2.06l2.06,-2.75c-2.3,-1.73 -5.15,-2.75 -8.24,-2.75z"
15+
android:strokeWidth="1.14418" />
16+
</vector>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<vector
2+
xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:width="108dp"
4+
android:height="108dp"
5+
android:viewportWidth="144"
6+
android:viewportHeight="144">
7+
<path
8+
android:fillColor="@color/foreground"
9+
android:pathData="m70.05,47.07a22.98,22.98 0,0 1,22.98 22.98c0,5.69 -2.09,10.92 -5.51,14.95l0.95,0.95h2.79l17.68,17.68 -5.3,5.3 -17.68,-17.68v-2.79l-0.95,-0.95c-4.03,3.43 -9.26,5.51 -14.95,5.51A22.98,22.98 0,0 1,47.07 70.05,22.98 22.98,0 0,1 70.05,47.07m0,7.07c-8.84,0 -15.91,7.07 -15.91,15.91 0,8.84 7.07,15.91 15.91,15.91 8.84,0 15.91,-7.07 15.91,-15.91 0,-8.84 -7.07,-15.91 -15.91,-15.91z" />
10+
</vector>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@drawable/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@drawable/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
</adaptive-icon>
2.06 KB
Loading
3.84 KB
Loading
1.4 KB
Loading
2.4 KB
Loading

0 commit comments

Comments
 (0)