Newer
Older
music / app / src / main / res / layout / fragment_song.xml
@lukas lukas on 16 Aug 2022 435 bytes add chord view
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".SongFragment">

    <TableLayout
        android:id="@+id/chords"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</FrameLayout>