mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Tweaking the front cling to support more verbose languages. (Bug 11015051)
This commit is contained in:
@@ -469,7 +469,7 @@ public class WidgetPreviewLoader {
|
||||
.getIntrinsicWidth();
|
||||
final int previewDrawableHeight = previewDrawable
|
||||
.getIntrinsicHeight();
|
||||
previewWidth = previewDrawableWidth * cellHSpan; // subtract 2 dips
|
||||
previewWidth = previewDrawableWidth * cellHSpan;
|
||||
previewHeight = previewDrawableHeight * cellVSpan;
|
||||
|
||||
defaultPreview = Bitmap.createBitmap(previewWidth, previewHeight,
|
||||
|
||||
Reference in New Issue
Block a user