Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created March 12, 2022 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/81468e4738a23ba870e1b8bcb796a208 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/81468e4738a23ba870e1b8bcb796a208 to your computer and use it in GitHub Desktop.
【Kotlin】ListView with one textview 1
<resources>
<string name="app_name">ListViewSample</string>
<string-array name="list_animal">
<item>とり</item>
<item>しか</item>
<item>ぞう</item>
<item>きつね</item>
<item>かば</item>
<item>ライオン</item>
<item>パンダ</item>
<item>ひつじ</item>
</string-array>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment