File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 12
12
android : layout_width =" @dimen/landscape_width"
13
13
android : layout_height =" wrap_content"
14
14
android : layout_gravity =" center"
15
- android : layout_marginTop =" @dimen/small_gap " >
15
+ android : layout_marginTop =" @dimen/login_gap " >
16
16
17
17
<androidx .cardview.widget.CardView
18
18
android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 2
2
xmlns : app =" http://schemas.android.com/apk/res-auto"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
android : layout_width =" match_parent"
5
- android : layout_height =" match_parent" >
5
+ android : layout_height =" match_parent"
6
+ android : layout_gravity =" center_vertical" >
6
7
7
8
<LinearLayout
8
9
android : layout_width =" match_parent"
9
10
android : layout_height =" wrap_content"
10
- android : orientation =" vertical" >
11
+ android : orientation =" vertical"
12
+ android : layout_gravity =" center_vertical" >
11
13
12
14
<FrameLayout
13
15
android : layout_width =" @dimen/landscape_width"
Original file line number Diff line number Diff line change 1
1
<ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
android : layout_width =" wrap_content"
3
- android : layout_height =" wrap_content" >
3
+ android : layout_height =" wrap_content"
4
+ android : layout_gravity =" center_vertical" >
4
5
5
6
<LinearLayout xmlns : app =" http://schemas.android.com/apk/res-auto"
6
7
xmlns : tools =" http://schemas.android.com/tools"
7
8
android : layout_width =" wrap_content"
8
9
android : layout_height =" wrap_content"
9
10
android : fillViewport =" true"
10
- android : orientation =" vertical" >
11
+ android : orientation =" vertical"
12
+ android : layout_gravity =" center_vertical" >
11
13
12
14
<FrameLayout
13
15
android : layout_width =" wrap_content"
Original file line number Diff line number Diff line change 20
20
<dimen name =" gigantic_gap" >64dp</dimen >
21
21
<dimen name =" standard_gap" >16dp</dimen >
22
22
<dimen name =" small_gap" >8dp</dimen >
23
+ <dimen name =" login_gap" >20dp</dimen >
23
24
<dimen name =" small_height" >7dp</dimen >
24
25
<dimen name =" tiny_gap" >4dp</dimen >
25
26
<dimen name =" very_tiny_gap" >2dp</dimen >
You can’t perform that action at this time.
0 commit comments