2

ここに画像の説明を入力

アプリのスクリーン ショット sephiroth74/Horizo​​ntalVariableListView 外部ライブラリを使用してアプリを構築しようとしています。アプリはエミュレーターで正常に動作しますが、xml ビューでは何も表示されません。

  <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/full_image_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:context=".ColorPatern" >


    <it.sephiroth.android.library.widget.HListView           
        android:id="@+id/hListView1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true" />

<Button
    android:id="@+id/btnSetWallpaper"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:layout_centerHorizontal="true"
    android:text="@string/set_wallpaper" />

  </RelativeLayout> 

そのエラーを取り除くにはどうすればよいですか?

4

0 に答える 0