Android Studio组件未显示在布局编辑器中

时间:2018-07-31 17:07:58

标签: java android-studio textview

我试图在android studio的布局中添加新的按钮和文本视图。

但是,在布局预览中,文本视图和按钮未显示在布局编辑器中。

我也更改了主题类型,但仍然无法正常工作。

this is the image i have taken a text view and a plain button but it is not showing up in the layout editor

3 个答案:

答案 0 :(得分:0)

您只需要在布局编辑器上拖放按钮和文本视图即可。 没什么。

重建并清理项目以在布局编辑器上进行更改。可能会对您有帮助。

答案 1 :(得分:0)

将“主题”更改为“经典”,然后将Build-> Clean项目更改为

答案 2 :(得分:0)

可能与以下问题相同: Failed to load AppCompat ActionBar with unknown error in android studio

如果使用库版本28 beta,请在res/values/styles.xml文件中更改此行:

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

收件人:

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