Stap 3: De ListView item lay-bestand maken
Gericht op elke inhoud van ListView weergeven, hier gebruiken we aanpassen (definiëren door uzelf), zodat elke ListView kan laten zien meer inhoud, item_list.xml, zoals hieronder blijkt:
<?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" android:orientation="vertical" > <TextView android:id=" android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="24dp"/> android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="12dp"/> <TextView android:id=" android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="12dp"/> </LinearLayout>
Kopieer de broncode van BleExample /com.elecfreaks.ble naar uw project src directory, en open vervolgens het bestand met fout prompt, op de shift + ctrl + O toetsen te drukken.