├── PhoneSafer ├── .classpath ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── AndroidManifest.xml ├── libs │ ├── android-support-v4.jar │ └── xcl-charts.jar ├── proguard-project.txt ├── project.properties ├── res │ ├── anim │ │ └── out_left.xml │ ├── color │ │ ├── cpb_complete_state_selector.xml │ │ ├── cpb_error_state_selector.xml │ │ └── cpb_idle_state_selector.xml │ ├── drawable-hdpi │ │ ├── a.png │ │ ├── bitmap_book_read_chapterlist_repeat.png │ │ ├── btn_off_bg.png │ │ ├── btn_on_bg.png │ │ ├── checkbox_off.png │ │ ├── checkbox_on.png │ │ ├── checked.png │ │ ├── ic_action_accept.png │ │ ├── ic_action_cancel.png │ │ ├── ic_category_mark.png │ │ ├── ic_item_normal_bg.png │ │ ├── ic_item_selected_bg.png │ │ ├── ic_launcher.png │ │ ├── ic_launcher2.png │ │ ├── img_background_button_splash_audio_enabled_normal.png │ │ ├── img_button_minilyric_unlock_ics.png │ │ ├── ios7_switch_off.png │ │ ├── ios7_switch_on.png │ │ ├── jian.png │ │ ├── later.png │ │ ├── light.png │ │ ├── model_select.png │ │ ├── pressed.png │ │ ├── sleep.png │ │ ├── start.png │ │ ├── support.png │ │ ├── switch_btn_off.png │ │ ├── switch_btn_on.png │ │ ├── switch_btn_slipper.png │ │ ├── toggle_btn_checked.png │ │ ├── toggle_btn_unchecked.png │ │ ├── umeng_fb_see_list_normal.png │ │ ├── umeng_fb_see_list_pressed.png │ │ └── vibrator_remind.png │ ├── drawable-xhdpi │ │ ├── checkswitch_bottom.png │ │ ├── checkswitch_btn_pressed.png │ │ ├── checkswitch_btn_unpressed.png │ │ ├── checkswitch_frame.png │ │ ├── checkswitch_mask.png │ │ ├── scrubber_control_disabled_holo.png │ │ ├── scrubber_control_focused_holo.png │ │ ├── scrubber_control_normal_holo.png │ │ └── scrubber_control_pressed_holo.png │ ├── drawable │ │ ├── checkbox_iphone.xml │ │ ├── cpb_background.xml │ │ ├── imageview_selector.xml │ │ ├── ios7_btn.xml │ │ ├── seek_arc_control_selector.xml │ │ ├── seekbar_volume_color_style.xml │ │ ├── selector_category_item.xml │ │ ├── switch_btn.xml │ │ └── toggle_btn.xml │ ├── layout │ │ ├── activity_gesture_unlock_setting.xml │ │ ├── activity_main.xml │ │ ├── activity_model_setting.xml │ │ ├── activity_more_setting.xml │ │ ├── activity_password_setting.xml │ │ ├── activity_ring_setting_select.xml │ │ ├── activity_setting_delay_time.xml │ │ ├── activity_setting_speedvalue.xml │ │ ├── activity_setting_speedvalue_degree.xml │ │ ├── activity_unlock.xml │ │ ├── activity_welcome.xml │ │ ├── fragment1.xml │ │ ├── fragment2.xml │ │ ├── fragment_main.xml │ │ ├── lock_screen_passward.xml │ │ ├── ring_select_adapter.xml │ │ ├── ring_setting_activity.xml │ │ └── select_iamgebutton_adapter.xml │ ├── menu │ │ └── main.xml │ ├── raw │ │ ├── alarmsound.mp3 │ │ └── blipblip.mp3 │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ ├── values-w820dp │ │ └── dimens.xml │ ├── values │ │ ├── attrs.xml │ │ ├── colors.xml │ │ ├── dimens.xml │ │ ├── library_circularprogressbutton_strings.xml │ │ ├── strings.xml │ │ └── styles.xml │ └── xml │ │ └── my_admin.xml └── src │ └── com │ ├── dd │ └── loadlingButton │ │ ├── CircularAnimatedDrawable.java │ │ ├── CircularProgressButton.java │ │ ├── CircularProgressDrawable.java │ │ ├── MorphingAnimation.java │ │ ├── OnAnimationEndListener.java │ │ ├── StateManager.java │ │ └── StrokeGradientDrawable.java │ └── hy2014 │ └── phonesafer │ ├── activity │ ├── .gitignore │ ├── AsyncTaskTest.java │ ├── BaseActivity.java │ ├── BaseActivityAbstrat.java │ ├── BitmapLoadTest.java │ ├── DeviceManagerActivity.java │ ├── HomeKeyLocker.java │ ├── HowViewDraw.java │ ├── MainActivity.java │ ├── MediaButtonReceiver.java │ ├── SelectRingTypeActivity.java │ ├── SettingDelayTimeActivity.java │ ├── SettingModelActivity.java │ ├── SettingPasswordActivity.java │ ├── SettingRingActivity.java │ ├── SettingXYAngleActivity.java │ └── WelcomeActivity.java │ ├── adapter │ ├── RingAppSettingAdapter.java │ └── RingSettingAdapter.java │ ├── broadcast │ └── AdminReceiver.java │ ├── fragment │ ├── Fragment1.java │ ├── Fragment2.java │ └── FragmentMainRotatActivity.java │ ├── gestureLock │ ├── GesturUnlockActivity.java │ ├── GestureLockSettingActivity.java │ ├── GestureLockView.java │ └── MyCircle.java │ ├── service │ └── AppService.java │ ├── utils │ ├── ActivityUtil.java │ ├── BitmapUtil.java │ ├── ConnectHttp.java │ ├── DrawableManager.java │ ├── LogUtil.java │ ├── ObjectTransfer.java │ ├── SortAlgorithm.java │ └── ToastUtil.java │ └── view │ ├── CheckSwitchButton.java │ ├── CustomImageView.java │ ├── FrameAnimationController.java │ ├── GaugeChart01View.java │ ├── SeekArc.java │ └── SlideMenu.java └── README.md /PhoneSafer/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /PhoneSafer/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | PhoneSafer 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /PhoneSafer/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//src/com/hy2014/phonesafer/view/GaugeChart01View.java=UTF-8 3 | -------------------------------------------------------------------------------- /PhoneSafer/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 39 | 40 | 41 | 42 | 45 | 46 | 47 | 48 | 49 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 90 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 107 | 108 | 109 | -------------------------------------------------------------------------------- /PhoneSafer/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/libs/android-support-v4.jar -------------------------------------------------------------------------------- /PhoneSafer/libs/xcl-charts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/libs/xcl-charts.jar -------------------------------------------------------------------------------- /PhoneSafer/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /PhoneSafer/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-19 15 | android.library=false 16 | -------------------------------------------------------------------------------- /PhoneSafer/res/anim/out_left.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | -------------------------------------------------------------------------------- /PhoneSafer/res/color/cpb_complete_state_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 9 | 11 | -------------------------------------------------------------------------------- /PhoneSafer/res/color/cpb_error_state_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 9 | 11 | -------------------------------------------------------------------------------- /PhoneSafer/res/color/cpb_idle_state_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 7 | 9 | 11 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/a.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/bitmap_book_read_chapterlist_repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/bitmap_book_read_chapterlist_repeat.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/btn_off_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/btn_off_bg.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/btn_on_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/btn_on_bg.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/checkbox_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/checkbox_off.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/checkbox_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/checkbox_on.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/checked.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ic_action_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ic_action_accept.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ic_action_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ic_action_cancel.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ic_category_mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ic_category_mark.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ic_item_normal_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ic_item_normal_bg.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ic_item_selected_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ic_item_selected_bg.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ic_launcher2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ic_launcher2.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/img_background_button_splash_audio_enabled_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/img_background_button_splash_audio_enabled_normal.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/img_button_minilyric_unlock_ics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/img_button_minilyric_unlock_ics.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ios7_switch_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ios7_switch_off.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/ios7_switch_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/ios7_switch_on.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/jian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/jian.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/later.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/later.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/light.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/model_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/model_select.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/pressed.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/sleep.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/start.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/support.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/switch_btn_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/switch_btn_off.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/switch_btn_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/switch_btn_on.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/switch_btn_slipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/switch_btn_slipper.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/toggle_btn_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/toggle_btn_checked.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/toggle_btn_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/toggle_btn_unchecked.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/umeng_fb_see_list_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/umeng_fb_see_list_normal.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/umeng_fb_see_list_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/umeng_fb_see_list_pressed.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-hdpi/vibrator_remind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-hdpi/vibrator_remind.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/checkswitch_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/checkswitch_bottom.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/checkswitch_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/checkswitch_btn_pressed.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/checkswitch_btn_unpressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/checkswitch_btn_unpressed.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/checkswitch_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/checkswitch_frame.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/checkswitch_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/checkswitch_mask.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/scrubber_control_disabled_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/scrubber_control_disabled_holo.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/scrubber_control_focused_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/scrubber_control_focused_holo.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/scrubber_control_normal_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/scrubber_control_normal_holo.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable-xhdpi/scrubber_control_pressed_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingdawin/AndroidSensor/7225bc98e6e154c31e1e2f0a4bed289876185a26/PhoneSafer/res/drawable-xhdpi/scrubber_control_pressed_holo.png -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/checkbox_iphone.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/cpb_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/imageview_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/ios7_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/seek_arc_control_selector.xml: -------------------------------------------------------------------------------- 1 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/seekbar_volume_color_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | 11 | 12 | 18 | 19 | 20 | 21 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 37 | 38 | 39 | 40 | 53 | 54 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/selector_category_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/switch_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PhoneSafer/res/drawable/toggle_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /PhoneSafer/res/layout/activity_gesture_unlock_setting.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | 26 | 27 | 28 | 39 | 40 | -------------------------------------------------------------------------------- /PhoneSafer/res/layout/activity_main.xml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 14 | 15 | 16 | 17 | 18 | 22 | 23 | 27 | 28 | 34 | 35 | 44 | 45 | 51 | 52 | 53 | 57 | 58 | 59 | 63 | 64 | 69 | 70 | 79 | 80 | 81 | 87 | 88 | 89 | 93 | 94 | 95 | 99 | 100 | 105 | 106 | 115 | 116 | 117 | 123 | 124 | 125 | 129 | 130 | 131 | 135 | 136 | 141 | 142 | 151 | 152 | 153 | 159 | 160 | 161 | 165 | 166 | 167 | 171 | 172 | 177 | 178 | 187 | 188 | 189 | 195 | 196 | 197 | 201 | 202 | 203 | 204 | 208 | 209 | 214 | 215 | 224 | 225 | 226 | 232 | 233 | 234 | 238 | 239 | 240 | 241 | 242 | 249 | 250 | 255 | 256 | 265 | 266 | 267 | 272 | 273 | 274 | 278 | 279 | 285 | 286 | 287 | 288 | 296 | 297 | 310 | 311 | 312 | -------------------------------------------------------------------------------- /PhoneSafer/res/layout/activity_model_setting.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 14 | 15 | 22 | 23 | 30 | 31 | -------------------------------------------------------------------------------- /PhoneSafer/res/layout/activity_more_setting.xml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 15 | 16 | 17 | 18 | 22 | 23 | 24 | 25 | 31 | 32 |