rending preview issues.

已回答


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
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

请先登录再写评论。