mirror of
https://github.com/gsantner/dandelion
synced 2025-12-16 01:01:11 +01:00
move array ressources to arrays.xml
This commit is contained in:
parent
79087d75d7
commit
6912b2e044
4 changed files with 13 additions and 15 deletions
11
app/src/main/res/values/arrays.xml
Normal file
11
app/src/main/res/values/arrays.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<array name="splash_images">
|
||||
<item>@drawable/splashscreen1</item>
|
||||
<item>@drawable/splashscreen2</item>
|
||||
<item>@drawable/splashscreen3</item>
|
||||
<item>@drawable/splashscreen4</item>
|
||||
<item>@drawable/splashscreen5</item>
|
||||
<item>@drawable/splashscreen6</item>
|
||||
</array>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue