You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
299 B

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- 帖子发送类型-->
<string-array name="post_type_list">
<item>@string/post_type_activity</item>
<item>@string/post_type_topic</item>
<item>@string/post_type_complain</item>
</string-array>
</resources>