hnyy_quick_login_bar.xml 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="horizontal" android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:background="@drawable/hnyy_edittext_bg"
  6. android:padding="14dp"
  7. >
  8. <TextView
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. />
  12. <TextView
  13. android:id="@+id/auto_login_account_text"
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:text="yx12589647896257,"
  17. android:textColor="@color/hnyy_text_black"
  18. android:textSize="14sp" />
  19. <TextView
  20. android:id="@+id/auto_login_cancel_text"
  21. android:layout_width="wrap_content"
  22. android:layout_height="wrap_content"
  23. android:text="@string/hnyy_switch_account"
  24. android:textColor="@color/hnyy_text_cyan_color"
  25. android:textSize="14sp"
  26. />
  27. </LinearLayout>