hnyy_hide_float_view.xml 682 B

123456789101112131415161718
  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="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:id="@+id/ll_hide"
  6. android:visibility="gone"
  7. android:background="@color/hnyy_text_black">
  8. <TextView
  9. android:layout_width="140dp"
  10. android:layout_height="40dp"
  11. android:drawableLeft="@mipmap/hnyy_hide_float_eye_view"
  12. android:paddingLeft="5dp"
  13. android:textColor="@color/hnyy_white"
  14. android:text="@string/hnyy_close_float_view"
  15. android:gravity="center"
  16. />
  17. </LinearLayout>