Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

ListView

Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/ListView

res\xml\listviewactivitypreferences.android-xml

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

  <PreferenceCategory
          android:title="@string/list_activity_settings_category">

    <CheckBoxPreference
          android:key="use_custom_adapter_preference"
          android:title="@string/title_custom_adapter_preference"
          android:summaryOn="@string/summary_on_custom_adapter_preference"
          android:summaryOff="@string/summary_off_custom_adapter_preference" />

  </PreferenceCategory>

</PreferenceScreen>