mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Moving view attributes into uikit dedicated file
This commit is contained in:
parent
9adb87bdb4
commit
046d906f97
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue