Liu Song’s Projects


~/Projects/TVBoxOSC

git clone https://code.lsong.org/TVBoxOSC

Commit

Commit
feb43f7fb28a7ecd7c34c04d3cc43cc4ae9795a6
Author
haha459862 <[email protected]>
Date
2022-06-29 19:07:33 +0800 +0800
Diffstat
 app/src/main/res/drawable/shape_live_focus.xml | 2 +-

live focus color bug fix


diff --git a/app/src/main/res/drawable/shape_live_focus.xml b/app/src/main/res/drawable/shape_live_focus.xml
index 0bd8f36dcac488261c396628124635959dc9277e..c26096c3f2805d1470fc563212a17cec15610ed6 100644
--- a/app/src/main/res/drawable/shape_live_focus.xml
+++ b/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">