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