16 lines
506 B
XML
16 lines
506 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
gravity="center"
|
||
|
orientation="vertical"
|
||
|
id="@+id/view_group_progress"
|
||
|
background="#6621262c"
|
||
|
visibility="gone"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
elevation="12dp">
|
||
|
<com.scb.phone.view.custom.common.CustomViewInlineProgressAnimation
|
||
|
layout_width="match_parent"
|
||
|
layout_height="80dp"/>
|
||
|
</LinearLayout>
|