Commit f406b1fe authored by Cool-fire's avatar Cool-fire

"Added config changes to retain drawing on rotation"

parent cf7ffd51
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
<application android:name=".DrawApplication"> <application android:name=".DrawApplication">
<activity <activity
android:name=".main.ui.DrawingActivity" android:name=".main.ui.DrawingActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" /> android:theme="@style/Theme.AppCompat.Light.NoActionBar"
android:configChanges="orientation|screenSize|keyboardHidden"/>
</application> </application>
</manifest> </manifest>
\ No newline at end of file
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