mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 18:05:28 +01:00
10 lines
434 B
XML
10 lines
434 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<declare-styleable name="PermissionItem">
|
||
|
<attr name="permissionTitle" format="string" />
|
||
|
<attr name="permissionTitleSubTitle" format="string" />
|
||
|
<attr name="permissionTitleNumber" format="string" />
|
||
|
<attr name="permissionIcon" format="integer" />
|
||
|
<attr name="permissionButtonTitle" format="string" />
|
||
|
</declare-styleable>
|
||
|
</resources>
|