init commit

This commit is contained in:
2025-10-09 09:57:24 +09:00
commit 4d551bd74f
6636 changed files with 1218703 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="40.0dip" />
<solid android:color="#1f7f7f7f" />
</shape>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<solid android:color="#ffafafaf" />
</shape>
</item>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textStyle="bold|italic" android:textColor="#ffffffff" android:gravity="right" android:layout_gravity="center|right|top" android:id="@id/br" android:background="#ff000000" android:layout_width="50.0dip" android:layout_height="40.0dip" android:text="Reset" />
<ImageView android:layout_width="5.0dip" android:layout_height="200.0dip" android:alpha="0.0" />
<LinearLayout android:layout_gravity="center" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip">
<ImageView android:id="@id/L1" android:layout_width="5.0dip" android:layout_height="fill_parent" android:src="@drawable/off" android:layout_weight="1.0" android:alpha="0.3" />
<ImageView android:id="@id/L2" android:layout_width="5.0dip" android:layout_height="fill_parent" android:src="@drawable/off" android:layout_weight="1.0" android:alpha="0.3" />
<ImageView android:id="@id/L3" android:layout_width="5.0dip" android:layout_height="fill_parent" android:src="@drawable/off" android:layout_weight="1.0" android:alpha="0.3" />
<ImageView android:id="@id/L4" android:layout_width="5.0dip" android:layout_height="fill_parent" android:src="@drawable/off" android:layout_weight="1.0" android:alpha="0.3" />
</LinearLayout>
<TextView android:textSize="160.0dip" android:textStyle="bold" android:textColor="#fffafafa" android:layout_gravity="bottom|center" android:id="@id/preview_view" android:background="@drawable/backr" android:layout_width="328.0dip" android:layout_height="342.0dip" android:alpha="0.1" android:fontFamily="serif" />
</LinearLayout>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@id/action_settings" android:title="Reset" />
</menu>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:fillColor="#FF0000"
android:pathData="M24,0L48,48H0Z" />
</vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item type="id" name="L1" />
<item type="id" name="L2" />
<item type="id" name="L3" />
<item type="id" name="L4" />
<item type="id" name="action_settings" />
<item type="id" name="br" />
<item type="id" name="preview_view" />
<!-- Добавление базового определения attr -->
<attr name="exampleAttr" format="string" />
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="Chenal">0</integer>
</resources>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<public type="drawable" name="backr" id="0x7f010000" />
<public type="drawable" name="backrepeat" id="0x7f010001" />
<public type="drawable" name="off" id="0x7f010002" />
<public type="drawable" name="on" id="0x7f010003" />
<public type="id" name="L1" id="0x7f020000" />
<public type="id" name="L2" id="0x7f020001" />
<public type="id" name="L3" id="0x7f020002" />
<public type="id" name="L4" id="0x7f020003" />
<public type="id" name="action_settings" id="0x7f020004" />
<public type="id" name="br" id="0x7f020005" />
<public type="id" name="preview_view" id="0x7f020006" />
<public type="integer" name="Chenal" id="0x7f030000" />
<public type="layout" name="activity" id="0x7f040000" />
<public type="menu" name="main" id="0x7f050000" />
<public type="mipmap" name="ic_launcher" id="0x7f060000" />
<public type="string" name="app_name" id="0x7f070000" />
<public type="string" name="notification_description" id="0x7f070001" />
<public type="xml" name="file_paths" id="0x7f080000" />
</resources>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SmartVPN</string>
<string name="notification_description">Load update</string>
</resources>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<paths
xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="external_files" path="." />
</paths>