Merge branch 'feature/system-wallpaper' into fork

This commit is contained in:
Josia Pietsch 2024-07-04 00:47:50 +02:00
commit cc687d149f
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 4 additions and 19 deletions

View file

@ -7,19 +7,9 @@
android:id="@+id/home_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimary"
android:longClickable="false"
tools:context=".HomeActivity">
<ImageView
android:id="@+id/home_background_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:orientation="vertical"
android:scaleType="centerCrop"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/home_upper_view"
android:layout_width="wrap_content"