Skip to content

Commit c052a69

Browse files
committed
New PLL images, small changes
1 parent 168bf46 commit c052a69

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2095
-10
lines changed

app/build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "ru.extroot.newcubeguide"
1111
minSdkVersion 23
1212
targetSdkVersion 29
13-
versionCode 20
14-
versionName "1.5.0"
13+
versionCode 21
14+
versionName "1.5.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -29,7 +29,7 @@ android {
2929
}
3030

3131
dependencies {
32-
implementation 'androidx.appcompat:appcompat:1.1.0'
32+
implementation 'androidx.appcompat:appcompat:1.2.0'
3333
implementation 'com.google.android.material:material:1.2.0'
3434
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3535
testImplementation 'junit:junit:4.13'
@@ -39,7 +39,6 @@ dependencies {
3939
implementation "com.mikepenz:materialdrawer:6.1.2"
4040

4141
//required support lib modules
42-
implementation "androidx.appcompat:appcompat:1.1.0"
4342
implementation "androidx.recyclerview:recyclerview:1.1.0"
4443
implementation "androidx.annotation:annotation:1.1.0"
4544
implementation "androidx.constraintlayout:constraintlayout:1.1.3"

app/release/app-release.apk

-1.06 MB
Binary file not shown.

app/release/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{
1111
"type": "SINGLE",
1212
"filters": [],
13-
"versionCode": 19,
14-
"versionName": "1.5.0",
13+
"versionCode": 21,
14+
"versionName": "1.5.1",
1515
"outputFile": "app-release.apk"
1616
}
1717
]

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ protected void onCreate( Bundle savedInstanceState )
177177
textSize = 14;
178178
}
179179

180-
SharedPreferences settings = getSharedPreferences(PREFS_FILE, MODE_PRIVATE);
180+
SharedPreferences settings = getSharedPreferences( PREFS_FILE, MODE_PRIVATE );
181181
prefEditor = settings.edit();
182182
numbering = settings.getBoolean( PREF_NUMB, false );
183183

