mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
71d5f9d090
Also added an attribute for the maximum value for the scroll range.
7 lines
238 B
XML
7 lines
238 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="setting_attributes">
|
|
<attr name="setting_name" format="string"/>
|
|
<attr name="max_value" format="float"/>
|
|
</declare-styleable>
|
|
</resources> |