Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] line width reductions at bobz's request #725

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiglewifiwardriving/src/main/res/drawable/filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<path android:fillColor="#00000000"
android:pathData="M3,4.6C3,4.04 3,3.76 3.109,3.546C3.205,3.358 3.358,3.205 3.546,3.109C3.76,3 4.04,3 4.6,3H19.4C19.96,3 20.24,3 20.454,3.109C20.642,3.205 20.795,3.358 20.891,3.546C21,3.76 21,4.04 21,4.6V6.337C21,6.582 21,6.704 20.972,6.819C20.948,6.921 20.907,7.019 20.853,7.108C20.791,7.209 20.704,7.296 20.531,7.469L14.469,13.531C14.296,13.704 14.209,13.791 14.147,13.892C14.092,13.981 14.052,14.079 14.028,14.181C14,14.296 14,14.418 14,14.663V17L10,21V14.663C10,14.418 10,14.296 9.972,14.181C9.948,14.079 9.907,13.981 9.853,13.892C9.791,13.791 9.704,13.704 9.531,13.531L3.469,7.469C3.296,7.296 3.209,7.209 3.147,7.108C3.093,7.019 3.052,6.921 3.028,6.819C3,6.704 3,6.582 3,6.337V4.6Z"
android:strokeColor="?attr/colorControlNormal" android:strokeLineCap="round"
android:strokeLineJoin="round" android:strokeWidth="2"/>
android:strokeLineJoin="round" android:strokeWidth="1.5"/>
</vector>
2 changes: 1 addition & 1 deletion wiglewifiwardriving/src/main/res/drawable/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<path android:fillColor="#00000000"
android:pathData="M12,6H12.01M9,20L3,17V4L5,5M9,20L15,17M9,20V14M15,17L21,20V7L19,6M15,17V14M15,6.2C15,7.967 13.5,9.4 12,11C10.5,9.4 9,7.967 9,6.2C9,4.433 10.343,3 12,3C13.657,3 15,4.433 15,6.2Z"
android:strokeColor="?attr/colorControlNormal" android:strokeLineCap="round"
android:strokeLineJoin="round" android:strokeWidth="2"/>
android:strokeLineJoin="round" android:strokeWidth="1.5"/>
</vector>
6 changes: 3 additions & 3 deletions wiglewifiwardriving/src/main/res/drawable/map_layer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<path android:fillColor="#00000000"
android:pathData="M4,8L12,4L20,8L12,12L4,8Z"
android:strokeColor="?attr/colorControlNormal" android:strokeLineCap="round"
android:strokeLineJoin="round" android:strokeWidth="2"/>
android:strokeLineJoin="round" android:strokeWidth="1.5"/>
<path android:fillColor="#00000000"
android:pathData="M4,12L12,16L20,12"
android:strokeColor="?attr/colorControlNormal" android:strokeLineCap="round"
android:strokeLineJoin="round" android:strokeWidth="2"/>
android:strokeLineJoin="round" android:strokeWidth="1.5"/>
<path android:fillColor="#00000000"
android:pathData="M4,16L12,20L20,16"
android:strokeColor="?attr/colorControlNormal" android:strokeLineCap="round"
android:strokeLineJoin="round" android:strokeWidth="2"/>
android:strokeLineJoin="round" android:strokeWidth="1.5"/>
</vector>
4 changes: 2 additions & 2 deletions wiglewifiwardriving/src/main/res/drawable/view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<path android:fillColor="#00000000"
android:pathData="M15.001,12C15.001,13.657 13.658,15 12.001,15C10.344,15 9.001,13.657 9.001,12C9.001,10.343 10.344,9 12.001,9C13.658,9 15.001,10.343 15.001,12Z"
android:strokeColor="?attr/colorControlNormal" android:strokeLineCap="round"
android:strokeLineJoin="round" android:strokeWidth="2"/>
android:strokeLineJoin="round" android:strokeWidth="1.5"/>
<path android:fillColor="#00000000"
android:pathData="M12.001,5C7.524,5 3.733,7.943 2.459,12C3.733,16.057 7.524,19 12.001,19C16.479,19 20.269,16.057 21.543,12C20.269,7.943 16.479,5 12.001,5Z"
android:strokeColor="?attr/colorControlNormal" android:strokeLineCap="round"
android:strokeLineJoin="round" android:strokeWidth="2"/>
android:strokeLineJoin="round" android:strokeWidth="1.5"/>
</vector>
Loading