fix(ui): standardize logo design across all app instances

This commit is contained in:
handokota 2025-04-03 02:28:43 +07:00 committed by Bnyro
parent 7b0d4caf31
commit ed7c278d84
No known key found for this signature in database
4 changed files with 8 additions and 18 deletions

View File

@ -5,10 +5,5 @@
android:viewportHeight="1280">
<path
android:fillColor="#000"
android:pathData="M1130.145 639.54c0-6.202-3.236-11.865-8.358-14.831L225.77 93.247c-15.64-9.168-35.324 2.157-35.324 20.493v229.194c0 8.629 4.584 16.449 11.864 20.762l446.525 255.619c15.91 9.169 15.91 32.358 0 41.525L202.31 916.46c-7.28 4.315-11.864 12.135-11.864 20.763v228.925c0 18.336 19.684 29.93 35.324 20.493l895.747-532.271c5.122-3.236 8.359-8.898 8.359-14.83h0.269Z"
android:strokeWidth="30"
android:strokeColor="#000" />
<path
android:fillColor="#000"
android:pathData="M373.802 625.518c11.325 6.471 11.325 22.92 0 29.391L174.807 769.507c-11.055 6.47-24.807-1.619-24.807-14.561V525.482c0-12.944 13.752-21.033 24.807-14.562l198.995 114.598Z" />
android:pathData="M1194.33 639.26c0,-7.15 -3.79,-13.77 -9.97,-17.38l-1056.99 -618.05c-18.48,-10.8 -41.7,2.53 -41.7,23.93l0 266.57c0,10 5.38,19.22 14.09,24.13l526.75 297.43c18.79,10.61 18.79,37.67 0,48.27l-526.75 297.43c-8.71,4.92 -14.09,14.14 -14.09,24.14l0 266.51c0,21.41 23.25,34.74 41.73,23.91l1056.98 -619.5c6.17,-3.62 9.95,-10.24 9.95,-17.39zm-735.44 -23.69c18.73,10.62 18.73,37.6 0,48.22l-331.84 188.16c-18.48,10.47 -41.38,-2.88 -41.38,-24.12l0 -376.3c0,-21.25 22.9,-34.59 41.38,-24.11l331.84 188.15z"/>
</vector>

View File

@ -8,7 +8,7 @@
android:duration="500"
android:propertyName="scaleX"
android:valueFrom="0.3"
android:valueTo="0.55" />
android:valueTo="0.5" />
</aapt:attr>
</target>
<target android:name="scaleGroup">
@ -17,7 +17,7 @@
android:duration="500"
android:propertyName="scaleY"
android:valueFrom="0.3"
android:valueTo="0.55" />
android:valueTo="0.5" />
</aapt:attr>
</target>
</animated-vector>

View File

@ -8,18 +8,13 @@
<group
android:name="scaleGroup"
android:scaleX="0.55"
android:scaleY="0.55"
android:scaleX="0.5"
android:scaleY="0.5"
android:pivotX="640"
android:pivotY="640">
<path
android:fillColor="#000"
android:pathData="M1130.145 639.54c0-6.202-3.236-11.865-8.358-14.831L225.77 93.247c-15.64-9.168-35.324 2.157-35.324 20.493v229.194c0 8.629 4.584 16.449 11.864 20.762l446.525 255.619c15.91 9.169 15.91 32.358 0 41.525L202.31 916.46c-7.28 4.315-11.864 12.135-11.864 20.763v228.925c0 18.336 19.684 29.93 35.324 20.493l895.747-532.271c5.122-3.236 8.359-8.898 8.359-14.83h0.269Z"
android:strokeWidth="30"
android:strokeColor="#000" />
<path
android:fillColor="#000"
android:pathData="M373.802 625.518c11.325 6.471 11.325 22.92 0 29.391L174.807 769.507c-11.055 6.47-24.807-1.619-24.807-14.561V525.482c0-12.944 13.752-21.033 24.807-14.562l198.995 114.598Z" />
android:pathData="M1194.33 639.26c0,-7.15 -3.79,-13.77 -9.97,-17.38l-1056.99 -618.05c-18.48,-10.8 -41.7,2.53 -41.7,23.93l0 266.57c0,10 5.38,19.22 14.09,24.13l526.75 297.43c18.79,10.61 18.79,37.67 0,48.27l-526.75 297.43c-8.71,4.92 -14.09,14.14 -14.09,24.14l0 266.51c0,21.41 23.25,34.74 41.73,23.91l1056.98 -619.5c6.17,-3.62 9.95,-10.24 9.95,-17.39zm-735.44 -23.69c18.73,10.62 18.73,37.6 0,48.22l-331.84 188.16c-18.48,10.47 -41.38,-2.88 -41.38,-24.12l0 -376.3c0,-21.25 22.9,-34.59 41.38,-24.11l331.84 188.15z"/>
</group>
</vector>

View File

@ -19,8 +19,8 @@
<ImageView
android:id="@+id/app_icon"
android:layout_width="120dp"
android:layout_height="120dp"
android:layout_width="110dp"
android:layout_height="110dp"
android:layout_gravity="center"
android:layout_marginTop="30dp"
android:src="@drawable/ic_launcher_lockscreen"