登录注册
This commit is contained in:
@@ -20,4 +20,4 @@
|
||||
<color name="green_light">#E8F7F7</color>
|
||||
<color name="gray_divider">#E5E5E5</color>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
@@ -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>
|
||||
|
||||
6
app/src/main/res/xml/file_paths.xml
Normal file
6
app/src/main/res/xml/file_paths.xml
Normal 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>
|
||||
Reference in New Issue
Block a user