summaryrefslogtreecommitdiffstats
path: root/res/layout/activity_main.xml
blob: e6c9f5354012015c5d9a1722c54c1e533d2951f7 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<FrameLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:custom="http://schemas.android.com/apk/res/com.cyngn.audiofx"
        android:id="@+id/main_fragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

</FrameLayout>