Dying
This commit is contained in:
9
app/src/main/res/drawable/floating_console_bg_top.xml
Normal file
9
app/src/main/res/drawable/floating_console_bg_top.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="@color/colorPrimary"/>
|
||||
|
||||
<corners
|
||||
android:topLeftRadius="12dp"
|
||||
android:topRightRadius="12dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user