entry.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. style="@style/NavPage">
  5. <TextView
  6. android:id="@+id/result_tv"
  7. android:layout_width="fill_parent"
  8. android:layout_height="wrap_content"
  9. android:textSize="20dp"
  10. android:text="@string/enter"/>
  11. <Button
  12. android:id="@+id/reg_btn"
  13. style="@style/MMLineActionButton"
  14. android:layout_margin="10dp"
  15. android:text="@string/reg"/>
  16. <Button
  17. android:id="@+id/goto_send_btn"
  18. style="@style/MMLineActionButton"
  19. android:layout_margin="10dp"
  20. android:text="@string/goto_send"/>
  21. <Button
  22. android:id="@+id/launch_wx_btn"
  23. style="@style/MMLineActionButton"
  24. android:layout_margin="10dp"
  25. android:text="@string/launch_wx"/>
  26. <Button
  27. android:id="@+id/check_timeline_supported_btn"
  28. style="@style/MMLineActionButton"
  29. android:layout_margin="10dp"
  30. android:text="@string/check_timeline_supported"/>
  31. </LinearLayout>