Updating Clings. (5057945, 5056643)
Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
This commit is contained in:
@@ -204,9 +204,9 @@ public abstract class PagedView extends ViewGroup {
|
||||
mPageLayoutPaddingRight = a.getDimensionPixelSize(
|
||||
R.styleable.PagedView_pageLayoutPaddingRight, 0);
|
||||
mPageLayoutWidthGap = a.getDimensionPixelSize(
|
||||
R.styleable.PagedView_pageLayoutWidthGap, -1);
|
||||
R.styleable.PagedView_pageLayoutWidthGap, 0);
|
||||
mPageLayoutHeightGap = a.getDimensionPixelSize(
|
||||
R.styleable.PagedView_pageLayoutHeightGap, -1);
|
||||
R.styleable.PagedView_pageLayoutHeightGap, 0);
|
||||
mScrollIndicatorPaddingLeft =
|
||||
a.getDimensionPixelSize(R.styleable.PagedView_scrollIndicatorPaddingLeft, 0);
|
||||
mScrollIndicatorPaddingRight =
|
||||
|
||||
Reference in New Issue
Block a user