item_alertbutton.xml 706 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical" android:layout_width="match_parent"
  4. android:layout_height="wrap_content">
  5. <View
  6. android:layout_width="match_parent"
  7. android:background="@color/bgColor_divier"
  8. android:layout_height="@dimen/size_divier"/>
  9. <TextView
  10. android:id="@+id/tvAlert"
  11. android:layout_width="match_parent"
  12. android:layout_height="@dimen/height_alert_button"
  13. android:gravity="center"
  14. android:textColor="@color/textColor_alert_button_others"
  15. android:textSize="@dimen/textSize_alert_button" />
  16. </LinearLayout>