mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Remove Image From Upload Wizard (#5636)
* Added Remove Icon to Image Thumnails * fix * fix * fix tests
This commit is contained in:
parent
78a53fd40d
commit
f404ac9b47
5 changed files with 43 additions and 8 deletions
|
|
@ -26,4 +26,14 @@
|
|||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/ic_error_red_24dp"
|
||||
tools:visibility="visible"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ic_cross"
|
||||
android:layout_width="@dimen/half_standard_height"
|
||||
android:layout_height="@dimen/half_standard_height"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_gravity="end"
|
||||
app:srcCompat="@drawable/ic_cancel_white"
|
||||
tools:visibility="visible"/>
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue