gpt4 book ai didi

android - 如何解决Android Studio中的渲染问题?

转载 作者:行者123 更新时间:2023-12-02 11:39:28 34 4
gpt4 key购买 nike

我已经开始使用 Android Studio 开发一个应用程序,现在,由于没有明显的原因,其中一个内容 xml 文件出现了渲染问题,似乎缺少主题或其他内容。但在这两个文件中,一个有效,一个无效,文件中没有引用任何主题。

我完全困惑了。这对我来说没有任何意义。请让我知道我应该发布哪些文件,以便有人可以查看!

文件的内容似乎错过了主题,或者其他什么:

        android:layout_width="match_parent"
android:layout_height="match_parent"

android:useDefaultMargins="true"
android:alignmentMode="alignBounds"
android:columnOrderPreserved="false"

android:columnCount="4"
>

<TextView
android:text="@string/MainTitle"
android:textSize="32dip"
android:layout_columnSpan="4"
android:layout_gravity="center_horizontal"
android:id="@+id/textView1"
/>

<TextView
android:text="You can configure email in just a few steps:"
android:textSize="16dip"

android:layout_columnSpan="4"
android:layout_gravity="left"
/>

<TextView
android:text="Email address:"

android:layout_gravity="right"
/>

<EditText
android:ems="10"
/>

<TextView
android:text="Password:"

android:layout_column="0"
android:layout_gravity="right"
/>

<EditText
android:ems="8"
/>

<Space
android:layout_row="4"
android:layout_column="0"
android:layout_columnSpan="3"
android:layout_gravity="fill"
/>

<Button
android:text="Next"
android:id="@+id/imageButton1"
android:layout_row="5"
android:layout_column="3"
/>
</GridLayout>

错误:

 Rendering Problems Missing styles. Is the correct theme chosen for this layout?  Use the Theme combo box above the layout to choose a different layout, or fix the theme style references.  Failed to find style 'textViewStyle' in current theme (28 similar errors not shown)

最佳答案

我之前也遇到过这个问题,如果我没记错的话,该错误是由于项目设置中没有选择 Android API 级别(例如 API 21:Lollipop)而引起的。

关于android - 如何解决Android Studio中的渲染问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33371554/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com