지금 라이브 중 - 참여 가능 인원 표시
This commit is contained in:
4
app/src/main/res/drawable/bg_circle_b3333333.xml
Normal file
4
app/src/main/res/drawable/bg_circle_b3333333.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/color_b3333333" />
|
||||
</shape>
|
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_b3333333" />
|
||||
<corners android:radius="13.3dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/color_b3333333" />
|
||||
</shape>
|
Reference in New Issue
Block a user