change HttpsEditText to generic PrefixEditText

This commit is contained in:
Vincent Breitmoser
2015-04-25 03:39:40 +02:00
parent 24d407bce3
commit 608b66d192
5 changed files with 27 additions and 10 deletions

View File

@@ -29,4 +29,8 @@
<attr name="color_strong" format="color" />
</declare-styleable>
<declare-styleable name="PrefixedEditText">
<attr name="prefix" format="string" />
</declare-styleable>
</resources>