Restore AllAppsContainerView UI to match spec.
Did some refactoring with Sunny's help. Change-Id: Ie4c90c316f1e381829836e11c83eaaedfed4d621
This commit is contained in:
@@ -21,6 +21,7 @@ import android.util.AttributeSet;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.RelativeLayout;
|
||||
|
||||
import com.android.launcher3.BubbleTextView;
|
||||
import com.android.launcher3.BubbleTextView.BubbleTextShadowHandler;
|
||||
@@ -33,7 +34,7 @@ import com.android.launcher3.R;
|
||||
* A container for RecyclerView to allow for the click shadow view to be shown behind an icon that
|
||||
* is launching.
|
||||
*/
|
||||
public class AllAppsRecyclerViewContainerView extends FrameLayout
|
||||
public class AllAppsRecyclerViewContainerView extends RelativeLayout
|
||||
implements BubbleTextShadowHandler {
|
||||
|
||||
private final ClickShadowView mTouchFeedbackView;
|
||||
|
||||
Reference in New Issue
Block a user