我在 Android编程中处理CrimeIntent
应用:
大书呆子牧场指南。当我在EditText
文件中为片段(LinearLayout
)放置fragment_crime.xml
小部件时,我遇到了渲染问题。这是代码
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText android:id="@+id/crime_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/crime_title_hint"/>
</LinearLayout>
我不想改变主题。
答案 0 :(得分:1)
你的布局xml没有错误...可能是android studio中的插件和库加载问题...尝试重新启动它或检查丢失的库和目标..或检查@ string / crime_title_hint如果它存在于Strings.xml资源中。