mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 18:07:25 +00:00
Moving settings to a better method
This commit is contained in:
parent
0079c060b1
commit
f602ae569f
9 changed files with 648 additions and 546 deletions
30
app/src/main/res/values/arrays.xml
Normal file
30
app/src/main/res/values/arrays.xml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<resources>
|
||||
<!-- Reply Preference -->
|
||||
<string-array name="reply_entries">
|
||||
<item>Reply</item>
|
||||
<item>Reply to all</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="reply_values">
|
||||
<item>reply</item>
|
||||
<item>reply_all</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="h_alignment_options">
|
||||
<item>Left</item>
|
||||
<item>Center</item>
|
||||
<item>Right</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="h_alignment_values">
|
||||
<item>left</item>
|
||||
<item>center</item>
|
||||
<item>right</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="size_options">
|
||||
<item>Small</item>
|
||||
<item>Medium</item>
|
||||
<item>Large</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue