我有一个当前使用 Toast_Frame 的文本视图,但我想修改它并使用 XML 文件添加我自己的扭曲和颜色。我该怎么做?这是我当前的代码:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView android:id="@+id/message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:background="@android:drawable/toast_frame"/>
</RelativeLayout>
正如你所看到的背景,我正在做一个 Toast_frame,我想改变它。任何帮助表示赞赏