initial commit

This commit is contained in:
cimenmus
2018-05-26 12:04:22 +03:00
parent 2f57316d7a
commit 24eef0ed59
132 changed files with 856 additions and 879 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="PizzalinkToolbar">
<declare-styleable name="AppToolbar">
<attr name="showHamburgerMenuIcon" format="boolean" />
<attr name="showBackIcon" format="boolean" />
<attr name="title" format="string" />
@@ -9,28 +9,28 @@
<attr name="toolbarTitleTextColor" format="reference" />
</declare-styleable>
<declare-styleable name="PizzalinkEditText">
<declare-styleable name="AppEditText">
<attr name="hint" format="string" />
<attr name="inputType" format="string" />
<attr name="lineCount" format="integer" />
<attr name="edittextTheme" format="string" />
</declare-styleable>
<declare-styleable name="PizzalinkButton">
<declare-styleable name="AppButton">
<attr name="isEnabled" format="boolean" />
<attr name="text" format="string" />
</declare-styleable>
<declare-styleable name="PizzalinkDropdown">
<declare-styleable name="AppDropdown">
<attr name="dropdownHint" format="string" />
</declare-styleable>
<declare-styleable name="PizzalinkInfoView">
<declare-styleable name="AppInfoView">
<attr name="description" format="string" />
<attr name="infoText" format="string" />
</declare-styleable>
<declare-styleable name="PizzalinkDropdownView">
<declare-styleable name="AppDropdownView">
<attr name="dropdownTheme" format="string" />
<attr name="dropdownHintView" format="string" />
</declare-styleable>

View File

@@ -1,7 +1,7 @@
<resources>
<!-- General-->
<string name="app_name">Pizzalink</string>
<string name="app_name">Pizzapp</string>
<string name="something_went_wrong">Es ist ein Fehler aufgetreten.</string>
<string name="alert">Warnung</string>
<string name="error_message">Es ist ein Fehler aufgetreten.</string>