Commit 2e74abe1 by Kim Peace

Merge commit 'b2a6d5eb' into communication/develop

parents f2e21234 b2a6d5eb
......@@ -625,6 +625,7 @@ public class ContentViewActivity extends ABVContentViewActivity {
mPageScrollView = new PageScrollView(getApplicationContext());
mPageScrollView.setHorizontalScrollBarEnabled(false); // ScrollBarを非表示
mPageScrollView.addView(mContentWrapLayout, new ViewGroup.LayoutParams(mAllPageCount * mDisplaySize.width, FP));
mPageScrollView.setBackgroundColor(Color.BLACK);
RelativeLayout.LayoutParams param0 = createParam(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT);
param0.addRule(RelativeLayout.CENTER_IN_PARENT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment