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 8458667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:08:29+00:00 2026-06-10T13:08:29+00:00

I tied to follow the example in https://github.com/ChristopheVersieux/HoloEverywhere to create Seekbar that is shown

  • 0

I tied to follow the example in
https://github.com/ChristopheVersieux/HoloEverywhere
to create Seekbar that is shown in below picture. However, it was too advanced compared to my beginner level,

I would appreciate if somebody could show me how to do this, I need the relevant code only?

enter image description here

  • 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-06-10T13:08:31+00:00Added an answer on June 10, 2026 at 1:08 pm

    i got it, i was missing the android:thumb below:

    <SeekBar
                xmlns:android="http://schemas.android.com/apk/res/android"
                android:id="@+id/seekBar1"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_alignParentLeft="true"
                android:layout_below="@+id/topBar"
                android:layout_marginTop="26dip"
                android:paddingLeft="10dip"
                android:paddingRight="10dip"
                android:paddingTop="10dip"
                android:max="10000"
                style="?android:attr/progressBarStyleHorizontal" 
                 android:progressDrawable="@drawable/scrubber_progress_horizontal_holo_light"
    
                  android:thumb="@drawable/scrubber_control_selector_holo" >
            </SeekBar>
    

    in drwable:

    <selector xmlns:android="http://schemas.android.com/apk/res/android">
    
        <item android:drawable="@drawable/scrubber_control_disabled_holo" android:state_enabled="false"/>
        <item android:drawable="@drawable/scrubber_control_pressed_holo" android:state_pressed="true"/>
        <item android:drawable="@drawable/scrubber_control_focused_holo" android:state_selected="true"/>
         <item android:drawable="@drawable/scrubber_control_normal_holo"/>
    
    </selector>
    

    and:

    <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
    
        <item
            android:id="@android:id/background"
            android:drawable="@drawable/scrubber_track_holo_light"/>
        <item android:id="@android:id/secondaryProgress">
            <scale
                android:drawable="@drawable/scrubber_secondary_holo"
                android:scaleWidth="100%" />
          </item>
        <item android:id="@android:id/progress">
            <scale
                android:drawable="@drawable/scrubber_primary_holo"
                android:scaleWidth="100%" />
        </item>
    
    </layer-list>
    

    of course you need also the image from there.

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

Sidebar

Related Questions

I have a simple query tied to a command button that shows a summary
I have a site that uses a menu control tied to a sitemapdatasource which
I have a collection of flash cards that are tied to a Backbone collection.
I have a default.aspx file that is tied to the MasterPAge and ContentPlaceHolder1 and
I have a delete button that is tied to some comments on a page
I have an asp:GridView tied to an asp:SqlDataSource that gets populated after the user
Nobody seems to have tied together all of the example code in various StackOverflow
I've been working on a small set of classes in PHP 5.3.x that follow
My distribution certificate is tied to an app, that I have distributed ad hoc
I have two tables tied by a foreign key. Example: Customer -> CustomerType I've

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.