mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Re-apply stretch effect in allapps
This commit is contained in:
@@ -9,7 +9,7 @@ import androidx.recyclerview.widget.RecyclerView
|
||||
import com.android.launcher3.Utilities
|
||||
import com.android.launcher3.workprofile.PersonalWorkPagedView
|
||||
|
||||
class StretchRecyclerViewContainer @JvmOverloads constructor(
|
||||
open class StretchRecyclerViewContainer @JvmOverloads constructor(
|
||||
context: Context,
|
||||
attrs: AttributeSet? = null,
|
||||
defStyleAttr: Int = 0,
|
||||
|
||||
@@ -100,6 +100,7 @@ import java.util.stream.Stream;
|
||||
|
||||
import app.lawnchair.allapps.LawnchairAlphabeticalAppsList;
|
||||
import app.lawnchair.font.FontManager;
|
||||
import app.lawnchair.ui.StretchRecyclerViewContainer;
|
||||
|
||||
/**
|
||||
* All apps container view with search support for use in a dragging activity.
|
||||
@@ -107,7 +108,7 @@ import app.lawnchair.font.FontManager;
|
||||
* @param <T> Type of context inflating all apps.
|
||||
*/
|
||||
public class ActivityAllAppsContainerView<T extends Context & ActivityContext>
|
||||
extends SpringRelativeLayout implements DragSource, Insettable,
|
||||
extends StretchRecyclerViewContainer implements DragSource, Insettable,
|
||||
OnDeviceProfileChangeListener, PersonalWorkSlidingTabStrip.OnActivePageChangedListener,
|
||||
ScrimView.ScrimDrawingController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user