nextcloud-android/res/values/attrs.xml

35 lines
1.3 KiB
XML
Raw Normal View History

2012-05-02 01:37:37 +04:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ActionEditText">
<attr name="optionOneString" format="string" />
<attr name="optionOneColor" format="color" />
<attr name="optionTwoString" format="string" />
2012-05-02 01:37:37 +04:00
<attr name="optionTwoColor" format="color" />
<attr name="onBadgeClick" format="string" />
</declare-styleable>
<string-array name="pref_behaviour_entries" translatable="false">
2015-12-01 23:59:12 +03:00
<item>@string/pref_behaviour_entries_keep_file</item>
<item>@string/pref_behaviour_entries_move</item>
2016-07-31 13:14:33 +03:00
<item>@string/pref_behaviour_entries_delete_file</item>
</string-array>
<string-array name="pref_behaviour_entryValues" translatable="false">
2016-11-06 11:19:10 +03:00
<item>LOCAL_BEHAVIOUR_FORGET</item>
<item>LOCAL_BEHAVIOUR_MOVE</item>
<item>LOCAL_BEHAVIOUR_DELETE</item>
2016-07-31 13:14:33 +03:00
</string-array>
<string-array name="upload_files_behaviour" translatable="false">
<item>@string/uploader_upload_files_behaviour_move_to_nextcloud_folder</item>
<item>@string/uploader_upload_files_behaviour_only_upload</item>
<item>@string/uploader_upload_files_behaviour_upload_and_delete_from_source</item>
</string-array>
<string-array name="menu_items_sort_by_options" translatable="false">
<item>@string/menu_item_sort_by_name</item>
<item>@string/menu_item_sort_by_date</item>
<item>@string/menu_item_sort_by_size</item>
</string-array>
2012-05-02 01:37:37 +04:00
</resources>