<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ff000000"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="80.0dip"
android:orientation="vertical" >
<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingBottom="1.0dip"
android:paddingTop="1.0dip"
android:scrollbars="none" >
<include layout="@layout/quickactions_buttons_part" />
</HorizontalScrollView>
</LinearLayout>
しかし、私はこの警告を受け取ります
This LinearLayout layout or its FrameLayout parent is useless; transfer the background attribute to the other view
と
This HorizontalScrollView layout or its LinearLayout parent is useless
このメッセージが消えるのに何ができるか誰かが知っていますか?