changed checkbox style and input background

This commit is contained in:
M M Arif
2020-01-29 19:31:27 +05:00
parent 36774620db
commit 50671907ba
7 changed files with 26 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
android:shape="rectangle">
<solid
android:color="@color/inputBackground">
android:color="?attr/inputBackgroundColor">
</solid>
<corners

View File

@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<shape>
<solid
android:color="@color/inputBackground">
android:color="?attr/inputBackgroundColor">
</solid>
<corners