feat(home): 모두 팔로우 버튼 배경을 추가한다
This commit is contained in:
9
app/src/main/res/drawable/bg_home_follow_all_button.xml
Normal file
9
app/src/main/res/drawable/bg_home_follow_all_button.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="rectangle">
|
||||||
|
<solid android:color="@android:color/transparent" />
|
||||||
|
<stroke
|
||||||
|
android:width="1dp"
|
||||||
|
android:color="#4DFFFFFF" />
|
||||||
|
<corners android:radius="999dp" />
|
||||||
|
</shape>
|
||||||
Reference in New Issue
Block a user