Implement choosing of background images

'Custom theme' can now be applied
This commit is contained in:
Finn M Glas 2020-05-23 17:24:55 +02:00
parent 1d540f7d37
commit 03093125f7
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
4 changed files with 54 additions and 61 deletions

View file

@ -9,6 +9,14 @@
android:longClickable="false"
tools:context=".MainActivity">
<ImageView
android:id="@+id/background_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:orientation="vertical"
android:scaleType="centerCrop" />
<TextView
android:id="@+id/dateView"
android:layout_width="wrap_content"