Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seekbar not showing in Relative Layout #20

Open
talhacomak opened this issue Sep 26, 2022 · 1 comment
Open

seekbar not showing in Relative Layout #20

talhacomak opened this issue Sep 26, 2022 · 1 comment

Comments

@talhacomak
Copy link

in Android 11 tablet, compile sdk = 30, target sdk = 27;
I placed the layout below in a Relative Relayout. I also used many combinations like translationZ, bringToFront etc. Nothing worked. The seekbar certainly not showing.

`<com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBarWrapper
android:id="@id/seekbar_wrapper"
android:layout_below="@+id/setting_value"
android:layout_width="wrap_content"
android:layout_height="200dp">

        <com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBar
            android:id="@+id/camera_seekbar"
            android:layout_width="0dp"
            android:layout_height="0dp"
            android:max="100"
            android:maxWidth="15dp"
            android:minWidth="10dp"
            android:progress="30"
            android:progressTint="@color/blue"
            android:splitTrack="false"
            android:thumb="@drawable/thumb_image"
            android:thumbOffset="0dp"
            android:thumbTint="@color/blue"
            app:seekBarRotation="CW90" />

    </com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBarWrapper>`
@SpannerBear
Copy link

Can not show seekbar too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants