dodanie przycisku add (zamiast fab)
This commit is contained in:
parent
5d5484077e
commit
0fa75c7cb3
6
app/src/main/res/drawable/add_button.xml
Normal file
6
app/src/main/res/drawable/add_button.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@color/colorAccent"></solid>
|
||||
</shape>
|
Loading…
Reference in New Issue
Block a user