Skip to content

Commit fb9b504

Browse files
author
SkyD666
committed
[optimize]更改弹幕设置页面背景色;优化GitHub Actions逻辑
1 parent 1f2ec1d commit fb9b504

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/workflows/pre_release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ name: Pre-Release
44
on:
55
workflow_dispatch:
66
push:
7+
branches:
8+
- 'master'
9+
paths-ignore:
10+
- '**.md'
11+
- 'doc/**'
12+
- 'screenshot/**'
13+
- 'image/**'
714
pull_request:
15+
branches:
16+
- 'master'
17+
paths-ignore:
18+
- '**.md'
19+
- 'doc/**'
20+
- 'screenshot/**'
21+
- 'image/**'
822

923
jobs:
1024
build:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<a href="https://codebeat.co/projects/github-com-skyd666-imomoe-master" style="text-decoration:none">
77
<img src="https://codebeat.co/badges/63fb5d12-bece-4d8f-913e-5bcde2f01242" alt="codebeat badge" />
88
</a>
9+
<a href="https://github.com/SkyD666/Imomoe/actions" style="text-decoration:none">
10+
<img src="https://img.shields.io/github/workflow/status/SkyD666/Imomoe/Pre-Release" alt="GitHub Workflow Status" />
11+
</a>
912
<a href="https://github.com/SkyD666/Imomoe/releases/latest" style="text-decoration:none">
1013
<img src="https://img.shields.io/github/v/release/SkyD666/Imomoe?display_name=release" alt="GitHub release (latest by date)"/>
1114
</a>
@@ -30,6 +33,7 @@
3033

3134

3235

36+
3337
----
3438

3539
## [>>必看使用说明(自定义数据源)<<](doc/customdatasource/README.md)

app/src/main/res/layout/fragment_danmaku_setting_dialog.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
style="@style/Widget.Material3.CardView.Filled"
66
android:layout_width="match_parent"
77
android:layout_height="wrap_content"
8-
app:cardBackgroundColor="@android:color/white"
8+
app:cardBackgroundColor="?attr/background"
99
app:cardCornerRadius="0px">
1010

1111
<androidx.core.widget.NestedScrollView
@@ -155,8 +155,8 @@
155155
style="@style/TextAppearance.Material3.TitleSmall"
156156
android:layout_width="wrap_content"
157157
android:layout_height="wrap_content"
158-
android:minWidth="30dp"
159158
android:layout_marginStart="10dp"
159+
android:minWidth="30dp"
160160
android:textColor="?attr/colorPrimary"
161161
tools:text="70%" />
162162

0 commit comments

Comments
 (0)