1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-07 14:11:36 +02:00
Gadgetbridge/app/src/main/res/values/rc_attrs.xml
hrglpfrmpf c1fd0b77ad Support for Withings Steel HR (#2831)
Co-authored-by: hrglpfrmpf <hrglpfrmpf@web.de>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2831
Co-authored-by: hrglpfrmpf <hrglpfrmpf@noreply.codeberg.org>
Co-committed-by: hrglpfrmpf <hrglpfrmpf@noreply.codeberg.org>
2023-07-26 17:20:43 +00:00

11 lines
456 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="RotaryControl">
<attr name="start_angle" format="float" />
<attr name="angle" format="float" />
<attr name="line_thickness" format="dimension" />
<attr name="line_color" format="color" />
<attr name="controlpoint_size" format="dimension" />
<attr name="controlpoint_color" format="color" />
</declare-styleable>
</resources>