feat: 项目初始化

This commit is contained in:
wds
2021-05-25 14:44:35 +08:00
commit 5b5c61e0a7
63 changed files with 1598 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<resources>
<string name="app_name">MyApplication</string>
<string name="title_activity_home">HomeActivity</string>
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">First Fragment</string>
<string name="second_fragment_label">Second Fragment</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="hello_first_fragment">Hello first fragment</string>
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
</resources>