summaryrefslogtreecommitdiffstats
path: root/res/layout/activity_main.xml
blob: 98878eaf0a0dc921704fe9176370bf3f94c2f5d8 (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/org.cyanogenmod.audiofx"
        android:id="@+id/main_fragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

</FrameLayout>