@@ -419,12 +419,12 @@ protected void onCreate( Bundle savedInstanceState )
419419
.withChecked( numbering )
420420
.withSelectable( false )
421421
.withIdentifier( NUMBER_SWITCH_ID)
422-
.withOnCheckedChangeListener((drawerItem, compoundButton, b) -> {
422+
.withOnCheckedChangeListener( ( drawerItem, compoundButton, b ) -> {
423423
numbering = b;
424-
prefEditor.putBoolean(PREF_NUMB, numbering);
424+
prefEditor.putBoolean( PREF_NUMB, numbering );
425425
prefEditor.apply();
426426
Draw();
427-
})
427+
} )
428428
/*
429429
new ExpandableDrawerItem()
430430
.withName( "Язык" )

app/src/main/res/drawable/pll0.png

-4.19 KB
Binary file not shown.

app/src/main/res/drawable/pll0.xml

+96
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="161dp"
3+
android:height="161dp"
4+
android:viewportWidth="161"
5+
android:viewportHeight="161">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M7.4,0h146.2c4.1,0 7.4,3.3 7.4,7.4v146.2c0,4.1 -3.3,7.4 -7.4,7.4H7.4c-4.1,0 -7.4,-3.3 -7.4,-7.4V7.4C0,3.3 3.3,0 7.4,0z"/>
9+
<path
10+
android:pathData="M12.3,0h38.4C52,0 53,1 53,2.3v1.4C53,5 52,6 50.7,6H12.3C11,6 10,5 10,3.7V2.3C10,1 11,0 12.3,0z"
11+
android:fillColor="#07A42E"/>
12+
<path
13+
android:pathData="M61.3,0h38.4c1.3,0 2.3,1 2.3,2.3v1.4C102,5 101,6 99.7,6H61.3C60,6 59,5 59,3.7V2.3C59,1 60,0 61.3,0z"
14+
android:fillColor="#FFA40D"/>
15+
<path
16+
android:pathData="M110.3,0h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3h-38.4C109,6 108,5 108,3.7V2.3C108,1 109,0 110.3,0z"
17+
android:fillColor="#07A42E"/>
18+
<path
19+
android:pathData="M2.3,10h1.4C5,10 6,11 6,12.3v38.4C6,52 5,53 3.7,53H2.3C1,53 0,52 0,50.7V12.3C0,11 1,10 2.3,10z"
20+
android:fillColor="#FFA40D"/>
21+
<path
22+
android:pathData="M16.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C10,12.8 12.8,10 16.2,10z"
23+
android:fillColor="#FFF144"/>
24+
<path
25+
android:pathData="M65.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C59,12.8 61.8,10 65.2,10z"
26+
android:fillColor="#FFF144"/>
27+
<path
28+
android:pathData="M114.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C108,12.8 110.8,10 114.2,10z"
29+
android:fillColor="#FFF144"/>
30+
<path
31+
android:pathData="M157.3,10h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3V12.3C155,11 156,10 157.3,10z"
32+
android:fillColor="#EA0600"/>
33+
<path
34+
android:pathData="M2.3,59h1.4C5,59 6,60 6,61.3v38.4c0,1.3 -1,2.3 -2.3,2.3H2.3C1,102 0,101 0,99.7V61.3C0,60 1,59 2.3,59z"
35+
android:fillColor="#180C8A"/>
36+
<path
37+
android:pathData="M16.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C10,61.8 12.8,59 16.2,59z"
38+
android:fillColor="#FFF144"/>
39+
<path
40+
android:pathData="M65.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C59,61.8 61.8,59 65.2,59z"
41+
android:fillColor="#FFF144"/>
42+
<path
43+
android:pathData="M114.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C108,61.8 110.8,59 114.2,59z"
44+
android:fillColor="#FFF144"/>
45+
<path
46+
android:pathData="M157.3,59h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3V61.3C155,60 156,59 157.3,59z"
47+
android:fillColor="#07A42E"/>
48+
<path
49+
android:pathData="M2.3,108h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3H2.3C1,151 0,150 0,148.7v-38.4C0,109 1,108 2.3,108z"
50+
android:fillColor="#180C8A"/>
51+
<path
52+
android:pathData="M16.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C10,110.8 12.8,108 16.2,108z"
53+
android:fillColor="#FFF144"/>
54+
<path
55+
android:pathData="M65.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C59,110.8 61.8,108 65.2,108z"
56+
android:fillColor="#FFF144"/>
57+
<path
58+
android:pathData="M114.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C108,110.8 110.8,108 114.2,108z"
59+
android:fillColor="#FFF144"/>
60+
<path
61+
android:pathData="M157.3,108h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3v-38.4C155,109 156,108 157.3,108z"
62+
android:fillColor="#180C8A"/>
63+
<path
64+
android:pathData="M12.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3H12.3c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C10,156 11,155 12.3,155z"
65+
android:fillColor="#EA0600"/>
66+
<path
67+
android:pathData="M61.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3H61.3c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C59,156 60,155 61.3,155z"
68+
android:fillColor="#EA0600"/>
69+
<path
70+
android:pathData="M110.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3h-38.4c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C108,156 109,155 110.3,155z"
71+
android:fillColor="#FFA40D"/>
72+
<path
73+
android:pathData="M31.5,31.5L118.7,31.5"
74+
android:strokeWidth="1.5"
75+
android:fillColor="#00000000"
76+
android:strokeColor="#000000"/>
77+
<path
78+
android:fillColor="#FF000000"
79+
android:pathData="M116.5,39l13,-7.5l-13,-7.5z"/>
80+
<path
81+
android:pathData="M129.5,31.5L129.5,118.7"
82+
android:strokeWidth="1.5"
83+
android:fillColor="#00000000"
84+
android:strokeColor="#000000"/>
85+
<path
86+
android:fillColor="#FF000000"
87+
android:pathData="M122,116.5l7.5,13l7.5,-13z"/>
88+
<path
89+
android:pathData="M129.5,129.5L39.1,39.1"
90+
android:strokeWidth="1.5"
91+
android:fillColor="#00000000"
92+
android:strokeColor="#000000"/>
93+
<path
94+
android:fillColor="#FF000000"
95+
android:pathData="M45.9,35.4l-14.4,-3.9l3.9,14.4z"/>
96+
</vector>

app/src/main/res/drawable/pll1.png

-4.15 KB
Binary file not shown.

app/src/main/res/drawable/pll1.xml

+96
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="161dp"
3+
android:height="161dp"
4+
android:viewportWidth="161"
5+
android:viewportHeight="161">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M7.4,0h146.2c4.1,0 7.4,3.3 7.4,7.4v146.2c0,4.1 -3.3,7.4 -7.4,7.4H7.4c-4.1,0 -7.4,-3.3 -7.4,-7.4V7.4C0,3.3 3.3,0 7.4,0z"/>
9+
<path
10+
android:pathData="M12.3,0h38.4C52,0 53,1 53,2.3v1.4C53,5 52,6 50.7,6H12.3C11,6 10,5 10,3.7V2.3C10,1 11,0 12.3,0z"
11+
android:fillColor="#180C8A"/>
12+
<path
13+
android:pathData="M61.3,0h38.4c1.3,0 2.3,1 2.3,2.3v1.4C102,5 101,6 99.7,6H61.3C60,6 59,5 59,3.7V2.3C59,1 60,0 61.3,0z"
14+
android:fillColor="#07A42E"/>
15+
<path
16+
android:pathData="M110.3,0h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3h-38.4C109,6 108,5 108,3.7V2.3C108,1 109,0 110.3,0z"
17+
android:fillColor="#FFA40D"/>
18+
<path
19+
android:pathData="M2.3,10h1.4C5,10 6,11 6,12.3v38.4C6,52 5,53 3.7,53H2.3C1,53 0,52 0,50.7V12.3C0,11 1,10 2.3,10z"
20+
android:fillColor="#EA0600"/>
21+
<path
22+
android:pathData="M16.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C10,12.8 12.8,10 16.2,10z"
23+
android:fillColor="#FFF144"/>
24+
<path
25+
android:pathData="M65.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C59,12.8 61.8,10 65.2,10z"
26+
android:fillColor="#FFF144"/>
27+
<path
28+
android:pathData="M114.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C108,12.8 110.8,10 114.2,10z"
29+
android:fillColor="#FFF144"/>
30+
<path
31+
android:pathData="M157.3,10h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3V12.3C155,11 156,10 157.3,10z"
32+
android:fillColor="#07A42E"/>
33+
<path
34+
android:pathData="M2.3,59h1.4C5,59 6,60 6,61.3v38.4c0,1.3 -1,2.3 -2.3,2.3H2.3C1,102 0,101 0,99.7V61.3C0,60 1,59 2.3,59z"
35+
android:fillColor="#FFA40D"/>
36+
<path
37+
android:pathData="M16.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C10,61.8 12.8,59 16.2,59z"
38+
android:fillColor="#FFF144"/>
39+
<path
40+
android:pathData="M65.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C59,61.8 61.8,59 65.2,59z"
41+
android:fillColor="#FFF144"/>
42+
<path
43+
android:pathData="M114.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C108,61.8 110.8,59 114.2,59z"
44+
android:fillColor="#FFF144"/>
45+
<path
46+
android:pathData="M157.3,59h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3V61.3C155,60 156,59 157.3,59z"
47+
android:fillColor="#EA0600"/>
48+
<path
49+
android:pathData="M2.3,108h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3H2.3C1,151 0,150 0,148.7v-38.4C0,109 1,108 2.3,108z"
50+
android:fillColor="#FFA40D"/>
51+
<path
52+
android:pathData="M16.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C10,110.8 12.8,108 16.2,108z"
53+
android:fillColor="#FFF144"/>
54+
<path
55+
android:pathData="M65.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C59,110.8 61.8,108 65.2,108z"
56+
android:fillColor="#FFF144"/>
57+
<path
58+
android:pathData="M114.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C108,110.8 110.8,108 114.2,108z"
59+
android:fillColor="#FFF144"/>
60+
<path
61+
android:pathData="M157.3,108h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3v-38.4C155,109 156,108 157.3,108z"
62+
android:fillColor="#07A42E"/>
63+
<path
64+
android:pathData="M12.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3H12.3c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C10,156 11,155 12.3,155z"
65+
android:fillColor="#180C8A"/>
66+
<path
67+
android:pathData="M61.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3H61.3c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C59,156 60,155 61.3,155z"
68+
android:fillColor="#180C8A"/>
69+
<path
70+
android:pathData="M110.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3h-38.4c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C108,156 109,155 110.3,155z"
71+
android:fillColor="#EA0600"/>
72+
<path
73+
android:pathData="M129.5,129.5L129.5,42.3"
74+
android:strokeWidth="1.5"
75+
android:fillColor="#00000000"
76+
android:strokeColor="#000000"/>
77+
<path
78+
android:fillColor="#FF000000"
79+
android:pathData="M137,44.5l-7.5,-13l-7.5,13z"/>
80+
<path
81+
android:pathData="M129.5,31.5L42.3,31.5"
82+
android:strokeWidth="1.5"
83+
android:fillColor="#00000000"
84+
android:strokeColor="#000000"/>
85+
<path
86+
android:fillColor="#FF000000"
87+
android:pathData="M44.5,24l-13,7.5l13,7.5z"/>
88+
<path
89+
android:pathData="M31.5,31.5L121.9,121.9"
90+
android:strokeWidth="1.5"
91+
android:fillColor="#00000000"
92+
android:strokeColor="#000000"/>
93+
<path
94+
android:fillColor="#FF000000"
95+
android:pathData="M115.1,125.6l14.4,3.9l-3.9,-14.4z"/>
96+
</vector>

app/src/main/res/drawable/pll10.png

-3.85 KB
Binary file not shown.

app/src/main/res/drawable/pll10.xml

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="161dp"
3+
android:height="161dp"
4+
android:viewportWidth="161"
5+
android:viewportHeight="161">
6+
<path
7+
android:fillColor="#FF000000"
8+
android:pathData="M7.4,0h146.2c4.1,0 7.4,3.3 7.4,7.4v146.2c0,4.1 -3.3,7.4 -7.4,7.4H7.4c-4.1,0 -7.4,-3.3 -7.4,-7.4V7.4C0,3.3 3.3,0 7.4,0z"/>
9+
<path
10+
android:pathData="M12.3,0h38.4C52,0 53,1 53,2.3v1.4C53,5 52,6 50.7,6H12.3C11,6 10,5 10,3.7V2.3C10,1 11,0 12.3,0z"
11+
android:fillColor="#180C8A"/>
12+
<path
13+
android:pathData="M61.3,0h38.4c1.3,0 2.3,1 2.3,2.3v1.4C102,5 101,6 99.7,6H61.3C60,6 59,5 59,3.7V2.3C59,1 60,0 61.3,0z"
14+
android:fillColor="#EA0600"/>
15+
<path
16+
android:pathData="M110.3,0h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3h-38.4C109,6 108,5 108,3.7V2.3C108,1 109,0 110.3,0z"
17+
android:fillColor="#07A42E"/>
18+
<path
19+
android:pathData="M2.3,10h1.4C5,10 6,11 6,12.3v38.4C6,52 5,53 3.7,53H2.3C1,53 0,52 0,50.7V12.3C0,11 1,10 2.3,10z"
20+
android:fillColor="#EA0600"/>
21+
<path
22+
android:pathData="M16.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C10,12.8 12.8,10 16.2,10z"
23+
android:fillColor="#FFF144"/>
24+
<path
25+
android:pathData="M65.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C59,12.8 61.8,10 65.2,10z"
26+
android:fillColor="#FFF144"/>
27+
<path
28+
android:pathData="M114.2,10h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2V16.2C108,12.8 110.8,10 114.2,10z"
29+
android:fillColor="#FFF144"/>
30+
<path
31+
android:pathData="M157.3,10h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3V12.3C155,11 156,10 157.3,10z"
32+
android:fillColor="#EA0600"/>
33+
<path
34+
android:pathData="M2.3,59h1.4C5,59 6,60 6,61.3v38.4c0,1.3 -1,2.3 -2.3,2.3H2.3C1,102 0,101 0,99.7V61.3C0,60 1,59 2.3,59z"
35+
android:fillColor="#07A42E"/>
36+
<path
37+
android:pathData="M16.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C10,61.8 12.8,59 16.2,59z"
38+
android:fillColor="#FFF144"/>
39+
<path
40+
android:pathData="M65.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C59,61.8 61.8,59 65.2,59z"
41+
android:fillColor="#FFF144"/>
42+
<path
43+
android:pathData="M114.2,59h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2V65.2C108,61.8 110.8,59 114.2,59z"
44+
android:fillColor="#FFF144"/>
45+
<path
46+
android:pathData="M157.3,59h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3V61.3C155,60 156,59 157.3,59z"
47+
android:fillColor="#FFA40D"/>
48+
<path
49+
android:pathData="M2.3,108h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3H2.3C1,151 0,150 0,148.7v-38.4C0,109 1,108 2.3,108z"
50+
android:fillColor="#07A42E"/>
51+
<path
52+
android:pathData="M16.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H16.2c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C10,110.8 12.8,108 16.2,108z"
53+
android:fillColor="#FFF144"/>
54+
<path
55+
android:pathData="M65.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2H65.2c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C59,110.8 61.8,108 65.2,108z"
56+
android:fillColor="#FFF144"/>
57+
<path
58+
android:pathData="M114.2,108h30.6c3.4,0 6.2,2.8 6.2,6.2v30.6c0,3.4 -2.8,6.2 -6.2,6.2h-30.6c-3.4,0 -6.2,-2.8 -6.2,-6.2v-30.6C108,110.8 110.8,108 114.2,108z"
59+
android:fillColor="#FFF144"/>
60+
<path
61+
android:pathData="M157.3,108h1.4c1.3,0 2.3,1 2.3,2.3v38.4c0,1.3 -1,2.3 -2.3,2.3h-1.4c-1.3,0 -2.3,-1 -2.3,-2.3v-38.4C155,109 156,108 157.3,108z"
62+
android:fillColor="#180C8A"/>
63+
<path
64+
android:pathData="M12.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3H12.3c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C10,156 11,155 12.3,155z"
65+
android:fillColor="#FFA40D"/>
66+
<path
67+
android:pathData="M61.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3H61.3c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C59,156 60,155 61.3,155z"
68+
android:fillColor="#180C8A"/>
69+
<path
70+
android:pathData="M110.3,155h38.4c1.3,0 2.3,1 2.3,2.3v1.4c0,1.3 -1,2.3 -2.3,2.3h-38.4c-1.3,0 -2.3,-1 -2.3,-2.3v-1.4C108,156 109,155 110.3,155z"
71+
android:fillColor="#FFA40D"/>
72+
<path
73+
android:pathData="M42.3,31.5L118.7,31.5"
74+
android:strokeWidth="1.5"
75+
android:fillColor="#00000000"
76+
android:strokeColor="#000000"/>
77+
<path
78+
android:fillColor="#FF000000"
79+
android:pathData="M44.5,39l-13,-7.5l13,-7.5z"/>
80+
<path
81+
android:fillColor="#FF000000"
82+
android:pathData="M116.5,39l13,-7.5l-13,-7.5z"/>
83+
<path
84+
android:pathData="M88.1,121.9L121.9,88.1"
85+
android:strokeWidth="1.5"
86+
android:fillColor="#00000000"
87+
android:strokeColor="#000000"/>
88+
<path
89+
android:fillColor="#FF000000"
90+
android:pathData="M94.9,125.6l-14.4,3.9l3.9,-14.4z"/>
91+
<path
92+
android:fillColor="#FF000000"
93+
android:pathData="M125.6,94.9l3.9,-14.4l-14.4,3.9z"/>
94+
</vector>

app/src/main/res/drawable/pll11.png

-3.88 KB
Binary file not shown.

0 commit comments

Comments
 (0)