Updating the UI of the options popup to make it look similar to icon popup

Bug: 77327164
Change-Id: I3580df8bf8a43cb44123f203ffed9a85fa33aea7
This commit is contained in:
Sunny Goyal
2018-03-30 17:10:13 -07:00
parent 415a1402d5
commit 2fd7a8bc59
11 changed files with 638 additions and 737 deletions

View File

@@ -47,7 +47,7 @@ public abstract class BaseDraggingActivity extends BaseActivity
private static final String TAG = "BaseDraggingActivity";
// The Intent extra that defines whether to ignore the launch animation
protected static final String INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION =
public static final String INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION =
"com.android.launcher3.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION";
// When starting an action mode, setting this tag will cause the action mode to be cancelled