<resources>
との違いは何<Linearlayout>
ですか?それは何で<resources>
、どこで使用しますか?検索してAndroidサイトを表示しましたが、何であるかわかりません<resources>
。
なぜstrings.xml
使用するの<resources>
ですか?たとえば、このコードでは使用しているので、使用しないのはなぜ<LinearLayout>
ですか?
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="difficulty">
<item>@string/easy_label</item>
<item>@string/medium_label</item>
<item>@string/hard_label</item>
</array>
</resources>
乾杯。