Fix edit/page indicator area layout
Bug: 27201532 Change-Id: Ie03e6aeeb9d607f1fba370a4f1bd23a2ffb9b485
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/page_decor"
|
android:id="@+id/page_decor"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="48dp"
|
||||||
android:layout_gravity="bottom">
|
android:layout_gravity="bottom">
|
||||||
|
|
||||||
<com.android.systemui.qs.PageIndicator
|
<com.android.systemui.qs.PageIndicator
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ public class TileLayout extends ViewGroup implements QSTileLayout {
|
|||||||
record.tileView.measure(exactly(mCellWidth), exactly(mCellHeight));
|
record.tileView.measure(exactly(mCellWidth), exactly(mCellHeight));
|
||||||
previousView = record.tileView.updateAccessibilityOrder(previousView);
|
previousView = record.tileView.updateAccessibilityOrder(previousView);
|
||||||
}
|
}
|
||||||
setMeasuredDimension(width, (mCellHeight + mCellMargin) * rows + mCellMargin);
|
setMeasuredDimension(width, (mCellHeight + mCellMargin) * rows);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int exactly(int size) {
|
private static int exactly(int size) {
|
||||||
|
|||||||
Reference in New Issue
Block a user