format code

This commit is contained in:
MarcaDian
2025-10-12 23:38:32 +03:00
parent 814a342879
commit 74ebb8b15b
5 changed files with 6 additions and 7 deletions

View File

@@ -33,4 +33,4 @@
</aapt:attr>
</path>
</group>
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
</adaptive-icon>

View File

@@ -7,6 +7,5 @@
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="ic_launcher_background">#1B1B1B</color>
</resources>
<color name="ic_launcher_background">#FF1B1B1B</color>
</resources>

View File

@@ -11,4 +11,4 @@
<plurals name="selected_count">
<item quantity="other">%d selected</item>
</plurals>
</resources>
</resources>

View File

@@ -6,4 +6,4 @@
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>
</resources>
</resources>