diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0e2700d..3b97244 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,45 +1,46 @@ - + android:versionCode="30" + android:versionName="2.0" > - + + + android:icon="@drawable/icon" + android:label="@string/app_name" + android:theme="@android:style/Theme.NoTitleBar"> + android:name=".activity.MainPageActivity" + android:configChanges="orientation|keyboardHidden" + android:launchMode="singleInstance" + android:screenOrientation="portrait"> - - - + + - - - - - - - + + + + + + + - + + - + - - + + \ No newline at end of file diff --git a/gen/com/netease/qa/emmagee/R.java b/gen/com/netease/qa/emmagee/R.java deleted file mode 100644 index a8efacc..0000000 --- a/gen/com/netease/qa/emmagee/R.java +++ /dev/null @@ -1,81 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ - -package com.netease.qa.emmagee; - -public final class R { - public static final class attr { - } - public static final class drawable { - public static final int button_bg=0x7f020000; - public static final int close=0x7f020001; - public static final int ic_launcher=0x7f020002; - public static final int icon=0x7f020003; - public static final int meminfo=0x7f020004; - } - public static final class id { - public static final int Lin=0x7f050003; - public static final int b=0x7f050001; - public static final int cpu1=0x7f050017; - public static final int cpu2=0x7f050018; - public static final int cpu_info=0x7f050000; - public static final int floating=0x7f050015; - public static final int floating_Window=0x7f050014; - public static final int image=0x7f05000a; - public static final int img1=0x7f050002; - public static final int memoryinfo=0x7f05000e; - public static final int memtotal=0x7f050005; - public static final int memunused=0x7f050004; - public static final int password=0x7f050011; - public static final int processList=0x7f05000c; - public static final int rb=0x7f050009; - public static final int recipients=0x7f050013; - public static final int save=0x7f050016; - public static final int sender=0x7f050010; - public static final int smtp=0x7f050012; - public static final int stop=0x7f050008; - public static final int test=0x7f05000d; - public static final int text=0x7f05000b; - public static final int time=0x7f05000f; - public static final int traffic=0x7f050006; - public static final int wifi=0x7f050007; - } - public static final class layout { - public static final int cpu=0x7f030000; - public static final int floating=0x7f030001; - public static final int list_item=0x7f030002; - public static final int mainpage=0x7f030003; - public static final int memory=0x7f030004; - public static final int settings=0x7f030005; - public static final int systemstat=0x7f030006; - } - public static final class string { - public static final int app_name=0x7f040001; - public static final int app_name1=0x7f040002; - public static final int app_name2=0x7f040003; - public static final int app_name3=0x7f040004; - public static final int app_name4=0x7f040005; - public static final int bg=0x7f040009; - public static final int closewifi=0x7f040015; - public static final int collect=0x7f04000c; - public static final int cpu=0x7f040008; - public static final int hello=0x7f040000; - public static final int memoryinfo=0x7f04000b; - public static final int ok=0x7f040013; - public static final int openwifi=0x7f040014; - public static final int password=0x7f04000f; - public static final int receiver=0x7f04000d; - public static final int seconds=0x7f040011; - public static final int sender=0x7f04000e; - public static final int smtp=0x7f040010; - public static final int start=0x7f040007; - public static final int stopTest=0x7f040016; - public static final int system=0x7f040006; - public static final int testmemory=0x7f04000a; - public static final int window=0x7f040012; - } -} diff --git a/project.properties b/project.properties index f049142..ea89160 100644 --- a/project.properties +++ b/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-10 +target=android-8 diff --git a/res/drawable-hdpi/actionbar_bg.9.png b/res/drawable-hdpi/actionbar_bg.9.png new file mode 100644 index 0000000..ea41b6e Binary files /dev/null and b/res/drawable-hdpi/actionbar_bg.9.png differ diff --git a/res/drawable-hdpi/bottom_bg.png b/res/drawable-hdpi/bottom_bg.png new file mode 100644 index 0000000..fa426fe Binary files /dev/null and b/res/drawable-hdpi/bottom_bg.png differ diff --git a/res/drawable-hdpi/btn_back.png b/res/drawable-hdpi/btn_back.png new file mode 100644 index 0000000..d154f5d Binary files /dev/null and b/res/drawable-hdpi/btn_back.png differ diff --git a/res/drawable-hdpi/btn_save.png b/res/drawable-hdpi/btn_save.png new file mode 100644 index 0000000..43fc20e Binary files /dev/null and b/res/drawable-hdpi/btn_save.png differ diff --git a/res/drawable-hdpi/btn_test.png b/res/drawable-hdpi/btn_test.png new file mode 100644 index 0000000..e497a64 Binary files /dev/null and b/res/drawable-hdpi/btn_test.png differ diff --git a/res/drawable-hdpi/btn_test_press.png b/res/drawable-hdpi/btn_test_press.png new file mode 100644 index 0000000..f87e0db Binary files /dev/null and b/res/drawable-hdpi/btn_test_press.png differ diff --git a/res/drawable-hdpi/checked_icon.png b/res/drawable-hdpi/checked_icon.png new file mode 100644 index 0000000..66727de Binary files /dev/null and b/res/drawable-hdpi/checked_icon.png differ diff --git a/res/drawable-hdpi/goback.png b/res/drawable-hdpi/goback.png new file mode 100644 index 0000000..1472206 Binary files /dev/null and b/res/drawable-hdpi/goback.png differ diff --git a/res/drawable-hdpi/right_arrow.png b/res/drawable-hdpi/right_arrow.png new file mode 100644 index 0000000..ca9c12d Binary files /dev/null and b/res/drawable-hdpi/right_arrow.png differ diff --git a/res/drawable-hdpi/seekbar_thumb_normal.png b/res/drawable-hdpi/seekbar_thumb_normal.png new file mode 100644 index 0000000..91b9362 Binary files /dev/null and b/res/drawable-hdpi/seekbar_thumb_normal.png differ diff --git a/res/drawable-hdpi/seekbar_thumb_pressed.png b/res/drawable-hdpi/seekbar_thumb_pressed.png new file mode 100644 index 0000000..b897d22 Binary files /dev/null and b/res/drawable-hdpi/seekbar_thumb_pressed.png differ diff --git a/res/drawable-hdpi/settings.png b/res/drawable-hdpi/settings.png new file mode 100644 index 0000000..79f590b Binary files /dev/null and b/res/drawable-hdpi/settings.png differ diff --git a/res/drawable-hdpi/settings_pressed.png b/res/drawable-hdpi/settings_pressed.png new file mode 100644 index 0000000..6c8cfe1 Binary files /dev/null and b/res/drawable-hdpi/settings_pressed.png differ diff --git a/res/drawable-hdpi/unchecked_icon.png b/res/drawable-hdpi/unchecked_icon.png new file mode 100644 index 0000000..ef99cc5 Binary files /dev/null and b/res/drawable-hdpi/unchecked_icon.png differ diff --git a/res/drawable/custom_checkbox.xml b/res/drawable/custom_checkbox.xml new file mode 100644 index 0000000..faaac8f --- /dev/null +++ b/res/drawable/custom_checkbox.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/custom_seekbar.xml b/res/drawable/custom_seekbar.xml new file mode 100644 index 0000000..00981cc --- /dev/null +++ b/res/drawable/custom_seekbar.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/float_button.xml b/res/drawable/float_button.xml new file mode 100644 index 0000000..bf1fc3c --- /dev/null +++ b/res/drawable/float_button.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/seekbar_thumb.xml b/res/drawable/seekbar_thumb.xml new file mode 100644 index 0000000..a0028b4 --- /dev/null +++ b/res/drawable/seekbar_thumb.xml @@ -0,0 +1,8 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/settings_button.xml b/res/drawable/settings_button.xml new file mode 100644 index 0000000..a7bf01a --- /dev/null +++ b/res/drawable/settings_button.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/res/drawable/test_button.xml b/res/drawable/test_button.xml new file mode 100644 index 0000000..36582e6 --- /dev/null +++ b/res/drawable/test_button.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/res/layout/about.xml b/res/layout/about.xml new file mode 100644 index 0000000..0d6c386 --- /dev/null +++ b/res/layout/about.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/cpu.xml b/res/layout/cpu.xml deleted file mode 100644 index e3f23ec..0000000 --- a/res/layout/cpu.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - -