CircleIndicator
A lightweight viewpager indicator!
Install / Use
npx skills add THEONE10211024/CircleIndicatorInstalls into whichever agent you are using.
README
CircleIndicator
a lightweight viewpager indicator!



Usage
xml:
<pers.medusa.circleindicator.widget.CircleIndicator
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:id="@+id/indicator"
CircleIndicator:ci_background="@android:color/white"
CircleIndicator:ci_selected_background="0xffe6454a"
CircleIndicator:ci_mode="outside"
CircleIndicator:ci_gravity="center"
CircleIndicator:ci_radius="10dp"
CircleIndicator:ci_margin="5dp"
/>
java:
circleIndicator.setViewPager(viewPager);
Notice:the method should be called after ViewPager.setAdapter().
#####Properties:
app: ci_radius:indicator's radiusapp: ci_margin:margin between two indicatorsapp: ci_background:indicator's backgroundapp: ci_selected_background:selected indicator's backgroundapp: ci_gravity:indicator's layout gravity,support left,center and right.app: ci_mode:indicator's change mode when viewpager scrolled
License
Copyright (C) 2014 relex
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.6kDiagnose 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.7kCommit, push, and open a PR
