fix:修复房间榜单入口背景圆角大小问题
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#19ffffff" />
|
||||
<corners
|
||||
android:bottomLeftRadius="11dp"
|
||||
android:bottomLeftRadius="@dimen/dp_12"
|
||||
android:bottomRightRadius="0dp"
|
||||
android:topLeftRadius="@dimen/dp_12"
|
||||
android:topRightRadius="0dp" />
|
||||
|
Reference in New Issue
Block a user