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,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="40dp"/>
<solid android:color="#1f7f7f7f"/>
</shape>

View File

@@ -0,0 +1,8 @@
<?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,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:background="#ff000000" android:layout_width="match_parent" android:layout_height="match_parent">
<TextView android:textStyle="italic|bold" android:textColor="#ffffffff" android:gravity="right" android:layout_gravity="top|right" android:id="@+id/br" android:background="#ff000000" android:layout_width="50dp" android:layout_height="40dp" android:text="Reset"/>
<ImageView android:layout_width="5dp" android:layout_height="200dp" android:alpha="0"/>
<LinearLayout android:layout_gravity="center" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="50dp">
<ImageView android:id="@+id/L1" android:layout_width="5dp" android:layout_height="match_parent" android:src="@drawable/off" android:layout_weight="1" android:alpha="0.3"/>
<ImageView android:id="@+id/L2" android:layout_width="5dp" android:layout_height="match_parent" android:src="@drawable/off" android:layout_weight="1" android:alpha="0.3"/>
<ImageView android:id="@+id/L3" android:layout_width="5dp" android:layout_height="match_parent" android:src="@drawable/off" android:layout_weight="1" android:alpha="0.3"/>
<ImageView android:id="@+id/L4" android:layout_width="5dp" android:layout_height="match_parent" android:src="@drawable/off" android:layout_weight="1" android:alpha="0.3"/>
</LinearLayout>
<TextView android:textSize="160dp" android:textStyle="bold" android:textColor="#fffafafa" android:layout_gravity="bottom|center_horizontal" android:id="@+id/preview_view" android:background="@drawable/backr" android:layout_width="328dp" android:layout_height="342dp" android:alpha="0.1" android:fontFamily="serif"/>
</LinearLayout>

View File

@@ -0,0 +1,4 @@
<?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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

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,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</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,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="external_files" path="."/>
</paths>