mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-05-02 00:07:24 +08:00
11 lines
360 B
XML
11 lines
360 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">TestCustomCamera</string>
|
|
<string name="hello_world">Hello world!</string>
|
|
<string name="action_settings">Settings</string>
|
|
<string name="title_activity_camera_view">CameraView</string>
|
|
<string name="start_custom_camera">Start Custom Camera</string>
|
|
|
|
</resources>
|