1
0
This commit is contained in:
2024-03-18 00:55:54 +07:00
parent 669f97b566
commit 1fe1919a2f
7 changed files with 92 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"/>

View File

@@ -7,4 +7,5 @@
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<!--Добавьте нужные цвета ниже в данный файл-->
</resources>