Skip to content

Commit

Permalink
midi works
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Feb 8, 2025
1 parent 0b4bd44 commit 102e74a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/src/main/res/layout/rack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="2"
android:text="CH1 D1 D2"
android:text="CH D1 D2"
android:textSize="12dp"
android:id="@+id/midi_display"
android:fontFamily="@font/start"
Expand All @@ -632,6 +632,17 @@
android:background="@color/fui_transparent"
android:text="Hide"/>
</LinearLayout>
<TextView
android:layout_margin="0dp"
android:padding="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/start"
android:textSize="9dp"
android:text="Long press control labels for MIDI"
android:textAlignment="center"
android:layout_gravity="center"
android:gravity="center"/>
</LinearLayout>


Expand Down

0 comments on commit 102e74a

Please sign in to comment.