mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Grid spacing fixes
- Restoring old grid for widgets - Disabling ability to add widgets to hotseat - Updating holo colors - Updating assets Change-Id: I3a639f0afeca9463f8079eb8fbaedf295a41fa0f
This commit is contained in:
@@ -93,10 +93,10 @@ public class BubbleTextView extends TextView implements VisibilityChangedBroadca
|
||||
mPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
|
||||
mPaint.setColor(bubbleColor);
|
||||
mBubbleColorAlpha = Color.alpha(bubbleColor) / 255.0f;
|
||||
mFocusedOutlineColor = res.getColor(R.color.workspace_item_focused_outline_color);
|
||||
mFocusedGlowColor = res.getColor(R.color.workspace_item_focused_glow_color);
|
||||
mPressedOutlineColor = res.getColor(R.color.workspace_item_pressed_outline_color);
|
||||
mPressedGlowColor = res.getColor(R.color.workspace_item_pressed_glow_color);
|
||||
mFocusedOutlineColor = res.getColor(android.R.color.holo_blue_light);
|
||||
mFocusedGlowColor = res.getColor(android.R.color.holo_blue_light);
|
||||
mPressedOutlineColor = res.getColor(android.R.color.holo_blue_light);
|
||||
mPressedGlowColor = res.getColor(android.R.color.holo_blue_light);
|
||||
|
||||
setShadowLayer(SHADOW_LARGE_RADIUS, 0.0f, SHADOW_Y_OFFSET, SHADOW_LARGE_COLOUR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user