水平線を追加したいXMLファイルレイアウトがあります。そのために私は以下を追加しました:
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/black" />
残念ながら、このレイアウトはAppWidgetProviderによって使用されているため、apkは次のエラーをクラッシュさせます。
W/AppWidgetHostView( 517): updateAppWidget couldn't find any view, using error view
W/AppWidgetHostView( 517): android.view.InflateException: Binary XML file line #25: Error inflating class android.view.View
そこからどうやって直せばいいのかわからない。自分の行を表示してXMLに入れたいのですが。
ありがとう。