Listview从Strings.xml填充,如何主题呢?

时间:2015-02-23 19:08:52

标签: java android android-listview

所以我有一个列表视图设置方式,不使用ArrayAdapter - 我如何控制它的外观?

java文件:

// Get ListView object from xml
listView = (ListView) findViewById(R.id.list);

xml:     

<ListView
android:id="@+id/list"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:textAlignment="center"
android:entries="@array/catagory_arrays"
style="@style/AppTheme">
</ListView>
</LinearLayout

0 个答案:

没有答案