1
0
Fork 0
mirror of https://github.com/jrpie/Launcher.git synced 2025-05-08 03:24:25 +02:00

use system wallpaper

This commit is contained in:
Josia Pietsch 2024-07-05 04:36:30 +02:00
parent 7c945aa6c2
commit acacc1d6cd
Signed by: jrpie
GPG key ID: E70B571D66986A2D
51 changed files with 93 additions and 259 deletions
app/src/main/res/layout

View file

@ -7,7 +7,6 @@
android:id="@+id/list_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimary"
tools:context=".list.ListActivity">
<com.google.android.material.appbar.AppBarLayout
@ -15,6 +14,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:background="@null"
android:elevation="0dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">