1
0
mirror of https://github.com/WuXiaolong/AndroidMVPSample.git synced 2025-06-21 15:22:42 +08:00
2018-03-28 13:43:57 +08:00

15 lines
641 B
XML

<resources>
<string name="app_name">AndroidMVPSample</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="city">城市:</string>
<string name="wd">\n风向:</string>
<string name="ws">\n风级:</string>
<string name="time">\n发布时间:</string>
<string name="net_error">网络不给力</string>
<string name="title">MVP+Retrofit+Rxjava2</string>
<string name="text0">普通写法(Retrofit)</string>
<string name="text1">普通写法(Retrofit+Rxjava)</string>
<string name="text2">MVP+Retrofit+Rxjava</string>
</resources>