Skip to content

Commit 45395e1

Browse files
committed
add 2x2x2 CFOP & Parity 4x4x4 methods
1 parent d2c0342 commit 45395e1

26 files changed

+2312
-2
lines changed

app/src/main/java/ru/extroot/newcubeguide/MainActivity.kt

+9-2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ class MainActivity : AppCompatActivity() {
9191
private const val ZBLL_SUNE_ID: Long = 42
9292
private const val ZBLL_ANTISUNE_ID: Long = 43
9393

94+
private const val PARITY_4_ID: Long = 44
95+
private const val CFOP_TWO_ID: Long = 45
96+
9497
// private const val EASY_4_ID: Long = 47;
9598
// private const val CFOP_ABOUT_ID: Long = 48
9699

@@ -174,7 +177,7 @@ class MainActivity : AppCompatActivity() {
174177

175178
private fun initAd() {
176179
/**
177-
* Initialization of Google ADS
180+
* Initialization of Google ADS banner
178181
*/
179182
topAdView = AdView(this)
180183

@@ -240,6 +243,9 @@ class MainActivity : AppCompatActivity() {
240243
EO_ID -> { "eo" }
241244
CP_ID -> { "cp" }
242245
EP_ID -> { "ep" }
246+
PARITY_4_ID -> { "parity_four" }
247+
CFOP_TWO_ID -> { "cfop_two" }
248+
243249
else -> { null }
244250
}
245251
}
@@ -280,7 +286,6 @@ class MainActivity : AppCompatActivity() {
280286
MaterialDialog(this@MainActivity).show {
281287
title(R.string.rating_dialog_feedback_title)
282288
message(R.string.rating_dialog_feedback_custom_message)
283-
// TODO: `The result of input is not used` warning. idk why.
284289
input(
285290
inputType = InputType.TYPE_TEXT_FLAG_MULTI_LINE,
286291
) { _, text ->
@@ -356,6 +361,7 @@ class MainActivity : AppCompatActivity() {
356361
),
357362
PrimaryDrawerItem().withName(R.string.uz_header).withIdentifier(UZ_ID),
358363
ExpandableDrawerItem().withName(R.string.header_2x2x2).withSelectable(false).withSubItems(
364+
SecondaryDrawerItem().withName(R.string.cfop_two_header).withIdentifier(CFOP_TWO_ID).withLevel(2),
359365
SecondaryDrawerItem().withName(R.string.ortega_header).withIdentifier(ORTEGA_ID).withLevel(2),
360366
SecondaryDrawerItem().withName(R.string.cll_header).withIdentifier(CLL_ID).withLevel(2),
361367
SecondaryDrawerItem().withName(R.string.eg1__header).withIdentifier(EG1_ID).withLevel(2),
@@ -367,6 +373,7 @@ class MainActivity : AppCompatActivity() {
367373
SecondaryDrawerItem().withName(R.string.l2c_header).withIdentifier(L2C_ID).withLevel(2),
368374
SecondaryDrawerItem().withName(R.string.l2e_header).withIdentifier(L2E_ID).withLevel(2)
369375
),
376+
PrimaryDrawerItem().withName(R.string.parity_four_header).withIdentifier(PARITY_4_ID).withLevel(1),
370377
ExpandableDrawerItem().withName(R.string.header_mg).withSelectable(false).withSubItems(
371378
SecondaryDrawerItem().withName(R.string.mg_oll_header).withIdentifier(MG_OLL_ID).withLevel(2),
372379
SecondaryDrawerItem().withName(R.string.mg_pll_header).withIdentifier(MG_PLL_ID).withLevel(2)
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="170dp"
3+
android:height="170dp"
4+
android:viewportWidth="170"
5+
android:viewportHeight="170">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M161.7,31H139V8.3c0,-4.6 -3.7,-8.3 -8.3,-8.3H39.3C34.7,0 31,3.7 31,8.3V31H8.3C3.7,31 0,34.7 0,39.3v91.3c0,4.6 3.7,8.3 8.3,8.3H31v22.7c0,4.6 3.7,8.3 8.3,8.3h91.3c4.6,0 8.3,-3.7 8.3,-8.3V139h22.7c4.6,0 8.3,-3.7 8.3,-8.3V39.3C170,34.7 166.3,31 161.7,31zM131.8,90.6c-0.1,0 -0.2,0 -0.2,0S131.7,90.6 131.8,90.6z"/>
9+
<path
10+
android:pathData="M80.9,75.2c0,3.1 -2.6,5.7 -5.7,5.7H41c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7C80.9,41 80.9,75.2 80.9,75.2z"
11+
android:fillColor="#9C9C9C"/>
12+
<path
13+
android:pathData="M134.7,75.2c0,3.1 -2.6,5.7 -5.7,5.7H94.8c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V75.2z"
14+
android:fillColor="#FFF144"/>
15+
<path
16+
android:pathData="M41,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H41z"
17+
android:fillColor="#9C9C9C"/>
18+
<path
19+
android:pathData="M80.9,23c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,23L80.9,23z"
20+
android:fillColor="#9C9C9C"/>
21+
<path
22+
android:pathData="M134.7,23c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,23L134.7,23z"
23+
android:fillColor="#9C9C9C"/>
24+
<path
25+
android:pathData="M80.9,161.7c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,161.7L80.9,161.7z"
26+
android:fillColor="#9C9C9C"/>
27+
<path
28+
android:pathData="M134.7,161.7c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,161.7L134.7,161.7z"
29+
android:fillColor="#9C9C9C"/>
30+
<path
31+
android:pathData="M23,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H23z"
32+
android:fillColor="#FFF144"/>
33+
<path
34+
android:pathData="M23,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H23z"
35+
android:fillColor="#FFF144"/>
36+
<path
37+
android:pathData="M161.7,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H161.7z"
38+
android:fillColor="#9C9C9C"/>
39+
<path
40+
android:pathData="M161.7,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H161.7z"
41+
android:fillColor="#9C9C9C"/>
42+
<path
43+
android:pathData="M94.8,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H94.8z"
44+
android:fillColor="#FFF144"/>
45+
</vector>
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="170dp"
3+
android:height="170dp"
4+
android:viewportWidth="170"
5+
android:viewportHeight="170">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M161.7,31H139V8.3c0,-4.6 -3.7,-8.3 -8.3,-8.3H39.3C34.7,0 31,3.7 31,8.3V31H8.3C3.7,31 0,34.7 0,39.3v91.3c0,4.6 3.7,8.3 8.3,8.3H31v22.7c0,4.6 3.7,8.3 8.3,8.3h91.3c4.6,0 8.3,-3.7 8.3,-8.3V139h22.7c4.6,0 8.3,-3.7 8.3,-8.3V39.3C170,34.7 166.3,31 161.7,31zM131.8,90.6c-0.1,0 -0.2,0 -0.2,0S131.7,90.6 131.8,90.6z"/>
9+
<path
10+
android:pathData="M80.9,75.2c0,3.1 -2.6,5.7 -5.7,5.7H41c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7C80.9,41 80.9,75.2 80.9,75.2z"
11+
android:fillColor="#9C9C9C"/>
12+
<path
13+
android:pathData="M134.7,75.2c0,3.1 -2.6,5.7 -5.7,5.7H94.8c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V75.2z"
14+
android:fillColor="#9C9C9C"/>
15+
<path
16+
android:pathData="M41,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H41z"
17+
android:fillColor="#9C9C9C"/>
18+
<path
19+
android:pathData="M80.9,23c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,23L80.9,23z"
20+
android:fillColor="#9C9C9C"/>
21+
<path
22+
android:pathData="M134.7,23c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,23L134.7,23z"
23+
android:fillColor="#FFF144"/>
24+
<path
25+
android:pathData="M80.9,161.7c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,161.7L80.9,161.7z"
26+
android:fillColor="#9C9C9C"/>
27+
<path
28+
android:pathData="M134.7,161.7c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,161.7L134.7,161.7z"
29+
android:fillColor="#FFF144"/>
30+
<path
31+
android:pathData="M23,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H23z"
32+
android:fillColor="#FFF144"/>
33+
<path
34+
android:pathData="M23,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H23z"
35+
android:fillColor="#FFF144"/>
36+
<path
37+
android:pathData="M161.7,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H161.7z"
38+
android:fillColor="#9C9C9C"/>
39+
<path
40+
android:pathData="M161.7,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H161.7z"
41+
android:fillColor="#9C9C9C"/>
42+
<path
43+
android:pathData="M94.8,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H94.8z"
44+
android:fillColor="#9C9C9C"/>
45+
</vector>
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="170dp"
3+
android:height="170dp"
4+
android:viewportWidth="170"
5+
android:viewportHeight="170">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M161.7,31H139V8.3c0,-4.6 -3.7,-8.3 -8.3,-8.3H39.3C34.7,0 31,3.7 31,8.3V31H8.3C3.7,31 0,34.7 0,39.3v91.3c0,4.6 3.7,8.3 8.3,8.3H31v22.7c0,4.6 3.7,8.3 8.3,8.3h91.3c4.6,0 8.3,-3.7 8.3,-8.3V139h22.7c4.6,0 8.3,-3.7 8.3,-8.3V39.3C170,34.7 166.3,31 161.7,31zM131.8,90.6c-0.1,0 -0.2,0 -0.2,0S131.7,90.6 131.8,90.6z"/>
9+
<path
10+
android:pathData="M80.9,75.2c0,3.1 -2.6,5.7 -5.7,5.7H41c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7C80.9,41 80.9,75.2 80.9,75.2z"
11+
android:fillColor="#9C9C9C"/>
12+
<path
13+
android:pathData="M134.7,75.2c0,3.1 -2.6,5.7 -5.7,5.7H94.8c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V75.2z"
14+
android:fillColor="#9C9C9C"/>
15+
<path
16+
android:pathData="M41,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H41z"
17+
android:fillColor="#9C9C9C"/>
18+
<path
19+
android:pathData="M80.9,23c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,23L80.9,23z"
20+
android:fillColor="#FFF144"/>
21+
<path
22+
android:pathData="M134.7,23c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,23L134.7,23z"
23+
android:fillColor="#FFF144"/>
24+
<path
25+
android:pathData="M80.9,161.7c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,161.7L80.9,161.7z"
26+
android:fillColor="#FFF144"/>
27+
<path
28+
android:pathData="M134.7,161.7c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,161.7L134.7,161.7z"
29+
android:fillColor="#FFF144"/>
30+
<path
31+
android:pathData="M23,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H23z"
32+
android:fillColor="#9C9C9C"/>
33+
<path
34+
android:pathData="M23,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H23z"
35+
android:fillColor="#9C9C9C"/>
36+
<path
37+
android:pathData="M161.7,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H161.7z"
38+
android:fillColor="#9C9C9C"/>
39+
<path
40+
android:pathData="M161.7,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H161.7z"
41+
android:fillColor="#9C9C9C"/>
42+
<path
43+
android:pathData="M94.8,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H94.8z"
44+
android:fillColor="#9C9C9C"/>
45+
</vector>
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="170dp"
3+
android:height="170dp"
4+
android:viewportWidth="170"
5+
android:viewportHeight="170">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M161.7,31H139V8.3c0,-4.6 -3.7,-8.3 -8.3,-8.3H39.3C34.7,0 31,3.7 31,8.3V31H8.3C3.7,31 0,34.7 0,39.3v91.3c0,4.6 3.7,8.3 8.3,8.3H31v22.7c0,4.6 3.7,8.3 8.3,8.3h91.3c4.6,0 8.3,-3.7 8.3,-8.3V139h22.7c4.6,0 8.3,-3.7 8.3,-8.3V39.3C170,34.7 166.3,31 161.7,31zM131.8,90.6c-0.1,0 -0.2,0 -0.2,0S131.7,90.6 131.8,90.6z"/>
9+
<path
10+
android:pathData="M80.9,75.2c0,3.1 -2.6,5.7 -5.7,5.7H41c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7C80.9,41 80.9,75.2 80.9,75.2z"
11+
android:fillColor="#9C9C9C"/>
12+
<path
13+
android:pathData="M134.7,75.2c0,3.1 -2.6,5.7 -5.7,5.7H94.8c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V75.2z"
14+
android:fillColor="#FFF144"/>
15+
<path
16+
android:pathData="M41,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H41z"
17+
android:fillColor="#9C9C9C"/>
18+
<path
19+
android:pathData="M80.9,23c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,23L80.9,23z"
20+
android:fillColor="#FFF144"/>
21+
<path
22+
android:pathData="M134.7,23c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,23L134.7,23z"
23+
android:fillColor="#9C9C9C"/>
24+
<path
25+
android:pathData="M80.9,161.7c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,161.7L80.9,161.7z"
26+
android:fillColor="#FFF144"/>
27+
<path
28+
android:pathData="M134.7,161.7c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,161.7L134.7,161.7z"
29+
android:fillColor="#9C9C9C"/>
30+
<path
31+
android:pathData="M23,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H23z"
32+
android:fillColor="#9C9C9C"/>
33+
<path
34+
android:pathData="M23,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H23z"
35+
android:fillColor="#9C9C9C"/>
36+
<path
37+
android:pathData="M161.7,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H161.7z"
38+
android:fillColor="#9C9C9C"/>
39+
<path
40+
android:pathData="M161.7,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H161.7z"
41+
android:fillColor="#9C9C9C"/>
42+
<path
43+
android:pathData="M94.8,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H94.8z"
44+
android:fillColor="#FFF144"/>
45+
</vector>
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="170dp"
3+
android:height="170dp"
4+
android:viewportWidth="170"
5+
android:viewportHeight="170">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M161.7,31H139V8.3c0,-4.6 -3.7,-8.3 -8.3,-8.3H39.3C34.7,0 31,3.7 31,8.3V31H8.3C3.7,31 0,34.7 0,39.3v91.3c0,4.6 3.7,8.3 8.3,8.3H31v22.7c0,4.6 3.7,8.3 8.3,8.3h91.3c4.6,0 8.3,-3.7 8.3,-8.3V139h22.7c4.6,0 8.3,-3.7 8.3,-8.3V39.3C170,34.7 166.3,31 161.7,31zM131.8,90.6c-0.1,0 -0.2,0 -0.2,0S131.7,90.6 131.8,90.6z"/>
9+
<path
10+
android:pathData="M80.9,75.2c0,3.1 -2.6,5.7 -5.7,5.7H41c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7C80.9,41 80.9,75.2 80.9,75.2z"
11+
android:fillColor="#9C9C9C"/>
12+
<path
13+
android:pathData="M134.7,75.2c0,3.1 -2.6,5.7 -5.7,5.7H94.8c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V75.2z"
14+
android:fillColor="#9C9C9C"/>
15+
<path
16+
android:pathData="M41,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H41z"
17+
android:fillColor="#FFF144"/>
18+
<path
19+
android:pathData="M80.9,23c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,23L80.9,23z"
20+
android:fillColor="#FFF144"/>
21+
<path
22+
android:pathData="M134.7,23c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,23L134.7,23z"
23+
android:fillColor="#9C9C9C"/>
24+
<path
25+
android:pathData="M80.9,161.7c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,161.7L80.9,161.7z"
26+
android:fillColor="#9C9C9C"/>
27+
<path
28+
android:pathData="M134.7,161.7c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,161.7L134.7,161.7z"
29+
android:fillColor="#FFF144"/>
30+
<path
31+
android:pathData="M23,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H23z"
32+
android:fillColor="#9C9C9C"/>
33+
<path
34+
android:pathData="M23,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H23z"
35+
android:fillColor="#9C9C9C"/>
36+
<path
37+
android:pathData="M161.7,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H161.7z"
38+
android:fillColor="#9C9C9C"/>
39+
<path
40+
android:pathData="M161.7,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H161.7z"
41+
android:fillColor="#FFF144"/>
42+
<path
43+
android:pathData="M94.8,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H94.8z"
44+
android:fillColor="#9C9C9C"/>
45+
</vector>
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="170dp"
3+
android:height="170dp"
4+
android:viewportWidth="170"
5+
android:viewportHeight="170">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M161.7,31H139V8.3c0,-4.6 -3.7,-8.3 -8.3,-8.3H39.3C34.7,0 31,3.7 31,8.3V31H8.3C3.7,31 0,34.7 0,39.3v91.3c0,4.6 3.7,8.3 8.3,8.3H31v22.7c0,4.6 3.7,8.3 8.3,8.3h91.3c4.6,0 8.3,-3.7 8.3,-8.3V139h22.7c4.6,0 8.3,-3.7 8.3,-8.3V39.3C170,34.7 166.3,31 161.7,31zM131.8,90.6c-0.1,0 -0.2,0 -0.2,0S131.7,90.6 131.8,90.6z"/>
9+
<path
10+
android:pathData="M80.9,75.2c0,3.1 -2.6,5.7 -5.7,5.7H41c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7C80.9,41 80.9,75.2 80.9,75.2z"
11+
android:fillColor="#9C9C9C"/>
12+
<path
13+
android:pathData="M134.7,75.2c0,3.1 -2.6,5.7 -5.7,5.7H94.8c-3.1,0 -5.7,-2.6 -5.7,-5.7V41c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V75.2z"
14+
android:fillColor="#FFF144"/>
15+
<path
16+
android:pathData="M41,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7h34.2c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H41z"
17+
android:fillColor="#9C9C9C"/>
18+
<path
19+
android:pathData="M80.9,23c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,23L80.9,23z"
20+
android:fillColor="#9C9C9C"/>
21+
<path
22+
android:pathData="M134.7,23c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V8.3c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,23L134.7,23z"
23+
android:fillColor="#9C9C9C"/>
24+
<path
25+
android:pathData="M80.9,161.7c0,2.2 -1.8,4 -4,4H39.3c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L80.9,161.7L80.9,161.7z"
26+
android:fillColor="#FFF144"/>
27+
<path
28+
android:pathData="M134.7,161.7c0,2.2 -1.8,4 -4,4H93.1c-2.2,0 -4,-1.8 -4,-4V147c0,-2.2 1.8,-4 4,-4h37.5c2.2,0 4,1.8 4,4L134.7,161.7L134.7,161.7z"
29+
android:fillColor="#9C9C9C"/>
30+
<path
31+
android:pathData="M23,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H23z"
32+
android:fillColor="#9C9C9C"/>
33+
<path
34+
android:pathData="M23,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H8.3c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H23z"
35+
android:fillColor="#FFF144"/>
36+
<path
37+
android:pathData="M161.7,89.1c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V93.1c0,-2.2 1.8,-4 4,-4H161.7z"
38+
android:fillColor="#FFF144"/>
39+
<path
40+
android:pathData="M161.7,35.3c2.2,0 4,1.8 4,4v37.5c0,2.2 -1.8,4 -4,4H147c-2.2,0 -4,-1.8 -4,-4V39.3c0,-2.2 1.8,-4 4,-4H161.7z"
41+
android:fillColor="#9C9C9C"/>
42+
<path
43+
android:pathData="M94.8,134.7c-3.1,0 -5.7,-2.6 -5.7,-5.7V94.8c0,-3.1 2.6,-5.7 5.7,-5.7H129c3.1,0 5.7,2.6 5.7,5.7V129c0,3.1 -2.6,5.7 -5.7,5.7H94.8z"
44+
android:fillColor="#9C9C9C"/>
45+
</vector>

0 commit comments

Comments
 (0)