Skip to content

Commit

Permalink
Merge pull request #4
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
caneryilmaz52 authored Jan 14, 2025
2 parents 464ac80 + de41d5d commit 4627442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion luckywheel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ afterEvaluate {
from components.release
groupId = "com.github.caneryilmaz52"
artifactId = "LuckyWheelView"
version = "1.1.0"
version = "1.1.1"

pom {
name.set("Lucky Wheel View")
Expand Down
3 changes: 1 addition & 2 deletions luckywheel/src/main/res/layout/lucky_wheel_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
android:layout_alignTop="@id/wheelView"
android:layout_alignBottom="@id/wheelView"
android:layout_centerHorizontal="true"
android:src="@drawable/ic_center_arrow"
android:visibility="visible" />
android:visibility="gone" />

<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/ivCenterText"
Expand Down

0 comments on commit 4627442

Please sign in to comment.