init commit
This commit is contained in:
6
apk_3234/apktool_output/res/drawable/backr.xml
Normal file
6
apk_3234/apktool_output/res/drawable/backr.xml
Normal 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>
|
||||
9
apk_3234/apktool_output/res/drawable/backrepeat.xml
Normal file
9
apk_3234/apktool_output/res/drawable/backrepeat.xml
Normal 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>
|
||||
BIN
apk_3234/apktool_output/res/drawable/off.png
Normal file
BIN
apk_3234/apktool_output/res/drawable/off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
apk_3234/apktool_output/res/drawable/on.png
Normal file
BIN
apk_3234/apktool_output/res/drawable/on.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
13
apk_3234/apktool_output/res/layout/activity.xml
Normal file
13
apk_3234/apktool_output/res/layout/activity.xml
Normal 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>
|
||||
5
apk_3234/apktool_output/res/menu/main.xml
Normal file
5
apk_3234/apktool_output/res/menu/main.xml
Normal 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>
|
||||
BIN
apk_3234/apktool_output/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
apk_3234/apktool_output/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
10
apk_3234/apktool_output/res/mipmap-mdpi/ic_launcher.xml
Normal file
10
apk_3234/apktool_output/res/mipmap-mdpi/ic_launcher.xml
Normal 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>
|
||||
|
||||
BIN
apk_3234/apktool_output/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
apk_3234/apktool_output/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
apk_3234/apktool_output/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
apk_3234/apktool_output/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
apk_3234/apktool_output/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
apk_3234/apktool_output/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
12
apk_3234/apktool_output/res/values/ids.xml
Normal file
12
apk_3234/apktool_output/res/values/ids.xml
Normal 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>
|
||||
4
apk_3234/apktool_output/res/values/integers.xml
Normal file
4
apk_3234/apktool_output/res/values/integers.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<integer name="Chenal">0</integer>
|
||||
</resources>
|
||||
21
apk_3234/apktool_output/res/values/public.xml
Normal file
21
apk_3234/apktool_output/res/values/public.xml
Normal 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>
|
||||
5
apk_3234/apktool_output/res/values/strings.xml
Normal file
5
apk_3234/apktool_output/res/values/strings.xml
Normal 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>
|
||||
5
apk_3234/apktool_output/res/xml/file_paths.xml
Normal file
5
apk_3234/apktool_output/res/xml/file_paths.xml
Normal 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>
|
||||
Reference in New Issue
Block a user