登录注册

This commit is contained in:
2026-05-15 10:44:52 +08:00
parent 193955d983
commit da935a122f
24 changed files with 763 additions and 99 deletions

View File

@@ -20,4 +20,4 @@
<color name="green_light">#E8F7F7</color>
<color name="gray_divider">#E5E5E5</color>
</resources>
</resources>

View File

@@ -74,6 +74,7 @@
<string name="bind_device">Bind Device</string>
<string name="unbind_device">Unbind Device</string>
<string name="device_not_found">No devices found</string>
<string name="no_device">No device</string>
<!-- Add Device -->
<string name="add_device_title">Add Device</string>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-files-path
name="my_images"
path="Pictures" />
</paths>