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:
parent
7c945aa6c2
commit
acacc1d6cd
51 changed files with 93 additions and 259 deletions
app/src/main/res/layout
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue