forked from GitHub-Mirror/riotX-android
FAB Menu
FAB Menu WIP FAB Menu WIP FAB Menu WIP
This commit is contained in:
13
vector/src/main/res/drawable/vector_label_background.xml
Normal file
13
vector/src/main/res/drawable/vector_label_background.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="3dp" />
|
||||
|
||||
<solid android:color="#FFFFFF" />
|
||||
|
||||
<stroke
|
||||
android:width="0.5dp"
|
||||
android:color="#1EFFFFFF" />
|
||||
|
||||
</shape>
|
Reference in New Issue
Block a user