<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <TextView android:id="@+id/layout_tips" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tip_margin_top" android:button="@null" android:foreground="@null" android:gravity="center" android:lines="1" android:paddingTop="@dimen/tip_padding_top" android:paddingBottom="@dimen/tip_padding_bottom" android:text="温馨提示" android:textColor="@color/textDisable" android:textSize="@dimen/ts_tips" /> </FrameLayout>