11 lines
383 B
XML
11 lines
383 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/view_group_root"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<FrameLayout
|
|
id="@+id/fragment_donations_foundation_details_layout"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
</RelativeLayout>
|