File tree Expand file tree Collapse file tree 8 files changed +8
-18
lines changed
common/common-ui/src/main/res/values Expand file tree Collapse file tree 8 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 20
20
android : layout_width =" match_parent"
21
21
android : layout_height =" wrap_content"
22
22
xmlns : app =" http://schemas.android.com/apk/res-auto"
23
- android : layout_marginBottom =" 8dp"
24
- android : layout_marginTop =" 6dp"
25
23
android : background =" ?attr/selectableItemBackground"
26
- android : paddingVertical =" @dimen/keyline_2 "
24
+ android : paddingVertical =" ?attr/autocompleteListItemVerticalPadding "
27
25
android : paddingStart =" ?attr/autocompleteListItemStartPadding"
28
26
android : paddingEnd =" ?attr/autocompleteListItemWithoutTrailIconEndPadding" >
29
27
Original file line number Diff line number Diff line change 20
20
xmlns : tools =" http://schemas.android.com/tools"
21
21
android : layout_width =" match_parent"
22
22
android : layout_height =" wrap_content"
23
- android : layout_marginBottom =" 8dp"
24
- android : layout_marginTop =" 6dp"
25
23
android : background =" ?attr/selectableItemBackground"
26
24
android : paddingVertical =" @dimen/keyline_2"
27
25
android : paddingStart =" ?attr/autocompleteListItemStartPadding"
Original file line number Diff line number Diff line change 19
19
xmlns : tools =" http://schemas.android.com/tools"
20
20
android : layout_width =" match_parent"
21
21
android : layout_height =" wrap_content"
22
- android : layout_marginTop =" 6dp"
23
- android : layout_marginBottom =" 8dp"
24
22
android : background =" ?attr/selectableItemBackground"
25
- android : paddingVertical =" @dimen/keyline_2 "
23
+ android : paddingVertical =" ?attr/autocompleteListItemVerticalPadding "
26
24
android : paddingStart =" ?attr/autocompleteListItemStartPadding"
27
25
android : paddingEnd =" ?attr/autocompleteListItemWithoutTrailIconEndPadding" >
28
26
Original file line number Diff line number Diff line change 20
20
android : layout_width =" match_parent"
21
21
android : layout_height =" wrap_content"
22
22
xmlns : app =" http://schemas.android.com/apk/res-auto"
23
- android : layout_marginBottom =" 8dp"
24
- android : layout_marginTop =" 6dp"
25
23
android : background =" ?attr/selectableItemBackground"
26
- android : paddingVertical =" @dimen/keyline_2 "
24
+ android : paddingVertical =" ?attr/autocompleteListItemVerticalPadding "
27
25
android : paddingStart =" ?attr/autocompleteListItemStartPadding"
28
26
android : paddingEnd =" ?attr/autocompleteListItemWithoutTrailIconEndPadding" >
29
27
Original file line number Diff line number Diff line change 20
20
xmlns : tools =" http://schemas.android.com/tools"
21
21
android : layout_width =" match_parent"
22
22
android : layout_height =" wrap_content"
23
- android : layout_marginBottom =" 8dp"
24
- android : layout_marginTop =" 6dp"
25
23
android : background =" ?attr/selectableItemBackground"
26
- android : paddingVertical =" @dimen/keyline_2 "
24
+ android : paddingVertical =" ?attr/autocompleteListItemVerticalPadding "
27
25
android : paddingStart =" ?attr/autocompleteListItemStartPadding"
28
26
android : paddingEnd =" ?attr/autocompleteListItemEndPadding" >
29
27
Original file line number Diff line number Diff line change 19
19
xmlns : tools =" http://schemas.android.com/tools"
20
20
android : layout_width =" match_parent"
21
21
android : layout_height =" wrap_content"
22
- android : layout_marginTop =" 6dp"
23
- android : layout_marginBottom =" 8dp"
22
+ android : paddingVertical =" ?attr/autocompleteListItemVerticalPadding"
24
23
android : background =" ?attr/selectableItemBackground"
25
24
android : paddingStart =" ?attr/autocompleteListItemStartPadding"
26
- android : paddingEnd =" ?attr/autocompleteListItemWithoutTrailIconEndPadding"
27
- android : paddingVertical =" @dimen/keyline_2" >
25
+ android : paddingEnd =" ?attr/autocompleteListItemWithoutTrailIconEndPadding" >
28
26
29
27
<ImageView
30
28
android : id =" @+id/switchToTabIndicator"
Original file line number Diff line number Diff line change 24
24
<attr name =" autocompleteListItemEndPadding" format =" dimension" />
25
25
<attr name =" autocompleteListItemIconMargin" format =" dimension" />
26
26
<attr name =" autocompleteListItemWithoutTrailIconEndPadding" format =" dimension" />
27
+ <attr name =" autocompleteListItemVerticalPadding" format =" dimension" />
27
28
28
29
<attr name =" cookiesAnimationRadius" format =" dimension" />
29
30
<attr name =" cookiesAnimationHeight" format =" dimension" />
Original file line number Diff line number Diff line change 138
138
<item name =" autocompleteListItemEndPadding" >@dimen/keyline_2</item >
139
139
<item name =" autocompleteListItemIconMargin" >10dp</item >
140
140
<item name =" autocompleteListItemWithoutTrailIconEndPadding" >@dimen/keyline_4</item >
141
+ <item name =" autocompleteListItemVerticalPadding" >14dp</item >
141
142
142
143
<item name =" cookiesAnimationRadius" >@dimen/smallShapeCornerRadius</item >
143
144
<item name =" cookiesAnimationHeight" >@dimen/omnibarCookieAnimationBannerHeight</item >
You can’t perform that action at this time.
0 commit comments