dialog_inkrpln_invitation.xml 1.5 KB

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:padding="15dp" android:layout_width="match_parent" android:layout_height="match_parent">
  3. <TextView android:textSize="24sp" android:textStyle="bold" android:gravity="center_horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/readyink_invitation_title"/>
  4. <ScrollView android:layout_width="match_parent" android:layout_height="match_parent">
  5. <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content">
  6. <TextView android:textSize="20sp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:layout_marginBottom="20dp" android:text="@string/readyink_invitation_description"/>
  7. <Button android:id="@+id/button1" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/str_yes" android:textAllCaps="false"/>
  8. <Button android:id="@+id/button2" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/str_no" android:textAllCaps="false"/>
  9. <Button android:id="@+id/button3" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/donot_show_again" android:textAllCaps="false"/>
  10. </LinearLayout>
  11. </ScrollView>
  12. </LinearLayout>