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

Overlay GPUImageView layouts don't work #247

Closed
AndreyGrowl opened this issue Jan 23, 2016 · 1 comment
Closed

Overlay GPUImageView layouts don't work #247

AndreyGrowl opened this issue Jan 23, 2016 · 1 comment

Comments

@AndreyGrowl
Copy link

This is how my layout looks. But in result there is no seekbar visible. How to fix this?

<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#000000">

    <jp.co.cyberagent.android.gpuimage.GPUImageView
        android:id="@+id/gpuimage"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

        <android.support.v7.widget.AppCompatSeekBar
            android:id="@+id/progress"
            android:layout_gravity="bottom"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:max="100"/>

</FrameLayout>
@AndreyGrowl
Copy link
Author

@irfano lmao. Don't write anything if you don't understand the problem. Anyway, resolved this issue by deleting zOrder line in library code.

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

1 participant