forked from Blankj/AndroidUtilCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
18 lines (14 loc) · 739 Bytes
/
strings.xml
File metadata and controls
18 lines (14 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="demo_flashlight">FlashlightUtils Demo</string>
<string name="demo_brightness">Brightness Demo</string>
<string name="demo_location">LocationUtils Demo</string>
<string name="demo_meta_data">MetaData Demo</string>
<string name="demo_pinyin">PinyinUtils Demo</string>
<!-- Brightness 相关 -->
<string name="brightness_set_auto_brightness_enable">Set Auto Brightness Enable</string>
<string name="brightness_set_auto_brightness_disable">Set Auto Brightness Disable</string>
<!-- Flashlight相关 -->
<string name="flashlight_on">Set Flashlight On</string>
<string name="flashlight_off">Set Flashlight Off</string>
</resources>