Skip to content

Commit

Permalink
Fix Spinner Ripple Effect in WCMaterialOutlinedSpinnerView
Browse files Browse the repository at this point in the history
Disabled Hint: Set hintEnabled="false" in the WCMaterialOutlinedSpinnerView style to prevent the floating hint from occupying space and causing unintended ripple effects in the layout.
  • Loading branch information
Akshaykomar890 committed Jan 8, 2025
1 parent 2016f5a commit e854cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WooCommerce/src/main/res/values/styles_base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ theme across the entire app. Overridden versions should be added to the styles.x
<item name="android:background">?attr/selectableItemBackground</item>
<item name="android:focusable">true</item>
<item name="android:focusableInTouchMode">true</item>
<item name="hintEnabled">false</item>
</style>

<!-- Style set at the theme level, no need to set in layout files -->
Expand Down

0 comments on commit e854cab

Please sign in to comment.