16 lines
592 B
XML
16 lines
592 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.scb.phone.view.custom.DraggableFloatingActionButton
|
|
id="@+id/fab"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
scaleType="fitXY"
|
|
layout_alignParentBottom="true"
|
|
layout_alignParentEnd="true"
|
|
NOT_FOUND_0x8="0"/>
|
|
</RelativeLayout>
|