Android代码-支持库Snackbars的Builder模式,使它们更容易定制和使用

时间:2022-08-25 23:30:46
【文件属性】:

文件名称:Android代码-支持库Snackbars的Builder模式,使它们更容易定制和使用

文件大小:159KB

文件格式:ZIP

更新时间:2022-08-25 23:30:46

Android代码

SnackbarBuilder The Android Design Support library introduced the Snackbar. SnackbarBuilder provides a builder pattern that not only makes Snackbars easier to create, but it also provides some extra customisations. One of the main annoyances with the Snackbar is that it has a dark background, but takes the default text color from your theme, which is often dark as well. This makes the messages hard to read and requires you to retrieve the TextView yourself and change the text color. Snac


【文件预览】:
SnackbarBuilder-master
----.gitignore(123B)
----snackbarbuilder()
--------.gitignore(7B)
--------build.gradle(1KB)
--------src()
--------coverage.gradle(990B)
--------proguard-rules.pro(643B)
--------bintray-upload.gradle(816B)
----sample()
--------.gitignore(7B)
--------build.gradle(645B)
--------src()
--------proguard-rules.pro(643B)
----settings.gradle(38B)
----build.gradle(1KB)
----.travis.yml(595B)
----gradlew(5KB)
----LICENSE(11KB)
----CHANGELOG.md(3KB)
----README.md(5KB)
----gradlew.bat(2KB)
----gradle.properties(851B)
----config()
--------checkstyle()
--------findbugs()
--------pmd()
----gradle()
--------wrapper()
----quality-checks.gradle(1KB)

网友评论