button and edittext views

This commit is contained in:
2017-09-29 00:08:10 +03:00
parent 970980c47a
commit dca2c7a71c
18 changed files with 485 additions and 24 deletions

View File

@@ -1,7 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="PizzalinkToolbar">
<attr name="showHamburgerMenuIcon" format="boolean" />
<attr name="title" format="string" />
<attr name="toolbarBackgroundColor" format="reference" />
<attr name="toolbarTitleTextColor" format="reference" />
</declare-styleable>
<declare-styleable name="PizzalinkEditText">
<attr name="hint" format="string" />
<attr name="inputType" format="string" />
</declare-styleable>
<declare-styleable name="PizzalinkButton">
<attr name="isEnabled" format="boolean" />
<attr name="text" format="string" />
</declare-styleable>
</resources>