文件名称:WaterTextView:带有水背景的简单文本视图,可以在电报信使中看到
文件大小:205KB
文件格式:ZIP
更新时间:2024-06-07 10:37:51
Java
WaterTextView 步骤1.将JitPack存储库添加到构建文件中将其添加到存储库末尾的root build.gradle中: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 步骤2.添加依赖项 dependencies { implementation 'com.github.qarakenbacho:WaterTextView:1.2' } 用法activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
【文件预览】:
WaterTextView-master
----gradlew(5KB)
----settings.gradle(35B)
----waterbackground()
--------src()
--------.gitignore(7B)
--------build.gradle(1006B)
--------proguard-rules.pro(751B)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------caches()
--------gradle.xml(687B)
--------modules.xml(500B)
--------codeStyles()
--------vcs.xml(167B)
----gradle()
--------wrapper()
----README.md(2KB)
----screenshots()
--------photo_2018-05-14_19-52-21.jpg(68KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(118B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(751B)
----build.gradle(610B)