# CustomTitleView **Repository Path**: lemontwist/custom-title-view ## Basic Information - **Project Name**: CustomTitleView - **Description**: CustomTitleView - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-15 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Android ## README # TitleView 一个自定义标题控件. ## 使用 1、`settings.gradle`文件中配置仓库 ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://www.jitpack.io' } } } ``` 2、`build.gradle`文件下添加依赖 ``` implementation 'com.gitee.lemontwist:custom-title-view:1.1.2' ``` ## 标签 ``` git tag -a 1.1.0 -m '完善' git push origin 1.1.0 git tag ``` ## 开工具版本 1,Android Studio Ladybug | 2024.2.1 Patch 3 2,gradle-8.7-bin.zip 3,agp = "8.3.0"