dialog_about_关于.xml 1.1 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:layout_gravity="center"
  6. android:background="@drawable/shape_dialog_bg_main"
  7. android:orientation="vertical"
  8. android:padding="@dimen/vs_30">
  9. <TextView
  10. android:textSize="@dimen/ts_24"
  11. android:textColor="@color/color_CC000000"
  12. android:layout_width="@dimen/vs_600"
  13. android:layout_height="wrap_content"
  14. android:text="本软件只提供聚合展示功能,所有资源来自网上, 软件不参与任何制作, 上传, 储存, 下载等内容. 软件仅供学习参考, 请于安装后24小时内删除。\n\n打包分发请保留出处\n官方:https://github.com/CatVodTVOfficial/TVBoxOSC\n俊佬:https://github.com/q215613905/TVBoxOS\n猫爪:https://github.com/watson1982/TVBoxOS-py\nPythonBox更新地址: https://t.me/watson1028"
  15. android:autoLink="web"
  16. android:lineSpacingExtra="@dimen/ts_50"
  17. android:lineSpacingMultiplier="0.0" />
  18. </LinearLayout>