@@ -5,8 +5,6 @@ android.useAndroidX=true
|
||||
android.enableHiddenApiCheck=false
|
||||
android.hideApiWarning=false
|
||||
|
||||
# Disabling this fail ASM Instrumentation.
|
||||
android.nonTransitiveRClass=true
|
||||
# Improve build performance by enabling R8 parallelism.
|
||||
android.r8.maxWorkers=4
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ import android.view.ViewOutlineProvider
|
||||
import android.widget.ImageView
|
||||
import android.widget.TextView
|
||||
import androidx.constraintlayout.widget.ConstraintLayout
|
||||
import androidx.core.animation.ArgbEvaluator // Lawnchair-TODO: Use android.animation.ArgbEvaluator ?
|
||||
import androidx.core.animation.ArgbEvaluator
|
||||
import com.android.launcher3.R
|
||||
import com.android.launcher3.popup.RoundedArrowDrawable
|
||||
import com.android.wm.shell.shared.TypefaceUtils
|
||||
|
||||
@@ -161,7 +161,6 @@ public class OverviewActionsView<T extends OverlayUICallbacks> extends FrameLayo
|
||||
// Currently, the only grouped task action is "save app pairs".
|
||||
mActionButtons = findViewById(R.id.action_buttons);
|
||||
mSaveAppPairButton = findViewById(R.id.action_save_app_pair);
|
||||
// Lawnchair-TODO-High: This uses Google Sans Flex
|
||||
TypefaceUtils.setTypeface(mSaveAppPairButton, FontFamily.GSF_LABEL_LARGE);
|
||||
// Initialize a list to hold alphas for mActionButtons and any group action buttons.
|
||||
mMultiValueAlphas[ACTIONS_ALPHAS] = new MultiValueAlpha(mActionButtons, NUM_ALPHAS);
|
||||
|
||||
Reference in New Issue
Block a user