Add custom attributes

feature/top10
Aurelien Hubert 7 years ago
parent ced4ed307a
commit 6926ede520
  1. 7
      app/src/main/res/values/attrs.xml

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="PokerAnalyticsTextView">
<attr name="isCurrency" format="boolean" />
<attr name="amount" format="float" />
</declare-styleable>
</resources>
Loading…
Cancel
Save