diff --git a/oneSheeld/src/main/java/com/integreight/onesheeld/enums/UIShield.java b/oneSheeld/src/main/java/com/integreight/onesheeld/enums/UIShield.java index 678099e4a..186f17be4 100644 --- a/oneSheeld/src/main/java/com/integreight/onesheeld/enums/UIShield.java +++ b/oneSheeld/src/main/java/com/integreight/onesheeld/enums/UIShield.java @@ -142,7 +142,7 @@ public enum UIShield { GLCD_SHIELD((byte) 0x28, R.string.glcd_shield_name, 0xff03d203, R.drawable.shields_list_glcd_symbol, false, GlcdShield.class, GlcdFragment.class), COLOR_DETECTION_SHIELD((byte) 0x05, R.string.color_detector_shield_name, 0xffde1f26, R.drawable.shields_list_color_detector_symbol, false, ColorDetectionShield.class, ColorDetectionFragment.class, 1), VIBRATION_SHIELD((byte) 0x2A, R.string.vibration_shield_name, 0xffde1f26, R.drawable.shields_list_vibration_symbol, false, VibrationShield.class, VibrationFragment.class, 1), - FACE_DETECTION((byte) 0x2D, R.string.face_detection_shield_name, 0xff0b4c8d, R.drawable.shields_list_camera_symbol, false, FaceDetectionShield.class, FaceDetectionFragment.class, 1); + FACE_DETECTION((byte) 0x2D, R.string.face_detection_shield_name, 0xff0b4c8d, R.drawable.shields_list_face_detection_symbol, false, FaceDetectionShield.class, FaceDetectionFragment.class, 1); public static int[] colors = new int[]{0xff03d203, 0xffd4d903, 0xffe28203, 0xffe93f03, 0xff0362c0, 0xff03c0ae, 0xffc0034c, 0xff99bd03, 0xff40039f, 0xffb97547, 0xffc0039d, 0xff266a5d, diff --git a/oneSheeld/src/main/res/drawable-hdpi/face_detection_shield_screen_logo.png b/oneSheeld/src/main/res/drawable-hdpi/face_detection_shield_screen_logo.png new file mode 100644 index 000000000..feb933faa Binary files /dev/null and b/oneSheeld/src/main/res/drawable-hdpi/face_detection_shield_screen_logo.png differ diff --git a/oneSheeld/src/main/res/drawable-hdpi/shields_list_face_detection_symbol.png b/oneSheeld/src/main/res/drawable-hdpi/shields_list_face_detection_symbol.png new file mode 100644 index 000000000..3d5226a96 Binary files /dev/null and b/oneSheeld/src/main/res/drawable-hdpi/shields_list_face_detection_symbol.png differ diff --git a/oneSheeld/src/main/res/drawable-mdpi/face_detection_shield_screen_logo.png b/oneSheeld/src/main/res/drawable-mdpi/face_detection_shield_screen_logo.png new file mode 100644 index 000000000..76a29e2cf Binary files /dev/null and b/oneSheeld/src/main/res/drawable-mdpi/face_detection_shield_screen_logo.png differ diff --git a/oneSheeld/src/main/res/drawable-mdpi/shields_list_face_detection_symbol.png b/oneSheeld/src/main/res/drawable-mdpi/shields_list_face_detection_symbol.png new file mode 100644 index 000000000..025de98e5 Binary files /dev/null and b/oneSheeld/src/main/res/drawable-mdpi/shields_list_face_detection_symbol.png differ diff --git a/oneSheeld/src/main/res/drawable-xhdpi/face_detection_shield_screen_logo.png b/oneSheeld/src/main/res/drawable-xhdpi/face_detection_shield_screen_logo.png new file mode 100644 index 000000000..337e9f9cd Binary files /dev/null and b/oneSheeld/src/main/res/drawable-xhdpi/face_detection_shield_screen_logo.png differ diff --git a/oneSheeld/src/main/res/drawable-xhdpi/shields_list_face_detection_symbol.png b/oneSheeld/src/main/res/drawable-xhdpi/shields_list_face_detection_symbol.png new file mode 100644 index 000000000..0f87857d4 Binary files /dev/null and b/oneSheeld/src/main/res/drawable-xhdpi/shields_list_face_detection_symbol.png differ diff --git a/oneSheeld/src/main/res/drawable-xxhdpi/face_detection_shield_screen_logo.png b/oneSheeld/src/main/res/drawable-xxhdpi/face_detection_shield_screen_logo.png new file mode 100644 index 000000000..157b68622 Binary files /dev/null and b/oneSheeld/src/main/res/drawable-xxhdpi/face_detection_shield_screen_logo.png differ diff --git a/oneSheeld/src/main/res/drawable-xxhdpi/shields_list_face_detection_symbol.png b/oneSheeld/src/main/res/drawable-xxhdpi/shields_list_face_detection_symbol.png new file mode 100644 index 000000000..e70aa1e99 Binary files /dev/null and b/oneSheeld/src/main/res/drawable-xxhdpi/shields_list_face_detection_symbol.png differ diff --git a/oneSheeld/src/main/res/layout/face_detection_shield_fragment_layout.xml b/oneSheeld/src/main/res/layout/face_detection_shield_fragment_layout.xml index d7eace3b8..f71a97436 100644 --- a/oneSheeld/src/main/res/layout/face_detection_shield_fragment_layout.xml +++ b/oneSheeld/src/main/res/layout/face_detection_shield_fragment_layout.xml @@ -8,7 +8,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" - android:background="@drawable/camera_shield_screen_logo" + android:background="@drawable/face_detection_shield_screen_logo" android:contentDescription="@string/app_name" />