blob: 1d6d5dc77fc7c41a901bf1cb1cca9e3a41fd0644 (
plain)
1
2
3
4
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/${detail_name}_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
|