File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ package com.docubox.util
2
+
3
+ object Secrets {
4
+
5
+ const val BASE_URL = " "
6
+ }
Original file line number Diff line number Diff line change 20
20
android : background =" ?attr/backgroundColor"
21
21
android : gravity =" center"
22
22
android : orientation =" vertical"
23
+ android : paddingVertical =" 48dp"
23
24
tools : context =" .ui.screens.auth.login.LoginFragment" >
24
25
25
26
<TextView
26
27
android : id =" @+id/titleText"
27
28
android : layout_width =" match_parent"
28
29
android : layout_height =" wrap_content"
29
30
android : layout_marginHorizontal =" 32dp"
30
- android : layout_marginTop =" 48dp"
31
31
android : fontFamily =" @font/poppins_medium"
32
32
android : text =" Hello Again!"
33
33
android : textAlignment =" center"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <androidx .constraintlayout.widget.ConstraintLayout
3
-
4
- xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
5
3
xmlns : app =" http://schemas.android.com/apk/res-auto"
6
4
xmlns : tools =" http://schemas.android.com/tools"
7
5
android : layout_width =" match_parent"
8
6
android : layout_height =" match_parent" >
9
7
10
8
<androidx .core.widget.NestedScrollView
11
9
android : layout_width =" match_parent"
12
- android : layout_height =" match_parent" >
10
+ android : layout_height =" match_parent"
11
+ app : layout_constraintBottom_toBottomOf =" parent"
12
+ app : layout_constraintEnd_toEndOf =" parent"
13
+ app : layout_constraintHorizontal_bias =" 0.5"
14
+ app : layout_constraintStart_toStartOf =" parent"
15
+ app : layout_constraintTop_toTopOf =" parent" >
13
16
14
17
<LinearLayout
15
18
android : layout_width =" match_parent"
137
140
android : layout_height =" wrap_content"
138
141
android : layout_marginHorizontal =" 24dp"
139
142
android : layout_marginTop =" 24dp"
143
+ android : layout_marginBottom =" 48dp"
140
144
android : gravity =" center" >
141
145
142
146
<TextView
You can’t perform that action at this time.
0 commit comments