maoruibin / maoruibin/maoruibin.github.com

通过 XML 自定义滑动 thumb

Open
#30 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.