Commit 4885a789 by onuma

#39140 報告タブの上部にグレー帯と×ボタンが表示されない setPaddingを廃止

parent d51ffc2d
......@@ -73,7 +73,9 @@ public class OperationTaskLayout extends RelativeLayout {
mContext = (ContentViewActivity)context;
if (isNormalSize) {
setPadding(0, 130, 0, 0);
// #39410 【Check】報告タブの上部にグレー帯と×ボタンが表示されない
// android 10 で setPaddingすると、Paddingの値分WebView が表示されないのでコメント
//setPadding(0, 130, 0, 0);
}
mWebView = new EnqueteWebView(context);
......
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