wygląd tła karty notatki
This commit is contained in:
parent
8d27949ed9
commit
feb1fa0c09
8
app/src/main/res/drawable/background_note.xml
Normal file
8
app/src/main/res/drawable/background_note.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="rectangle">
|
||||||
|
|
||||||
|
<solid android:color="@color/colorNoteColor" />
|
||||||
|
<corners android:radius="@dimen/_25sdp" />
|
||||||
|
|
||||||
|
</shape>
|
Loading…
Reference in New Issue
Block a user