Remove wallpaper blur effect
Never actually really worked
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user