13 lines
480 B
XML
13 lines
480 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
id="@+id/root"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<fragment
|
||
|
name="com.scb.phone.view.fragment.ccrredemption.mileage.MileageConfirmRedemptionFragment"
|
||
|
id="@+id/fragment_mileage_review_redemption"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
</LinearLayout>
|