Skip to content

Commit

Permalink
change background color
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed Apr 16, 2024
1 parent 10a71eb commit b72241e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@

## 更新日志

### v1.0.9

* 减小频道数字文字大小
* 播放时背景颜色为黑色

### v1.0.8

* 点击节目列表/菜单以外区域,自动隐藏节目列表/菜单
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/layout/channel.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/channel_fragment"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_width="90dp"
android:layout_height="60dp"
android:layout_gravity="end|top"
android:layout_marginTop="20dp"
android:layout_marginEnd="50dp">
Expand All @@ -15,5 +15,5 @@
android:layout_marginTop="0dp"
android:textColor="#FFEEEEEE"
android:textStyle="bold"
android:textSize="50sp" />
android:textSize="40sp" />
</FrameLayout>
1 change: 1 addition & 0 deletions app/src/main/res/layout/player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
android:id="@+id/player_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:keepScreenOn="true">

<SurfaceView
Expand Down

0 comments on commit b72241e

Please sign in to comment.