mirror of
https://github.com/ErfanRht/MovieLab.git
synced 2025-08-06 19:43:51 +08:00
23 lines
848 B
XML
23 lines
848 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginStart="50dp"
|
|
android:background="@drawable/corner"
|
|
android:layout_marginEnd="50dp">
|
|
|
|
<TextView
|
|
android:id="@+id/text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="#CC000000"
|
|
android:paddingStart="0dp"
|
|
android:paddingTop="0dp"
|
|
android:paddingEnd="0dp"
|
|
android:paddingBottom="0dp"
|
|
android:textStyle="bold"
|
|
android:textColor="#FFFFFF"
|
|
tools:text="Toast should be short." />
|
|
</FrameLayout> |