InkPageIndicator
InkPageIndicator created by @nickbutcher for Plaid https://github.com/nickbutcher/plaid and backported by me for API 14+ (4.0+)
Install / Use
npx skills add DavidPacioianu/InkPageIndicatorInstalls into whichever agent you are using.
README
InkPageIndicator
InkPageIndicator created by @nickbutcher for Plaid https://github.com/nickbutcher/plaid and backported by me for API 14+ (4.0+)
<h3>InkPageIndicator Preview</h3>
Usage
dependencies {
implementation 'com.pacioianu.david:ink-page-indicator:1.3.0'
}
<com.pixelcan.inkpageindicator.InkPageIndicator
android:id="@+id/indicator"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
and
InkPageIndicator inkPageIndicator = (InkPageIndicator) findViewById(R.id.indicator);
inkPageIndicator.setViewPager(viewPager);
Custom attributes:
<com.pixelcan.inkpageindicator.InkPageIndicator
android:id="@+id/indicator"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:ipi_dotDiameter="8dp"
app:ipi_dotGap="8dp"
app:ipi_animationDuration="320"
app:ipi_pageIndicatorColor="@android:color/darker_gray"
app:ipi_currentPageIndicatorColor="@android:color/black"/>
Note: Starting from version 1.3.0 we added the ipi_ prefix to the name of the attributes.
License
Copyright 2018 David Păcioianu
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.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
