rending preview issues.

Answered


Is there a way about fixing this? I really liked the way you set up the forms in a java application and was wondering how i can set it up like that for android.

0
2 comments
Avatar
Permanently deleted user

Resolved the issue.

 

From

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
</style>

to

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
</style>
0

Please sign in to leave a comment.