Skip to content

Commit 09fa479

Browse files
committed
Rules v26.
1 parent 4d60fee commit 09fa479

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

4 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=25
2-
items=1111
1+
version=26
2+
items=1187

library/src/main/java/com/absinthe/rulesbundle/IconResMap.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,14 @@ object IconResMap {
111111
put(98, R.drawable.ic_lib_netease_shield)
112112
put(99, R.drawable.ic_lib_vorbis)
113113
put(100, R.drawable.ic_lib_mapbox)
114+
put(101, R.drawable.ic_lib_google_cardboard)
114115
}
115116

116117
SINGLE_COLOR_ICON_SET = setOf(
117118
-1, 2, 3, 4, 5, 6, 9, 10, 11, 13, 14, 15, 16, 17,
118119
25, 27, 30, 31, 40, 43, 44, 46, 47, 48, 51, 53,
119120
54, 56, 59, 63, 64, 66, 74, 76, 81, 82, 83, 84,
120-
86, 93, 97, 100
121+
86, 93, 97, 100, 101
121122
)
122123
}
123124

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="1024"
5+
android:viewportHeight="1024"
6+
android:tint="?attr/colorControlNormal">
7+
<path
8+
android:fillColor="#000000"
9+
android:pathData="M884.91,256H136.53C108.8,256 85.33,280.32 85.33,310.19v446.29c0,29.87 23.47,54.19 52.48,54.19H341.33c23.04,0 42.67,-13.65 49.49,-33.71l59.31,-148.05c10.24,-24.75 34.13,-42.24 61.87,-42.24 27.73,0 51.63,17.49 61.87,42.24l59.31,148.05c8.11,20.05 26.45,33.71 47.36,33.71h204.37c30.29,0 53.76,-24.32 53.76,-54.19V310.19c0,-29.87 -23.47,-54.19 -53.76,-54.19M308.05,622.08C256,622.08 213.33,578.13 213.33,524.37 213.33,469.33 256,426.67 308.05,426.67c52.05,0 94.29,42.67 94.29,97.71 0,53.76 -42.24,97.71 -94.29,97.71m407.89,0c-52.05,0 -94.29,-43.95 -94.29,-97.71S663.89,426.67 715.95,426.67 810.67,470.61 810.67,524.37s-42.67,97.71 -94.72,97.71z" />
10+
</vector>

0 commit comments

Comments
 (0)