button and edittext views
This commit is contained in:
9
app/src/main/res/drawable/background_button_disabled.xml
Normal file
9
app/src/main/res/drawable/background_button_disabled.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white"/>
|
||||
<stroke
|
||||
android:color="@color/venus"
|
||||
android:width="1dp"/>
|
||||
<corners android:radius="1dp"/>
|
||||
</shape>
|
||||
9
app/src/main/res/drawable/background_button_enabled.xml
Normal file
9
app/src/main/res/drawable/background_button_enabled.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white"/>
|
||||
<stroke
|
||||
android:color="@color/colorPrimary"
|
||||
android:width="1dp"/>
|
||||
<corners android:radius="1dp"/>
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/pizzalink_logo.png
Normal file
BIN
app/src/main/res/drawable/pizzalink_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user