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

43 lines
1.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/balloon"
layout_width="match_parent"
layout_height="match_parent">
<FrameLayout
id="@+id/balloon_wrapper"
layout_width="match_parent"
layout_height="match_parent">
<FrameLayout
layout_gravity="center"
id="@+id/balloon_content"
padding="10dp"
clipChildren="false"
clipToPadding="false"
layout_width="match_parent"
layout_height="match_parent">
<com.skydoves.balloon.radius.RadiusLayout
layout_gravity="center"
id="@+id/balloon_card"
layout_width="match_parent"
layout_height="match_parent">
<com.skydoves.balloon.vectortext.VectorTextView
textColor="@android:color/white"
gravity="center"
layout_gravity="center_vertical"
id="@+id/balloon_text"
layout_width="match_parent"
layout_height="match_parent"/>
</com.skydoves.balloon.radius.RadiusLayout>
</FrameLayout>
<androidx.appcompat.widget.AppCompatImageView
id="@+id/balloon_arrow"
visibility="invisible"
layout_width="15dp"
layout_height="10dp"
scaleType="fitXY"
tint="@android:color/black"
rotation="180"
NOT_FOUND_0xd="@drawable/balloon_arrow_drawable"/>
</FrameLayout>
</FrameLayout>