Commit b70041b1 by NGUYEN LONG CHAN

53766: 【Android12検証 Check】図面のみ、署名が自由に書けない

- Change to use android:hardwareAccelerated="true" setting in ContentViewActivity
parent 767a10c7
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<activity <activity
android:name="jp.agentec.abook.abv.ui.viewer.activity.ContentViewActivity" android:name="jp.agentec.abook.abv.ui.viewer.activity.ContentViewActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:hardwareAccelerated="false" android:hardwareAccelerated="true"
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen" /> android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen" />
<activity <activity
android:name="jp.agentec.abook.abv.ui.viewer.activity.HTMLWebViewActivity" android:name="jp.agentec.abook.abv.ui.viewer.activity.HTMLWebViewActivity"
......
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