Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7015481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:39:27+00:00 2026-05-27T22:39:27+00:00

Does anyone know of any documentation on the android:scrollbarStyle? I’d like to see examples

  • 0

Does anyone know of any documentation on the android:scrollbarStyle? I’d like to see examples of each of the 4 values w/ screenshots if possible. I see the difference between outside & inside types, but what are the Inset & Outset parts all about? I dont seem to see a difference between insideOutset & insideInset for example, likewise, I don’t see a difference between outsideOutset & outsideOutset.

thanks in advance!
Ben

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:39:28+00:00Added an answer on May 27, 2026 at 10:39 pm

    There are no values like outsideOutset and insideOutset. Possible four values are insideOverlay, insideInset, outsideOverlay, outsideInset

    the documentation is there at following two links…

    http://developer.android.com/reference/android/view/View.html#attr_android:scrollbarStyle

    http://developer.android.com/reference/android/view/View.html#SCROLLBARS_INSIDE_INSET

    I couldn’t understand the documentation properly.
    So taking reference from ApiDemos Scrollbar demo, I tried this. But i found that there is no difference in insideInset and outsideOverlay.

    These two values are diff, either it should have both as Inset or Overlay

    updated scrollbar3.xml is

    <LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
    
    <ScrollView
        android:id="@+id/view1"
        android:layout_width="100dip"
        android:layout_height="120dip"
        android:padding="8dip"
        android:scrollbarStyle="insideOverlay"
        android:background="@android:color/white"
        android:overScrollMode="never">
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textColor="#ffffff"
            android:background="@android:color/darker_gray"
            android:text="@string/scroll_text" />
    </ScrollView>
    
    <ScrollView
        android:id="@+id/view2"
        android:layout_width="100dip"
        android:layout_height="120dip"
        android:padding="8dip"
        android:scrollbarStyle="insideInset"
        android:background="@android:color/white"
        android:overScrollMode="never">
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textColor="#ffffff"
            android:background="@android:color/darker_gray"
            android:text="@string/scroll_text" />
    </ScrollView>
    
    <ScrollView
        android:id="@+id/view3"
        android:layout_width="100dip"
        android:layout_height="120dip"
        android:padding="8dip"
        android:scrollbarStyle="outsideOverlay"
        android:background="@android:color/white"
        android:overScrollMode="never">
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textColor="#ffffff"
            android:background="@android:color/darker_gray"
            android:text="@string/scroll_text" />
    </ScrollView>
    
    <ScrollView
        android:id="@+id/view4"
        android:layout_width="100dip"
        android:layout_height="120dip"
        android:padding="8dip"
        android:scrollbarStyle="outsideInset"
        android:background="@android:color/white"
        android:overScrollMode="never">
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textColor="#ffffff"
            android:background="@android:color/darker_gray"
            android:text="@string/scroll_text" />
    </ScrollView></LinearLayout>
    

    I hope someone will see this and clarify…

    Screenshot for the View Scrollbar styles

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know if there is any documentation that describes all the possible exceptions
Does anyone know any site or book that presents problems like python challenge ,
Possible Duplicate: PHP: Script for generating Crossword game? Does anyone know any PHP-based simple
Is it possible? Align the text fully justified? Does anyone know any hack or
Does anyone know if there's any documentation/resources the describes the complete process flow of
Does anyone know of any documentation out there that lays out what SQL functions
Does anyone know if it is possible to implement TTS in iOS development like
Does anyone know of any documentation by MS or someone else that lays out
Does anyone know of any good documentation for Gtk# for Mono? I added a
Does anyone know any good resources with tasks or problems to get practice in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.