こんにちは私はこの背景を白に変更するために私の人生のための数字を傾けることはできません。xmlのexpandableListViewの背景を変更する
CODE:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FFFFFF"
>
<ExpandableListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FFFFFF"
>
</ExpandableListView>
</LinearLayout>
は
はおそらく黒のフォントの色を変更する必要があるだろう、ここで黒を白にします。
はあなたがあまりにも行として使用しているという見解を投稿することができますか? – FoamyGuy
私の知らないことは申し訳ありませんが、それは水平視を意味しますか? –