-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathunnamed.patch
129 lines (125 loc) · 5.21 KB
/
unnamed.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Index: app/src/main/res/layout/my_command_layout.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- app/src/main/res/layout/my_command_layout.xml (date 1539244180000)
+++ app/src/main/res/layout/my_command_layout.xml (date 1539263652000)
@@ -9,15 +9,17 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
- android:layout_marginEnd="50dp"
- android:layout_marginStart="50dp"
+ android:layout_marginEnd="25dp"
+ android:layout_marginStart="25dp"
android:layout_marginTop="8dp"
android:background="@drawable/my_command_bubble"
+ android:elevation="4dp"
+ android:gravity="center"
android:orientation="vertical"
- android:paddingBottom="4dp"
+ android:paddingBottom="2dp"
android:paddingEnd="10dp"
android:paddingStart="10dp"
- android:paddingTop="4dp">
+ android:paddingTop="2dp">
<TextView
android:id="@+id/my_command_view"
Index: app/src/main/res/layout/my_first_message_layout.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- app/src/main/res/layout/my_first_message_layout.xml (date 1539244180000)
+++ app/src/main/res/layout/my_first_message_layout.xml (date 1539263652000)
@@ -10,9 +10,10 @@
android:layout_height="wrap_content"
android:layout_gravity="end"
android:layout_marginEnd="4dp"
- android:layout_marginStart="100dp"
+ android:layout_marginStart="50dp"
android:layout_marginTop="8dp"
android:background="@drawable/my_first_message_bubble"
+ android:elevation="4dp"
android:orientation="vertical"
android:paddingBottom="4dp"
android:paddingEnd="20dp"
Index: app/src/main/res/layout/my_message_layout.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- app/src/main/res/layout/my_message_layout.xml (date 1539244180000)
+++ app/src/main/res/layout/my_message_layout.xml (date 1539265817000)
@@ -9,15 +9,16 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
- android:layout_marginEnd="4dp"
- android:layout_marginStart="100dp"
+ android:layout_marginEnd="6dp"
+ android:layout_marginStart="50dp"
android:layout_marginTop="2dp"
- android:background="@drawable/my_message_bubble"
+ android:background="@drawable/balloon_outgoing_normal"
+ android:elevation="4dp"
android:orientation="vertical"
- android:paddingBottom="4dp"
+ android:paddingBottom="2dp"
android:paddingEnd="20dp"
android:paddingStart="10dp"
- android:paddingTop="4dp">
+ android:paddingTop="2dp">
<TextView
android:id="@+id/my_message_view"
Index: app/src/main/res/layout/other_first_message_layout.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- app/src/main/res/layout/other_first_message_layout.xml (date 1539244180000)
+++ app/src/main/res/layout/other_first_message_layout.xml (date 1539263621000)
@@ -9,14 +9,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start"
- android:layout_marginEnd="100dp"
+ android:layout_marginEnd="50dp"
android:layout_marginTop="8dp"
android:background="@drawable/other_first_message_bubble"
+ android:elevation="4dp"
android:orientation="vertical"
- android:paddingBottom="4dp"
+ android:paddingBottom="2dp"
android:paddingEnd="10dp"
android:paddingStart="20dp"
- android:paddingTop="4dp">
+ android:paddingTop="2dp">
<TextView
android:id="@+id/other_first_name_view"
Index: app/src/main/res/layout/other_message_layout.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- app/src/main/res/layout/other_message_layout.xml (date 1539244180000)
+++ app/src/main/res/layout/other_message_layout.xml (date 1539265817000)
@@ -9,14 +9,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start"
- android:layout_marginEnd="100dp"
+ android:layout_marginEnd="50dp"
android:layout_marginTop="2dp"
android:background="@drawable/other_message_bubble"
+ android:elevation="4dp"
android:orientation="vertical"
- android:paddingBottom="4dp"
+ android:paddingBottom="2dp"
android:paddingEnd="10dp"
android:paddingStart="20dp"
- android:paddingTop="4dp">
+ android:paddingTop="2dp">
<!--<TextView-->
<!--android:id="@+id/other_name_view"-->