File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 121
121
android : layout_width =" wrap_content"
122
122
android : layout_height =" wrap_content"
123
123
android : minWidth =" @dimen/fragment_height"
124
+ android : translationZ =" @dimen/dimen_5"
124
125
android : text =" +" />
125
126
126
127
<androidx .appcompat.widget.AppCompatButton
138
139
style =" @style/Widget.AppCompat.Button.Borderless"
139
140
android : layout_width =" wrap_content"
140
141
android : layout_height =" wrap_content"
141
- android : layout_marginEnd =" @dimen/standard_gap"
142
- android : layout_marginRight =" @dimen/standard_gap"
142
+ android : layout_marginEnd =" @dimen/tiny_gap"
143
143
android : layout_toLeftOf =" @+id/btn_next"
144
144
android : text =" @string/previous" />
145
145
<Button
146
146
android : id =" @+id/edit_image"
147
147
style =" @style/Widget.AppCompat.Button.Borderless"
148
148
android : layout_width =" wrap_content"
149
149
android : layout_height =" wrap_content"
150
- android : layout_marginEnd =" @dimen/standard_gap "
150
+ android : layout_marginEnd =" @dimen/tiny_gap "
151
151
android : layout_marginBottom =" 24dp"
152
152
android : layout_toStartOf =" @id/btn_previous"
153
153
android : contentDescription =" Edit Image"
You can’t perform that action at this time.
0 commit comments