Composer compiling and running
This commit is contained in:
parent
848f665509
commit
04d2e206ee
69 changed files with 6463 additions and 17 deletions
13
libraries/elementresources/src/main/res/drawable/bg_send.xml
Normal file
13
libraries/elementresources/src/main/res/drawable/bg_send.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:bottom="10dp"
|
||||
android:left="10dp"
|
||||
android:right="10dp"
|
||||
android:top="10dp">
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="?colorPrimary" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:drawable="?attr/selectableItemBackground" />
|
||||
</layer-list>
|
||||
Loading…
Add table
Add a link
Reference in a new issue