mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
New resolution for ic_cancel icon
This commit is contained in:
parent
ee66791dcb
commit
87076468da
2 changed files with 2 additions and 3 deletions
BIN
res/drawable-mdpi/ic_cancel.png
Normal file
BIN
res/drawable-mdpi/ic_cancel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 935 B |
|
@ -112,10 +112,9 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/upload_right_button"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_cancel"
|
||||
android:background="@android:color/transparent"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue