mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
23 lines
No EOL
659 B
XML
23 lines
No EOL
659 B
XML
<?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" />
|
|
<attr name="optionTwoColor" format="color" />
|
|
<attr name="onBadgeClick" format="string" />
|
|
|
|
</declare-styleable>
|
|
|
|
<string-array name="pref_behaviour_entries">
|
|
<item>@string/pref_behaviour_entries_keep_file</item>
|
|
<item>@string/pref_behaviour_entries_move</item>
|
|
</string-array>
|
|
|
|
<string-array name="pref_behaviour_entryValues">
|
|
<item>NOTHING</item>
|
|
<item>MOVE</item>
|
|
</string-array>
|
|
</resources> |