File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed
duckchat/duckchat-impl/src/main/res Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 48
48
android : id =" @+id/viewPager"
49
49
android : layout_width =" 0dp"
50
50
android : layout_height =" 0dp"
51
+ android : layout_marginHorizontal =" @dimen/inputScreenMarginHorizontal"
51
52
android : clipToPadding =" false"
52
53
app : layout_constraintBottom_toBottomOf =" parent"
53
54
app : layout_constraintEnd_toEndOf =" parent"
Original file line number Diff line number Diff line change 66
66
style =" @style/Widget.DuckDuckGo.OmnibarCardView"
67
67
android : layout_width =" 0dp"
68
68
android : layout_height =" wrap_content"
69
- android : layout_marginHorizontal =" @dimen/omnibarCardMarginHorizontal "
69
+ android : layout_marginHorizontal =" @dimen/inputScreenOmnibarCardMarginHorizontal "
70
70
android : layout_marginTop =" @dimen/omnibarCardMarginTop"
71
71
android : layout_marginBottom =" @dimen/omnibarCardMarginBottom"
72
72
app : strokeColor =" ?attr/daxColorAccentBlue"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?><!--
2
+ ~ Copyright (c) 2025 DuckDuckGo
3
+ ~
4
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
5
+ ~ you may not use this file except in compliance with the License.
6
+ ~ You may obtain a copy of the License at
7
+ ~
8
+ ~ http://www.apache.org/licenses/LICENSE-2.0
9
+ ~
10
+ ~ Unless required by applicable law or agreed to in writing, software
11
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
12
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ ~ See the License for the specific language governing permissions and
14
+ ~ limitations under the License.
15
+ -->
16
+
17
+ <resources >
18
+ <dimen name =" inputScreenOmnibarCardMarginHorizontal" >170dp</dimen >
19
+ <dimen name =" inputScreenMarginHorizontal" >154dp</dimen >
20
+ </resources >
Original file line number Diff line number Diff line change 21
21
<dimen name =" inputModeTabIndicatorElevation" >5dp</dimen >
22
22
<dimen name =" inputScreenUserPrefToggleSpacing" >16dp</dimen >
23
23
<dimen name =" inputScreenContentTopOffset" >12dp</dimen >
24
+ <dimen name =" inputScreenOmnibarCardMarginHorizontal" >@dimen/omnibarCardMarginHorizontal</dimen >
25
+ <dimen name =" inputScreenMarginHorizontal" >0dp</dimen >
24
26
</resources >
You can’t perform that action at this time.
0 commit comments