-
-
Save codeforfun-jp/7856edc74b2ca7b4d98d1e2cdc817d21 to your computer and use it in GitHub Desktop.
【Java】ListView with one textview 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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