Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created July 25, 2022 08:23
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/7856edc74b2ca7b4d98d1e2cdc817d21 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/7856edc74b2ca7b4d98d1e2cdc817d21 to your computer and use it in GitHub Desktop.
【Java】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