6.6.2 - Alpha7 - 应用 (以及打包应用) 支持更多权限 (issue #338)
This commit is contained in:
@@ -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>
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user