Remove wallpaper blur effect

Never actually really worked
This commit is contained in:
MM20
2021-10-10 13:01:25 +02:00
parent 087d4fd455
commit dbc1444d7f
11 changed files with 5 additions and 332 deletions
@@ -13,14 +13,6 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/previewCardBlur"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_margin="16dp"
android:scaleType="centerCrop" />
<de.mm20.launcher2.ui.legacy.view.LauncherCardView
android:id="@+id/previewCard"
android:layout_width="match_parent"
@@ -24,12 +24,6 @@
app:min="0"
app:updatesContinuously="true" />
<SwitchPreference
app:key="blur_cards"
android:defaultValue="false"
app:summary="@string/preference_blur_cards_summary"
app:title="@string/preference_blur_cards" />
<ListPreference
app:key="card_background"
android:defaultValue="0"