Moving view attributes into uikit dedicated file

This commit is contained in:
Maxime Naturel 2022-03-03 15:20:05 +01:00
parent 9adb87bdb4
commit 046d906f97
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="LocationSharingOptionView">
<attr name="icon" format="reference" />
<attr name="iconBackground" format="reference" />
@ -8,4 +9,5 @@
<attr name="iconDescription" format="string" />
<attr name="title" format="string" />
</declare-styleable>
</resources>