Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 3229a55

Browse files
Small fixes
1 parent ff1315e commit 3229a55

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

0 Bytes
Binary file not shown.

app/src/main/res/layout/activity_settings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
android:layout_width="match_parent"
110110
android:layout_height="wrap_content"
111111
android:hint="Enter the URL here..."
112-
android:inputType="textUri" />
112+
android:inputType="textUri"
113+
android:textColor="#000" />
113114

114115
<Button
115116
android:id="@+id/btnSave"

app/src/main/res/layout/password_dialog.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<Button
108108
android:id="@+id/number1"
109109
android:layout_columnWeight="1"
110+
android:layout_margin="3dp"
110111
android:background="#FFF"
111112
android:elevation="4dp"
112113
android:tag="1"
@@ -116,6 +117,7 @@
116117
<Button
117118
android:id="@+id/number2"
118119
android:layout_columnWeight="1"
120+
android:layout_margin="3dp"
119121
android:background="#FFF"
120122
android:elevation="4dp"
121123
android:tag="2"
@@ -125,6 +127,7 @@
125127
<Button
126128
android:id="@+id/number3"
127129
android:layout_columnWeight="1"
130+
android:layout_margin="3dp"
128131
android:background="#FFF"
129132
android:elevation="4dp"
130133
android:tag="3"
@@ -134,6 +137,7 @@
134137
<Button
135138
android:id="@+id/number4"
136139
android:layout_columnWeight="1"
140+
android:layout_margin="3dp"
137141
android:background="#FFF"
138142
android:elevation="4dp"
139143
android:tag="4"
@@ -143,6 +147,7 @@
143147
<Button
144148
android:id="@+id/number5"
145149
android:layout_columnWeight="1"
150+
android:layout_margin="3dp"
146151
android:background="#FFF"
147152
android:elevation="4dp"
148153
android:tag="5"
@@ -152,6 +157,7 @@
152157
<Button
153158
android:id="@+id/number6"
154159
android:layout_columnWeight="1"
160+
android:layout_margin="3dp"
155161
android:background="#FFF"
156162
android:elevation="4dp"
157163
android:tag="6"
@@ -161,6 +167,7 @@
161167
<Button
162168
android:id="@+id/number7"
163169
android:layout_columnWeight="1"
170+
android:layout_margin="3dp"
164171
android:background="#FFF"
165172
android:elevation="4dp"
166173
android:onClick=""
@@ -171,6 +178,7 @@
171178
<Button
172179
android:id="@+id/number8"
173180
android:layout_columnWeight="1"
181+
android:layout_margin="3dp"
174182
android:background="#FFF"
175183
android:elevation="4dp"
176184
android:onClick=""
@@ -181,6 +189,7 @@
181189
<Button
182190
android:id="@+id/number9"
183191
android:layout_columnWeight="1"
192+
android:layout_margin="3dp"
184193
android:background="#FFF"
185194
android:elevation="4dp"
186195
android:onClick=""
@@ -192,12 +201,14 @@
192201
android:id="@+id/number0"
193202
android:layout_column="1"
194203
android:layout_columnWeight="1"
204+
android:layout_margin="3dp"
195205
android:background="#FFF"
196206
android:elevation="4dp"
197207
android:onClick=""
198208
android:tag="0"
199209
android:text="0"
200210
android:textColor="#000" />
211+
201212
</GridLayout>
202213

203214
</RelativeLayout>

0 commit comments

Comments
 (0)