Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/music-synthesizer-for-android/blame/commit/c1604c3662a793b35aeef0681fd47e2fab74a03b/android/res/values/attrs.xml You should set ROOT_URL correctly, otherwise the web may not work correctly.
music-synthesizer-for-android/android/res/values/attrs.xml

15 lines
510 B

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ChordGridView">
<attr name="octave" format="integer" />
</declare-styleable>
<declare-styleable name="KnobView">
<attr name="value" format="float" />
<attr name="min" format="float" />
<attr name="max" format="float" />
</declare-styleable>
<declare-styleable name="PianoView">
<attr name="octaves" format="integer" />
<attr name="first_octave" format="integer" />
</declare-styleable>
</resources>