maoruibin / maoruibin/maoruibin.github.com
通过 XML 自定义滑动 thumb
Open
Nobody has claimed this yet.
utils
- Dominant language
- HTML
- Stars
- 22
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
android:scrollbarSize="2dp"
android:scrollbarThumbHorizontal="@drawable/main_scrollbar_thumb"
android:scrollbars="horizontal"
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--<solid android:color="#66000000"/>-->
<solid android:color="#66ffffff"/>
<corners android:radius="0dp" />
</shape>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's blog content structure and the Android XML examples in the issue. Clarify whether the intended outcome is a documentation entry about customizing the horizontal scrollbar thumb, then verify the published content and examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100