-
Notifications
You must be signed in to change notification settings - Fork 0
/
local_history.patch
147 lines (147 loc) · 6.57 KB
/
local_history.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Index: app/src/main/res/layout/dump_ll.xml
===================================================================
--- app/src/main/res/layout/dump_ll.xml (revision )
+++ app/src/main/res/layout/dump_ll.xml (revision )
@@ -1,99 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_alignParentStart="true"
- android:layout_alignParentTop="true">
-
- <android.support.v4.widget.NestedScrollView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:layout_behavior="@string/appbar_scrolling_view_behavior">
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <android.support.design.widget.TextInputEditText
- android:id="@+id/inputText"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentStart="true"
- android:layout_alignParentTop="true"
- android:inputType="textMultiLine"
- android:fontFamily="monospace"/>
-
- <Button
- android:id="@+id/copy_btn2"
- style="@style/Base.Widget.AppCompat.Button.Colored"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentEnd="true"
- android:layout_below="@+id/inputText"
- android:onClick="copyInput"
- android:text="@string/copy2clipboard"
- android:textAllCaps="true"
- android:textColor="?attr/textButtonColor"
- />
-
- <android.support.design.widget.TextInputEditText
- android:id="@+id/outputText"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentStart="true"
- android:layout_below="@+id/copy_btn2"
- android:layout_marginTop="@dimen/dp10"
- android:ems="10"
- android:inputType="textMultiLine|textNoSuggestions"
- android:fontFamily="monospace"/>
-
- <Button
- android:id="@+id/clear_btn2"
- style="@style/Base.Widget.AppCompat.Button.Colored"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@+id/copy_btn2"
- android:layout_alignBottom="@+id/copy_btn2"
- android:layout_toStartOf="@+id/copy_btn2"
- android:text="@string/clear"
- android:textAllCaps="true"
- android:textColor="?attr/textButtonColor" />
-
- <Button
- android:id="@+id/copy_btn"
- style="@style/Base.Widget.AppCompat.Button.Colored"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_alignParentEnd="true"
- android:onClick="copyOutput"
- android:text="@string/copy2clipboard"
- android:textAllCaps="true"
- android:textColor="?attr/textButtonColor" />
-
- <Button
- android:id="@+id/clear_btn"
- style="@style/Base.Widget.AppCompat.Button.Colored"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/outputText"
- android:layout_toStartOf="@+id/copy_btn"
- android:text="@string/clear"
- android:textAllCaps="true"
- android:textColor="?attr/textButtonColor" />
-
- <!--<android.support.v7.widget.AppCompatSpinner
- android:id="@+id/decodeMode"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentStart="true"
- android:layout_below="@+id/outputText"
- android:layout_toStartOf="@+id/clear_btn"
- android:entries="@array/baseAlgVal"
- android:spinnerMode="dropdown" />-->
- </RelativeLayout>
-
- </android.support.v4.widget.NestedScrollView>
-
-</android.support.design.widget.CoordinatorLayout>
\ No newline at end of file
Index: app/src/main/res/layout/content_main.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- app/src/main/res/layout/content_main.xml (revision )
+++ app/src/main/res/layout/content_main.xml (revision )
@@ -1,0 +1,0 @@
Index: app/src/main/res/layout/fragment_main.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- app/src/main/res/layout/fragment_main.xml (revision )
+++ app/src/main/res/layout/fragment_main.xml (revision )
@@ -2,10 +2,6 @@
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingBottom="@dimen/activity_vertical_margin"
- android:paddingLeft="@dimen/activity_horizontal_margin"
- android:paddingRight="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
xmlns:app="http://schemas.android.com/apk/res-auto">
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
\ No newline at end of file
Index: app/src/main/res/layout/content_changelist.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- app/src/main/res/layout/content_changelist.xml (revision )
+++ app/src/main/res/layout/content_changelist.xml (revision )
@@ -13,6 +13,6 @@
android:id="@+id/text_changelog"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="@dimen/font_size"/>
+ android:textSize="@dimen/font_size_small"/>
</ScrollView>
</RelativeLayout>