[アンドロイド] Androidがスプリッタとアレイベースのリストビューを変更します

アンドロイドスプリッタとアレイベースのリストビューを変更します

listview.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <ListView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:entries="@array/language"
        android:divider="#f00"
        android:dividerHeight="2px"
        android:headerDividersEnabled="false"/>
</LinearLayout>

新しい値のIn

名前付きarray.xml

試写

公開された201元の記事 ウォン称賛46 ビュー90000 +

おすすめ

転載: blog.csdn.net/rong11417/article/details/105036701