<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Sticker</string>
    <declare-styleable name="StickerView">
        <attr format="boolean" name="showIcons"/>
        <attr format="boolean" name="showBorder"/>
        <attr format="boolean" name="bringToFrontCurrentSticker"/>
        <attr format="color" name="borderColor"/>
        <attr format="integer" name="borderAlpha"/>
    </declare-styleable>
</resources>