feat(character): 캐릭터 탭 UI 및 기본 기능 구현
This commit is contained in:
14
app/src/main/res/drawable/gradient_ranking_bg.xml
Normal file
14
app/src/main/res/drawable/gradient_ranking_bg.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="135"
|
||||
android:startColor="#80000000"
|
||||
android:centerColor="#99000000"
|
||||
android:endColor="#CC000000"
|
||||
android:type="linear" />
|
||||
<corners
|
||||
android:bottomLeftRadius="16dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="0dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user