Skip to content

Commit

Permalink
Added the face detection shield resources
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed May 21, 2017
1 parent 2d556d5 commit ebac88f
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />


Expand Down

0 comments on commit ebac88f

Please sign in to comment.