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

@@ -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>

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB