what-the-bank/resources/res/layout/2131559302.xml

16 lines
506 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>