
Try to remove the weird config file and replace it with more conventional resource files in other places.
21 lines
No EOL
868 B
XML
21 lines
No EOL
868 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- This is for HomeFragment's AppBarLayout. Explanations for these can be found there. -->
|
|
<item name="home_song_list" type="id" />
|
|
<item name="home_album_list" type="id" />
|
|
<item name="home_artist_list" type="id" />
|
|
<item name="home_genre_list" type="id" />
|
|
|
|
<declare-styleable name="StyledImageView">
|
|
<attr name="cornerRadius" format="dimension" />
|
|
<attr name="staticIcon" format="reference" />
|
|
<attr name="useLargeIcon" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="IntListPreference">
|
|
<attr name="entries" format="reference" />
|
|
<attr name="entryValues" format="reference" />
|
|
<attr name="entryIcons" format="reference" />
|
|
<attr name="offValue" format="reference" />
|
|
</declare-styleable>
|
|
</resources> |