集成

添加 SDK

使用 Android Studio IDE 结合 gradle 编译脚本的方式添加 SDK 进行使用,SDK 以 maven 库方式提供。

UI 组件:

implementation 'com.tencent.tmf.android:qmui:+'
implementation 'com.tencent.tmf.android:qmui-arch:+'

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

基本配置

  1. 配置主题,将项目的themeparent指向QMUI.Compat
  2. (可选)可以通过在项目中的 theme 中用 <item name="(name)">(value)</item> 的形式来覆盖 QMUI 组件的默认表现。具体可指定的属性名请参考 @style/QMUI.Compat@style/QMUI 中的属性。
  3. (可选)当需要使用QMUIFragment、QMUIFragmentActivity、QMUIActivity等基础类来构建界面时,则需在ApplicationonCreate()中做初始化QMUISwipeBackActivityManager.init(this)
Copyright © 2013-2023 Tencent Cloud. all right reserved,powered by GitbookUpdate Time 2023-08-31 14:46:07

results matching ""

    No results matching ""