Commit 2601d792 by onuma

Bug #42869 pdfプレビュー画面で画面を回転させると、スライドが行われているように見える

parent 19ae8790
......@@ -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