1
0
Fork 0
tt9/res/values/styles.xml
sspanak b550d5d5dd New Settings screen
* Settings screen is now based on the Android SharedPreferences

* Added function key configuration on the Settings screen

* Added a setting for toggling the on-screen buttons

* Added a dark/light theme setting

* Improved translations

* Fixed a problem with launching the Settings screen directly from the Android settings

* Fixed ignoring keys not actually ignoring them properly
2022-12-01 17:01:38 +02:00

9 lines
310 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="hSeparator">
<item name="android:layout_height">match_parent</item>
<item name="android:layout_width">2px</item>
<item name="android:layout_marginBottom">1dp</item>
<item name="android:layout_marginTop">1dp</item>
</style>
</resources>