Skip to content

Commit f869520

Browse files
author
Vivek Maskara
authored
Merge pull request commons-app#1217 from tshradheya/1215-add-space-in-between
Add missing space between Licence and Coordinates in MediaDetailFragment commons-app#1215
2 parents 1db1715 + e71fc04 commit f869520

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@
149149
tools:text="License link" />
150150
</LinearLayout>
151151

152+
<fr.free.nrw.commons.media.MediaDetailSpacer
153+
android:layout_width="match_parent"
154+
android:layout_height="@dimen/small_gap" />
155+
152156
<LinearLayout
153157
android:layout_width="match_parent"
154158
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)