Merge pull request #105 from haha459862/main

直播源选中颜色修复
pull/1/head
小黄瓜 4 years ago committed by GitHub
commit 9a486e5b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/res/drawable/shape_live_focus.xml

@ -2,7 +2,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true">
<shape>
<solid android:color="@color/color_99000000" />
<solid android:color="@color/color_1890FF" />
</shape>
</item>
<item android:state_focused="false">

Loading…
Cancel
Save