File tree Expand file tree Collapse file tree 4 files changed +12
-41
lines changed
java/com/efraespada/stringobfuscator Expand file tree Collapse file tree 4 files changed +12
-41
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ protected void onCreate(Bundle savedInstanceState) {
39
39
}
40
40
});
41
41
42
- boolean equals = SC .reveal (R .string .c3po ).equals (getString (R .string .c3po_ ));
42
+ boolean equals = SC .reveal (R .string .hello_world_b ).equals (getString (R .string .hello_world_a ));
43
43
String areEquals = "Same result: " + equals ;
44
44
((TextView ) findViewById (R .id .same_value )).setText (areEquals );
45
45
}
Original file line number Diff line number Diff line change 118
118
android : paddingStart =" 25dp"
119
119
android : paddingEnd =" 25dp"
120
120
android : textSize =" 12sp"
121
- android : text =" @string/c3po "
121
+ android : text =" @string/hello_world_b "
122
122
android : textColor =" @android:color/black"
123
123
app : html =" false"
124
124
app : visible =" true" />
128
128
android : layout_height =" wrap_content"
129
129
android : layout_gravity =" center_horizontal"
130
130
android : layout_marginTop =" 15dp"
131
- android : text =" @string/c3po_ "
131
+ android : text =" @string/hello_world_a "
132
132
android : textSize =" 12sp"
133
133
android : paddingStart =" 25dp"
134
134
android : paddingEnd =" 25dp"
147
147
<com .stringcare.library.SCTextView
148
148
android : layout_width =" wrap_content"
149
149
android : layout_height =" wrap_content"
150
- android : layout_gravity =" start "
150
+ android : layout_gravity =" center_horizontal "
151
151
android : paddingStart =" 25dp"
152
152
android : paddingEnd =" 25dp"
153
+ android : layout_marginTop =" 15dp"
153
154
android : textSize =" 12sp"
154
- android : text =" @string/c3po_no_android_treatment "
155
+ android : text =" @string/hello_world_c "
155
156
android : textColor =" @android:color/black"
156
157
app : html =" false"
157
158
app : androidTreatment =" false"
Original file line number Diff line number Diff line change 7
7
</string >
8
8
<string name =" pattern" hidden =" true" >%1$s (%2$d)</string >
9
9
<string name =" snake_msg_hidden" hidden =" true" >\n\nla-li-lu-le-lo\n\n🐍😄🍉</string >
10
- <string name =" c3po" hidden =" true" translatable =" true" >
11
- +---[RSA 2048]----+
12
- |.*++ o.o. |
13
- |.+B + oo. |
14
- | +++ *+. |
15
- | .o.Oo.+E |
16
- | ++B.S. |
17
- | o * =. |
18
- | + = o |
19
- | + = = . |
20
- | + o o |
21
- +----[SHA256]-----+
10
+ <string name =" hello_world_a" >Hello
11
+ World
22
12
</string >
23
- <string name =" c3po_" translatable =" true" >
24
- +---[RSA 2048]----+
25
- |.*++ o.o. |
26
- |.+B + oo. |
27
- | +++ *+. |
28
- | .o.Oo.+E |
29
- | ++B.S. |
30
- | o * =. |
31
- | + = o |
32
- | + = = . |
33
- | + o o |
34
- +----[SHA256]-----+
13
+ <string name =" hello_world_b" hidden =" true" >Hello
14
+ World
35
15
</string >
36
- <string name =" c3po_no_android_treatment" hidden =" true" androidTreatment =" false" translatable =" true" >
37
- +---[RSA 2048]----+
38
- |.*++ o.o. |
39
- |.+B + oo. |
40
- | +++ *+. |
41
- | .o.Oo.+E |
42
- | ++B.S. |
43
- | o * =. |
44
- | + = o |
45
- | + = = . |
46
- | + o o |
47
- +----[SHA256]-----+
16
+ <string name =" hello_world_c" hidden =" true" androidTreatment =" false" >Hello
17
+ World
48
18
</string >
49
19
<string name =" long_new_line_comparison" >Long New Line Comparison</string >
50
20
<string name =" html_treatment" >HTML treatment</string >
You can’t perform that action at this time.
0 commit comments