6.6.2 - Alpha7 - 应用 (以及打包应用) 支持更多权限 (issue #338)

This commit is contained in:
SuperMonster003
2025-04-16 14:27:02 +08:00
parent ad3d283237
commit 24136cec95
17 changed files with 1475 additions and 1095 deletions

View File

@@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="css_style_license_dialog_notices" translatable="false">
p.license {
background: grey;
}
body {
color: #CDCDCD;
background-color: #424242;
font-family: sans-serif;
overflow-wrap: break-word;
}
body a:link {
color: #0086C3;
}
pre {
background-color: #373737;
padding: 1em;
white-space: pre-wrap;
}
</string>
</resources>

View File

@@ -1,6 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="css_style_license_dialog_notices" translatable="false">
p.license {
background: grey;
}
body {
color: #CDCDCD;
background-color: #424242;
font-family: sans-serif;
overflow-wrap: break-word;
}
body a:link {
color: #0086C3;
}
pre {
background-color: #373737;
padding: 1em;
white-space: pre-wrap;
}
</string>
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.Splash" parent="@android:style/Theme.NoTitleBar.Fullscreen">