添加犯困表情

This commit is contained in:
peng 2025-09-17 15:36:41 +08:00
parent 2efff01dcd
commit 600c050308
208 changed files with 215 additions and 2 deletions

View File

@ -26,6 +26,7 @@ public class RobotFaceAnimationManager {
public static final int FACE_LOOP_4 = 4; // 循环表情4 public static final int FACE_LOOP_4 = 4; // 循环表情4
public static final int FACE_HAPPY = 5; // 开心表情 public static final int FACE_HAPPY = 5; // 开心表情
public static final int FACE_SAD = 6; // 悲伤表情 public static final int FACE_SAD = 6; // 悲伤表情
public static final int FACE_FANKUN = 7; // 反困表情
// 动画资源ID数组 // 动画资源ID数组
private static final int[] FACE_ANIMATIONS = { private static final int[] FACE_ANIMATIONS = {
@ -35,7 +36,8 @@ public class RobotFaceAnimationManager {
R.drawable.anim_face_xunhuan3, // 循环表情3 R.drawable.anim_face_xunhuan3, // 循环表情3
R.drawable.anim_face_xunhuan4, // 循环表情4 R.drawable.anim_face_xunhuan4, // 循环表情4
R.drawable.anim_face_happy, // 开心表情 R.drawable.anim_face_happy, // 开心表情
R.drawable.anim_face_sad // 悲伤表情 R.drawable.anim_face_sad, // 悲伤表情
R.drawable.anim_face_fankun // 反困表情
}; };
// 表情名称数组用于日志 // 表情名称数组用于日志
@ -46,7 +48,8 @@ public class RobotFaceAnimationManager {
"循环表情3", "循环表情3",
"循环表情4", "循环表情4",
"开心表情", "开心表情",
"悲伤表情" "悲伤表情",
"反困表情"
}; };
private Context context; private Context context;

View File

@ -0,0 +1,210 @@
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
<!-- 反困表情动画 -->
<item android:drawable="@drawable/fankun_00001" android:duration="33"/>
<item android:drawable="@drawable/fankun_00002" android:duration="33"/>
<item android:drawable="@drawable/fankun_00003" android:duration="33"/>
<item android:drawable="@drawable/fankun_00004" android:duration="33"/>
<item android:drawable="@drawable/fankun_00005" android:duration="33"/>
<item android:drawable="@drawable/fankun_00006" android:duration="33"/>
<item android:drawable="@drawable/fankun_00007" android:duration="33"/>
<item android:drawable="@drawable/fankun_00008" android:duration="33"/>
<item android:drawable="@drawable/fankun_00009" android:duration="33"/>
<item android:drawable="@drawable/fankun_00010" android:duration="33"/>
<item android:drawable="@drawable/fankun_00011" android:duration="33"/>
<item android:drawable="@drawable/fankun_00012" android:duration="33"/>
<item android:drawable="@drawable/fankun_00013" android:duration="33"/>
<item android:drawable="@drawable/fankun_00014" android:duration="33"/>
<item android:drawable="@drawable/fankun_00015" android:duration="33"/>
<item android:drawable="@drawable/fankun_00016" android:duration="33"/>
<item android:drawable="@drawable/fankun_00017" android:duration="33"/>
<item android:drawable="@drawable/fankun_00018" android:duration="33"/>
<item android:drawable="@drawable/fankun_00019" android:duration="33"/>
<item android:drawable="@drawable/fankun_00020" android:duration="33"/>
<item android:drawable="@drawable/fankun_00021" android:duration="33"/>
<item android:drawable="@drawable/fankun_00022" android:duration="33"/>
<item android:drawable="@drawable/fankun_00023" android:duration="33"/>
<item android:drawable="@drawable/fankun_00024" android:duration="33"/>
<item android:drawable="@drawable/fankun_00025" android:duration="33"/>
<item android:drawable="@drawable/fankun_00026" android:duration="33"/>
<item android:drawable="@drawable/fankun_00027" android:duration="33"/>
<item android:drawable="@drawable/fankun_00028" android:duration="33"/>
<item android:drawable="@drawable/fankun_00029" android:duration="33"/>
<item android:drawable="@drawable/fankun_00030" android:duration="33"/>
<item android:drawable="@drawable/fankun_00031" android:duration="33"/>
<item android:drawable="@drawable/fankun_00032" android:duration="33"/>
<item android:drawable="@drawable/fankun_00033" android:duration="33"/>
<item android:drawable="@drawable/fankun_00034" android:duration="33"/>
<item android:drawable="@drawable/fankun_00035" android:duration="33"/>
<item android:drawable="@drawable/fankun_00036" android:duration="33"/>
<item android:drawable="@drawable/fankun_00037" android:duration="33"/>
<item android:drawable="@drawable/fankun_00038" android:duration="33"/>
<item android:drawable="@drawable/fankun_00039" android:duration="33"/>
<item android:drawable="@drawable/fankun_00040" android:duration="33"/>
<item android:drawable="@drawable/fankun_00041" android:duration="33"/>
<item android:drawable="@drawable/fankun_00042" android:duration="33"/>
<item android:drawable="@drawable/fankun_00043" android:duration="33"/>
<item android:drawable="@drawable/fankun_00044" android:duration="33"/>
<item android:drawable="@drawable/fankun_00045" android:duration="33"/>
<item android:drawable="@drawable/fankun_00046" android:duration="33"/>
<item android:drawable="@drawable/fankun_00047" android:duration="33"/>
<item android:drawable="@drawable/fankun_00048" android:duration="33"/>
<item android:drawable="@drawable/fankun_00049" android:duration="33"/>
<item android:drawable="@drawable/fankun_00050" android:duration="33"/>
<item android:drawable="@drawable/fankun_00051" android:duration="33"/>
<item android:drawable="@drawable/fankun_00052" android:duration="33"/>
<item android:drawable="@drawable/fankun_00053" android:duration="33"/>
<item android:drawable="@drawable/fankun_00054" android:duration="33"/>
<item android:drawable="@drawable/fankun_00055" android:duration="33"/>
<item android:drawable="@drawable/fankun_00056" android:duration="33"/>
<item android:drawable="@drawable/fankun_00057" android:duration="33"/>
<item android:drawable="@drawable/fankun_00058" android:duration="33"/>
<item android:drawable="@drawable/fankun_00059" android:duration="33"/>
<item android:drawable="@drawable/fankun_00060" android:duration="33"/>
<item android:drawable="@drawable/fankun_00061" android:duration="33"/>
<item android:drawable="@drawable/fankun_00062" android:duration="33"/>
<item android:drawable="@drawable/fankun_00063" android:duration="33"/>
<item android:drawable="@drawable/fankun_00064" android:duration="33"/>
<item android:drawable="@drawable/fankun_00065" android:duration="33"/>
<item android:drawable="@drawable/fankun_00066" android:duration="33"/>
<item android:drawable="@drawable/fankun_00067" android:duration="33"/>
<item android:drawable="@drawable/fankun_00068" android:duration="33"/>
<item android:drawable="@drawable/fankun_00069" android:duration="33"/>
<item android:drawable="@drawable/fankun_00070" android:duration="33"/>
<item android:drawable="@drawable/fankun_00071" android:duration="33"/>
<item android:drawable="@drawable/fankun_00072" android:duration="33"/>
<item android:drawable="@drawable/fankun_00073" android:duration="33"/>
<item android:drawable="@drawable/fankun_00074" android:duration="33"/>
<item android:drawable="@drawable/fankun_00075" android:duration="33"/>
<item android:drawable="@drawable/fankun_00076" android:duration="33"/>
<item android:drawable="@drawable/fankun_00077" android:duration="33"/>
<item android:drawable="@drawable/fankun_00078" android:duration="33"/>
<item android:drawable="@drawable/fankun_00079" android:duration="33"/>
<item android:drawable="@drawable/fankun_00080" android:duration="33"/>
<item android:drawable="@drawable/fankun_00081" android:duration="33"/>
<item android:drawable="@drawable/fankun_00082" android:duration="33"/>
<item android:drawable="@drawable/fankun_00083" android:duration="33"/>
<item android:drawable="@drawable/fankun_00084" android:duration="33"/>
<item android:drawable="@drawable/fankun_00085" android:duration="33"/>
<item android:drawable="@drawable/fankun_00086" android:duration="33"/>
<item android:drawable="@drawable/fankun_00087" android:duration="33"/>
<item android:drawable="@drawable/fankun_00088" android:duration="33"/>
<item android:drawable="@drawable/fankun_00089" android:duration="33"/>
<item android:drawable="@drawable/fankun_00090" android:duration="33"/>
<item android:drawable="@drawable/fankun_00091" android:duration="33"/>
<item android:drawable="@drawable/fankun_00092" android:duration="33"/>
<item android:drawable="@drawable/fankun_00093" android:duration="33"/>
<item android:drawable="@drawable/fankun_00094" android:duration="33"/>
<item android:drawable="@drawable/fankun_00095" android:duration="33"/>
<item android:drawable="@drawable/fankun_00096" android:duration="33"/>
<item android:drawable="@drawable/fankun_00097" android:duration="33"/>
<item android:drawable="@drawable/fankun_00098" android:duration="33"/>
<item android:drawable="@drawable/fankun_00099" android:duration="33"/>
<item android:drawable="@drawable/fankun_00100" android:duration="33"/>
<item android:drawable="@drawable/fankun_00101" android:duration="33"/>
<item android:drawable="@drawable/fankun_00102" android:duration="33"/>
<item android:drawable="@drawable/fankun_00103" android:duration="33"/>
<item android:drawable="@drawable/fankun_00104" android:duration="33"/>
<item android:drawable="@drawable/fankun_00105" android:duration="33"/>
<item android:drawable="@drawable/fankun_00106" android:duration="33"/>
<item android:drawable="@drawable/fankun_00107" android:duration="33"/>
<item android:drawable="@drawable/fankun_00108" android:duration="33"/>
<item android:drawable="@drawable/fankun_00109" android:duration="33"/>
<item android:drawable="@drawable/fankun_00110" android:duration="33"/>
<item android:drawable="@drawable/fankun_00111" android:duration="33"/>
<item android:drawable="@drawable/fankun_00112" android:duration="33"/>
<item android:drawable="@drawable/fankun_00113" android:duration="33"/>
<item android:drawable="@drawable/fankun_00114" android:duration="33"/>
<item android:drawable="@drawable/fankun_00115" android:duration="33"/>
<item android:drawable="@drawable/fankun_00116" android:duration="33"/>
<item android:drawable="@drawable/fankun_00117" android:duration="33"/>
<item android:drawable="@drawable/fankun_00118" android:duration="33"/>
<item android:drawable="@drawable/fankun_00119" android:duration="33"/>
<item android:drawable="@drawable/fankun_00120" android:duration="33"/>
<item android:drawable="@drawable/fankun_00121" android:duration="33"/>
<item android:drawable="@drawable/fankun_00122" android:duration="33"/>
<item android:drawable="@drawable/fankun_00123" android:duration="33"/>
<item android:drawable="@drawable/fankun_00124" android:duration="33"/>
<item android:drawable="@drawable/fankun_00125" android:duration="33"/>
<item android:drawable="@drawable/fankun_00126" android:duration="33"/>
<item android:drawable="@drawable/fankun_00127" android:duration="33"/>
<item android:drawable="@drawable/fankun_00128" android:duration="33"/>
<item android:drawable="@drawable/fankun_00129" android:duration="33"/>
<item android:drawable="@drawable/fankun_00130" android:duration="33"/>
<item android:drawable="@drawable/fankun_00131" android:duration="33"/>
<item android:drawable="@drawable/fankun_00132" android:duration="33"/>
<item android:drawable="@drawable/fankun_00133" android:duration="33"/>
<item android:drawable="@drawable/fankun_00134" android:duration="33"/>
<item android:drawable="@drawable/fankun_00135" android:duration="33"/>
<item android:drawable="@drawable/fankun_00136" android:duration="33"/>
<item android:drawable="@drawable/fankun_00137" android:duration="33"/>
<item android:drawable="@drawable/fankun_00138" android:duration="33"/>
<item android:drawable="@drawable/fankun_00139" android:duration="33"/>
<item android:drawable="@drawable/fankun_00140" android:duration="33"/>
<item android:drawable="@drawable/fankun_00141" android:duration="33"/>
<item android:drawable="@drawable/fankun_00142" android:duration="33"/>
<item android:drawable="@drawable/fankun_00143" android:duration="33"/>
<item android:drawable="@drawable/fankun_00144" android:duration="33"/>
<item android:drawable="@drawable/fankun_00145" android:duration="33"/>
<item android:drawable="@drawable/fankun_00146" android:duration="33"/>
<item android:drawable="@drawable/fankun_00147" android:duration="33"/>
<item android:drawable="@drawable/fankun_00148" android:duration="33"/>
<item android:drawable="@drawable/fankun_00149" android:duration="33"/>
<item android:drawable="@drawable/fankun_00150" android:duration="33"/>
<item android:drawable="@drawable/fankun_00151" android:duration="33"/>
<item android:drawable="@drawable/fankun_00152" android:duration="33"/>
<item android:drawable="@drawable/fankun_00153" android:duration="33"/>
<item android:drawable="@drawable/fankun_00154" android:duration="33"/>
<item android:drawable="@drawable/fankun_00155" android:duration="33"/>
<item android:drawable="@drawable/fankun_00156" android:duration="33"/>
<item android:drawable="@drawable/fankun_00157" android:duration="33"/>
<item android:drawable="@drawable/fankun_00158" android:duration="33"/>
<item android:drawable="@drawable/fankun_00159" android:duration="33"/>
<item android:drawable="@drawable/fankun_00160" android:duration="33"/>
<item android:drawable="@drawable/fankun_00161" android:duration="33"/>
<item android:drawable="@drawable/fankun_00162" android:duration="33"/>
<item android:drawable="@drawable/fankun_00163" android:duration="33"/>
<item android:drawable="@drawable/fankun_00164" android:duration="33"/>
<item android:drawable="@drawable/fankun_00165" android:duration="33"/>
<item android:drawable="@drawable/fankun_00166" android:duration="33"/>
<item android:drawable="@drawable/fankun_00167" android:duration="33"/>
<item android:drawable="@drawable/fankun_00168" android:duration="33"/>
<item android:drawable="@drawable/fankun_00169" android:duration="33"/>
<item android:drawable="@drawable/fankun_00170" android:duration="33"/>
<item android:drawable="@drawable/fankun_00171" android:duration="33"/>
<item android:drawable="@drawable/fankun_00172" android:duration="33"/>
<item android:drawable="@drawable/fankun_00173" android:duration="33"/>
<item android:drawable="@drawable/fankun_00174" android:duration="33"/>
<item android:drawable="@drawable/fankun_00175" android:duration="33"/>
<item android:drawable="@drawable/fankun_00176" android:duration="33"/>
<item android:drawable="@drawable/fankun_00177" android:duration="33"/>
<item android:drawable="@drawable/fankun_00178" android:duration="33"/>
<item android:drawable="@drawable/fankun_00179" android:duration="33"/>
<item android:drawable="@drawable/fankun_00180" android:duration="33"/>
<item android:drawable="@drawable/fankun_00181" android:duration="33"/>
<item android:drawable="@drawable/fankun_00182" android:duration="33"/>
<item android:drawable="@drawable/fankun_00183" android:duration="33"/>
<item android:drawable="@drawable/fankun_00184" android:duration="33"/>
<item android:drawable="@drawable/fankun_00185" android:duration="33"/>
<item android:drawable="@drawable/fankun_00186" android:duration="33"/>
<item android:drawable="@drawable/fankun_00187" android:duration="33"/>
<item android:drawable="@drawable/fankun_00188" android:duration="33"/>
<item android:drawable="@drawable/fankun_00189" android:duration="33"/>
<item android:drawable="@drawable/fankun_00190" android:duration="33"/>
<item android:drawable="@drawable/fankun_00191" android:duration="33"/>
<item android:drawable="@drawable/fankun_00192" android:duration="33"/>
<item android:drawable="@drawable/fankun_00193" android:duration="33"/>
<item android:drawable="@drawable/fankun_00194" android:duration="33"/>
<item android:drawable="@drawable/fankun_00195" android:duration="33"/>
<item android:drawable="@drawable/fankun_00196" android:duration="33"/>
<item android:drawable="@drawable/fankun_00197" android:duration="33"/>
<item android:drawable="@drawable/fankun_00198" android:duration="33"/>
<item android:drawable="@drawable/fankun_00199" android:duration="33"/>
<item android:drawable="@drawable/fankun_00200" android:duration="33"/>
<item android:drawable="@drawable/fankun_00201" android:duration="33"/>
<item android:drawable="@drawable/fankun_00202" android:duration="33"/>
<item android:drawable="@drawable/fankun_00203" android:duration="33"/>
<item android:drawable="@drawable/fankun_00204" android:duration="33"/>
<item android:drawable="@drawable/fankun_00205" android:duration="33"/>
</animation-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Some files were not shown because too many files have changed in this diff Show More