mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-28 01:49:23 +01:00
Moving view attributes into uikit dedicated file
This commit is contained in:
parent
9adb87bdb4
commit
046d906f97
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<declare-styleable name="LocationSharingOptionView">
|
<declare-styleable name="LocationSharingOptionView">
|
||||||
<attr name="icon" format="reference" />
|
<attr name="icon" format="reference" />
|
||||||
<attr name="iconBackground" format="reference" />
|
<attr name="iconBackground" format="reference" />
|
||||||
@ -8,4 +9,5 @@
|
|||||||
<attr name="iconDescription" format="string" />
|
<attr name="iconDescription" format="string" />
|
||||||
<attr name="title" format="string" />
|
<attr name="title" format="string" />
|
||||||
</declare-styleable>
|
</declare-styleable>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user