Added files of Alex and fixed the code.

This commit is contained in:
Batuhan Berk Başoğlu 2020-11-19 13:59:45 -05:00
parent c3d1f605d7
commit ccd5a1d53b
872 changed files with 15722 additions and 26674 deletions

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#000000"/>
<!--corners allow us to make the rounded corners button-->
<corners android:radius="8dp" />
</shape>
</item>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#ffffff"/>
<!--corners allow us to make the rounded corners button-->
<corners android:radius="8dp" />
</shape>
</item>
</selector>