tysdkn_dialog_inputtext.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="400dp"
  6. android:layout_height="230dp"
  7. android:background="@drawable/tysdkn_center_frag_bg"
  8. android:gravity="center"
  9. android:orientation="vertical">
  10. <EditText
  11. android:id="@+id/tysdkn_dialog_input_et"
  12. android:layout_width="match_parent"
  13. android:layout_height="0dp"
  14. android:layout_margin="10dp"
  15. android:layout_weight="1"
  16. android:background="@drawable/tysdkn_edit_two_bg"
  17. android:gravity="top"
  18. android:padding="5dp"
  19. android:textColor="#333333"
  20. tools:text="风刀霜剑卡返回键看撒谎飞机客户刷卡机积分兑换手机卡"/>
  21. <LinearLayout
  22. android:layout_width="match_parent"
  23. android:layout_height="wrap_content"
  24. android:layout_marginBottom="10dp"
  25. android:layout_marginLeft="10dp"
  26. android:layout_marginRight="10dp"
  27. android:orientation="horizontal">
  28. <TextView
  29. android:id="@+id/tysdkn_dialog_inputtext_nvi"
  30. android:layout_width="0dp"
  31. android:layout_height="35dp"
  32. android:layout_marginRight="5dp"
  33. android:layout_weight="1"
  34. android:background="@drawable/tysdkn_edit_two_bg"
  35. android:gravity="center"
  36. android:text="取消"
  37. android:textColor="#111111"
  38. android:textSize="16sp" />
  39. <TextView
  40. android:id="@+id/tysdkn_dialog_inputtext_pos"
  41. android:layout_width="0dp"
  42. android:layout_height="35dp"
  43. android:layout_marginLeft="5dp"
  44. android:layout_weight="1"
  45. android:background="@drawable/tysdkn_login_in"
  46. android:gravity="center"
  47. android:text="发送"
  48. android:textColor="#FFFFFF"
  49. android:textSize="16sp" />
  50. </LinearLayout>
  51. </LinearLayout>