mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2025-09-10 02:39:40 +02:00
Added Settings Activity and new Color Scheme
This commit is contained in:
parent
965aee43dd
commit
656a25d944
21 changed files with 366 additions and 24 deletions
14
app/src/main/res/values/strings_activity_settings.xml
Normal file
14
app/src/main/res/values/strings_activity_settings.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<resources>
|
||||
<string name="title_activity_settings">Settings</string>
|
||||
|
||||
<!-- Strings related to Settings -->
|
||||
|
||||
<!-- Settings for simulation -->
|
||||
<string name="pref_header_simulation">Simulation</string>
|
||||
|
||||
<string name="pref_title_simulate_anomaly">Simulate Anomaly</string>
|
||||
<string name="pref_description_simulate_anomaly">The double step anomaly causes the middle rotor
|
||||
to rotate twice, if one step from turnover point.
|
||||
</string>
|
||||
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue