Files
MoGoEagleEye/modules/mogo-module-v2x/src/main/res/layout/toast_view.xml

21 lines
879 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_94"
android:background="@drawable/v2x_feedback_bg"
android:gravity="center_vertical">
<TextView
android:id="@+id/tvFeedbackContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="@dimen/dp_37"
android:layout_marginTop="@dimen/dp_6"
android:layout_marginEnd="@dimen/dp_42"
android:layout_marginBottom="@dimen/dp_6"
android:textColor="@android:color/white"
android:textSize="@dimen/dp_34"
tools:text="一位车主反馈信息真棒!" />
</LinearLayout>