mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-08 01:04:59 -04:00
Some tweaks to progress, add "remove" button
Doesn't remove anything yet though...
This commit is contained in:
BIN
MinimalBible/src/main/res/drawable-hdpi/ic_action_cancel.png
Normal file
BIN
MinimalBible/src/main/res/drawable-hdpi/ic_action_cancel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 438 B |
BIN
MinimalBible/src/main/res/drawable-mdpi/ic_action_cancel.png
Normal file
BIN
MinimalBible/src/main/res/drawable-mdpi/ic_action_cancel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 B |
BIN
MinimalBible/src/main/res/drawable-xhdpi/ic_action_cancel.png
Normal file
BIN
MinimalBible/src/main/res/drawable-xhdpi/ic_action_cancel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 513 B |
BIN
MinimalBible/src/main/res/drawable-xxhdpi/ic_action_cancel.png
Normal file
BIN
MinimalBible/src/main/res/drawable-xxhdpi/ic_action_cancel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 567 B |
@ -28,7 +28,7 @@
|
||||
<ImageButton
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/ic_action_download"
|
||||
android:src="@drawable/ic_action_download"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:id="@+id/download_ibtn_download"
|
||||
style="@style/AppBaseTheme.Borderless" />
|
||||
|
Reference in New Issue
Block a user