8 lines
334 B
XML
8 lines
334 B
XML
<?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" />
|