File tree 8 files changed +11
-8
lines changed
vector/src/main/res/layout
8 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 111
111
android : id =" @+id/deviceListOtherSessions"
112
112
android : layout_width =" 0dp"
113
113
android : layout_height =" 0dp"
114
- android : layout_marginTop =" 32dp "
114
+ android : layout_marginTop =" 16dp "
115
115
app : layout_constraintBottom_toBottomOf =" parent"
116
116
app : layout_constraintEnd_toEndOf =" parent"
117
117
app : layout_constraintStart_toStartOf =" parent"
Original file line number Diff line number Diff line change 47
47
android : layout_width =" 0dp"
48
48
android : layout_height =" wrap_content"
49
49
android : layout_marginHorizontal =" 8dp"
50
+ android : layout_marginTop =" 4dp"
50
51
android : text =" @string/device_manager_session_overview_signout"
51
52
app : layout_constraintEnd_toEndOf =" parent"
52
53
app : layout_constraintHorizontal_bias =" 0"
Original file line number Diff line number Diff line change 75
75
android : layout_width =" 0dp"
76
76
android : layout_height =" wrap_content"
77
77
android : layout_marginHorizontal =" 16dp"
78
- android : layout_marginVertical =" 16dp "
78
+ android : layout_marginVertical =" 4dp "
79
79
app : layout_constraintEnd_toEndOf =" parent"
80
80
app : layout_constraintStart_toStartOf =" parent"
81
81
app : layout_constraintTop_toBottomOf =" @id/deviceListHeaderCurrentSession" />
Original file line number Diff line number Diff line change 89
89
android : id =" @+id/otherSessionSeparator"
90
90
android : layout_width =" 0dp"
91
91
android : layout_height =" 1dp"
92
- android : layout_marginTop =" 8dp "
92
+ android : layout_marginTop =" 16dp "
93
93
android : background =" ?vctr_content_quinary"
94
94
app : layout_constraintEnd_toEndOf =" parent"
95
95
app : layout_constraintStart_toStartOf =" @id/otherSessionNameTextView"
Original file line number Diff line number Diff line change 22
22
style =" @style/TextAppearance.Vector.Body"
23
23
android : layout_width =" 0dp"
24
24
android : layout_height =" wrap_content"
25
- android : layout_marginStart =" 8dp "
25
+ android : layout_marginStart =" 12dp "
26
26
android : layout_marginEnd =" @dimen/layout_horizontal_margin"
27
27
android : gravity =" end"
28
28
app : layout_constraintBottom_toTopOf =" @id/sessionDetailsContentDivider"
Original file line number Diff line number Diff line change 3
3
xmlns : app =" http://schemas.android.com/apk/res-auto"
4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : layout_width =" match_parent"
6
- android : layout_height =" match_parent" >
6
+ android : layout_height =" match_parent"
7
+ android : paddingBottom =" 8dp" >
7
8
8
9
<androidx .recyclerview.widget.RecyclerView
9
10
android : id =" @+id/otherSessionsRecyclerView"
19
20
style =" @style/Widget.Vector.Button.Text"
20
21
android : layout_width =" wrap_content"
21
22
android : layout_height =" wrap_content"
23
+ android : layout_marginStart =" 72dp"
24
+ android : layout_marginTop =" 4dp"
22
25
android : padding =" 0dp"
23
- android : layout_marginStart =" 16dp"
24
26
app : layout_constraintStart_toStartOf =" @id/otherSessionsRecyclerView"
25
27
app : layout_constraintTop_toBottomOf =" @id/otherSessionsRecyclerView"
26
28
tools : text =" @string/device_manager_other_sessions_view_all" />
Original file line number Diff line number Diff line change 6
6
android : layout_height =" wrap_content"
7
7
android : background =" @drawable/bg_current_session"
8
8
android : paddingHorizontal =" 24dp"
9
- android : paddingBottom =" 16dp " >
9
+ android : paddingBottom =" 8dp " >
10
10
11
11
<ImageView
12
12
android : id =" @+id/sessionInfoDeviceTypeImageView"
Original file line number Diff line number Diff line change 24
24
android : layout_width =" 0dp"
25
25
android : layout_height =" wrap_content"
26
26
android : layout_marginHorizontal =" @dimen/layout_horizontal_margin"
27
- android : layout_marginTop =" 18.5dp "
27
+ android : layout_marginTop =" @dimen/layout_vertical_margin "
28
28
app : layout_constraintEnd_toEndOf =" parent"
29
29
app : layout_constraintStart_toStartOf =" parent"
30
30
app : layout_constraintTop_toBottomOf =" @id/sessions_list_header_title"
You can’t perform that action at this time.
0 commit comments