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