Files
sodalive-android/app/src/main/res/layout/dialog_audio_content_comment.xml
2023-08-05 01:25:09 +09:00

12 lines
394 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:id="@+id/fl_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>