Add files via upload
This commit is contained in:
parent
b687add38d
commit
3eac6b470f
56 changed files with 1495 additions and 0 deletions
10
UI/app/src/main/res/drawable-v24/mybutton.xml
Normal file
10
UI/app/src/main/res/drawable-v24/mybutton.xml
Normal file
|
@ -0,0 +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>
|
||||
</selector>
|
Loading…
Add table
Add a link
Reference in a new issue