mirror of https://github.com/FongMi/TV.git
parent
35d2070345
commit
8a41328d65
@ -1,8 +0,0 @@ |
||||
<resources> |
||||
|
||||
<style name="AppTheme" parent="BaseTheme"> |
||||
<item name="android:windowTranslucentStatus">true</item> |
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> |
||||
</style> |
||||
|
||||
</resources> |
||||
|
After Width: | Height: | Size: 24 KiB |
@ -0,0 +1,10 @@ |
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:width="24dp" |
||||
android:height="24dp" |
||||
android:tint="#FFFFFF" |
||||
android:viewportWidth="960" |
||||
android:viewportHeight="960"> |
||||
<path |
||||
android:fillColor="@android:color/white" |
||||
android:pathData="M480,536L284,732Q273,743 256,743Q239,743 228,732Q217,721 217,704Q217,687 228,676L424,480L228,284Q217,273 217,256Q217,239 228,228Q239,217 256,217Q273,217 284,228L480,424L676,228Q687,217 704,217Q721,217 732,228Q743,239 743,256Q743,273 732,284L536,480L732,676Q743,687 743,704Q743,721 732,732Q721,743 704,743Q687,743 676,732L480,536Z" /> |
||||
</vector> |
||||
Loading…
Reference in new issue