Skip to content

Commit 1e51c4c

Browse files
authored
Remove the arrow next to "Add location" (#6491)
This resolves #6489 using the "remove arrow" method.
1 parent fbd28a0 commit 1e51c4c

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

app/src/main/res/drawable/ic_arrow_16dp.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,6 @@
149149
android:textColor="#2D8BA4"
150150
android:textSize="@dimen/normal_text"
151151
android:textStyle="bold" />
152-
153-
<ImageView
154-
android:layout_width="wrap_content"
155-
android:layout_height="wrap_content"
156-
android:layout_marginEnd="@dimen/tiny_margin"
157-
android:layout_weight="1"
158-
android:src="@drawable/ic_arrow_16dp" />
159152
</LinearLayout>
160153
</LinearLayout>
161154

0 commit comments

Comments
 (0)