fix:修复个播粉丝团RTL适配问题
This commit is contained in:
15
app/src/main/res/drawable-ldrtl/bg_fans_team_entrance.xml
Normal file
15
app/src/main/res/drawable-ldrtl/bg_fans_team_entrance.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient
|
||||
android:angle="180"
|
||||
android:endColor="#FFFE4EB4"
|
||||
android:startColor="#FFFF1ED7"
|
||||
android:type="linear"
|
||||
android:useLevel="true" />
|
||||
<corners
|
||||
android:bottomLeftRadius="100dp"
|
||||
android:topLeftRadius="100dp" />
|
||||
|
||||
</shape>
|
Reference in New Issue
Block a user