37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
layout_gravity="top|fill_horizontal"
|
|
id="@+id/toast_layout_root"
|
|
background="#00603f"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xe="@+id/text">
|
|
<ImageView
|
|
id="@+id/image"
|
|
paddingTop="12dp"
|
|
paddingBottom="12dp"
|
|
layout_width="wrap_content"
|
|
layout_height="48dp"
|
|
src="@drawable/success"
|
|
adjustViewBounds="true"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0xe="@+id/toast_layout_root"
|
|
NOT_FOUND_0x12="@+id/toast_layout_root"
|
|
NOT_FOUND_0x13="@+id/toast_layout_root"/>
|
|
<TextView
|
|
id="@+id/text"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"
|
|
layout_marginBottom="12dp"
|
|
layout_marginStart="12dp"
|
|
layout_marginEnd="12dp"
|
|
NOT_FOUND_0xd="true"
|
|
NOT_FOUND_0xe="@+id/toast_layout_root"
|
|
NOT_FOUND_0xf="@+id/toast_layout_root"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x11="@+id/image"
|
|
NOT_FOUND_0x13="@+id/toast_layout_root"
|
|
style="@style/2132017992"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|