Skip to content

Commit 09cd247

Browse files
committed
Resolved Issue commons-app#5388
1 parent b7090d9 commit 09cd247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/res/layout/fragment_upload_media_detail_fragment.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
android:layout_width="wrap_content"
122122
android:layout_height="wrap_content"
123123
android:minWidth="@dimen/fragment_height"
124+
android:translationZ="@dimen/dimen_5"
124125
android:text="+" />
125126

126127
<androidx.appcompat.widget.AppCompatButton
@@ -138,16 +139,15 @@
138139
style="@style/Widget.AppCompat.Button.Borderless"
139140
android:layout_width="wrap_content"
140141
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"
143143
android:layout_toLeftOf="@+id/btn_next"
144144
android:text="@string/previous" />
145145
<Button
146146
android:id="@+id/edit_image"
147147
style="@style/Widget.AppCompat.Button.Borderless"
148148
android:layout_width="wrap_content"
149149
android:layout_height="wrap_content"
150-
android:layout_marginEnd="@dimen/standard_gap"
150+
android:layout_marginEnd="@dimen/tiny_gap"
151151
android:layout_marginBottom="24dp"
152152
android:layout_toStartOf="@id/btn_previous"
153153
android:contentDescription="Edit Image"

0 commit comments

Comments
 (0)