Compare commits

..

2 Commits

Author SHA1 Message Date
c09a32e9ad Add checkerboard background to the images in the image view
A checkerboard is drawn beneath the image in the imageview to allow
a simpler viewing of images with transparency
2022-11-09 16:39:00 +01:00
b02a588dff Add a checkerboard background drawable 2022-11-09 16:34:37 +01:00

View File

@ -10,6 +10,7 @@
android:layout_height="match_parent"
android:layout_centerVertical="true"
android:adjustViewBounds="true"
android:background="?attr/colorOnBackground"
app:srcCompat="@android:drawable/screen_background_dark" />
</RelativeLayout>