You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Y Tag is a UI element in Android (some times referred to as chips) which displays a piece of information. It consist of a leading icon(optional), Text and a trailing icon (optional).
Y Tag is a UI element in Android (sometimes referred to as chips) which displays a piece ofinformation.It consists of a leading icon(optional), Text and a trailing icon (optional).
Features
Fully customizable
Shape
Leading and Trailing Icons
Border
Background
Text style
Shadow
Provides a container called Tag view container which holds multiple tags
Container size can be fixed or variable
If the container does not have enough space to accommodate the given tags, it will show an overflowtag which is configurable.
Open the Gradle menu bar from Android Studio right-side panel
Click on the Gradle icon and
In the command popup window typeclean build createMergedJacocoReport and press enter
Wait for the execution completion,
After successful execution each module-level execution report will be stored in 'module\build\reports\jacoco\html\index.html'.
How to generate dokka report
Gradle command single moduleclean build dokkaHtml for multimoduleclean build dokkaHtmlMultiModule
From Android Studio:
Open the Gradle menu bar from Android Studio right side panel
Click on the Gradle icon and
In the command popup window typedokkaHtml for multi-moduledokkaHtmlMultiModule
How to check KTLint
Gradle command for checking lint error:ktlintCheck
Gradle command for formatting code:ktlintFormat
=======
License
Copyright 2023 YTags Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
About
Y Tag is a UI element in Android (some times referred to as chips) which displays a piece of information. It consist of a leading icon(optional), Text and a trailing icon (optional).