Improve dashboard
This commit is contained in:
@@ -11,6 +11,4 @@
|
||||
<color name="log_red_light">#e91e63</color>
|
||||
<color name="log_blue_light">#00a6b2</color>
|
||||
<color name="log_white">#ececec</color>
|
||||
|
||||
<color name="divider">#cfcfcf</color>
|
||||
</resources>
|
||||
|
||||
@@ -150,4 +150,7 @@
|
||||
<string name="location_permission_description"><![CDATA[Your profile contains <strong><tt>wifi_ssid</tt> or <tt>wifi_bssid</tt> routing rules</strong>. To make them work, sing-box uses the <strong>location</strong> permission <strong>in the background</strong> to get information about the connected Wi-Fi network. The information will be used <strong>for routing purposes only</strong>.]]></string>
|
||||
<string name="location_permission_background_description"><![CDATA[On Android 10 and up, <strong>background location</strong> permission is required. Select <strong>Allow all the time</strong> to grant the permission.]]></string>
|
||||
<string name="open_settings">Open Settings</string>
|
||||
|
||||
<string name="settings_title_core">Core</string>
|
||||
|
||||
</resources>
|
||||
@@ -1,8 +1,4 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<style name="AppTheme" parent="Theme.Material3.DayNight">
|
||||
<item name="android:windowLightStatusBar" tools:targetApi="m">true</item>
|
||||
</style>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Translucent" parent="Theme.Material3.DayNight.Dialog.Alert">
|
||||
<item name="android:background">@android:color/transparent</item>
|
||||
|
||||
Reference in New Issue
Block a user