We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Android Studio 3.6 implementation 'com.synnapps:carouselview:0.1.4'
implementation 'com.synnapps:carouselview:0.1.4'
Here my activity:
dataBinding.carouselView.setPageCount(campaignImages.size); dataBinding.carouselView.setImageListener(imageListener);
here layout:
<androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/carouselContainer" android:layout_width="0dp" android:layout_height="@dimen/container_height" android:layout_marginTop="@dimen/default_margin" android:layout_marginBottom="@dimen/default_margin" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@+id/profileContainer" app:layout_constraintHorizontal_bias="0.5" app:layout_constraintStart_toStartOf="@+id/profileContainer" app:layout_constraintTop_toBottomOf="@+id/mapContainer"> <com.synnapps.carouselview.CarouselView android:id="@+id/carouselView" android:layout_width="0dp" android:layout_height="0dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:pageColor="#00000000" app:radius="6dp" app:slideInterval="3000" app:strokeColor="#FF777777" app:strokeWidth="1dp" /> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
Here my layout:
Here result:
As you can see , no spaces between images.
But I need smt like this:
Is is possible?
The text was updated successfully, but these errors were encountered:
Hi, Do you resolve it, bro?
Sorry, something went wrong.
No.
I'm waiting for solution, too.
No branches or pull requests
Android Studio 3.6
implementation 'com.synnapps:carouselview:0.1.4'
Here my activity:
here layout:
Here my layout:
Here result:
As you can see , no spaces between images.
But I need smt like this:
Is is possible?
The text was updated successfully, but these errors were encountered: