mirror of https://github.com/lizongying/my-tv.git
parent
e6530b4e9e
commit
72e893b73a
@ -0,0 +1,4 @@ |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<solid android:color="@color/white" /> |
||||
<corners android:radius="4dp" /> <!-- Adjust the radius as needed --> |
||||
</shape> |
||||
@ -0,0 +1,4 @@ |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<solid android:color="#FF263238" /> |
||||
<corners android:radius="4dp" /> <!-- Adjust the radius as needed --> |
||||
</shape> |
||||
@ -1,4 +1,5 @@ |
||||
<resources> |
||||
<color name="fastlane_background">#30000000</color> |
||||
<color name="black">#000</color> |
||||
<color name="white">#FFF</color> |
||||
</resources> |
||||
@ -1,3 +1,4 @@ |
||||
<resources> |
||||
<string name="app_name">我的电视</string> |
||||
<string name="logo">logo</string> |
||||
</resources> |
||||
Loading…
Reference in new issue