You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe, this issue is related to all devices with EMUI 3.1. Range bar's height is become equals to full view height. Here is xml: <io.apptik.widget.MultiSlider android:layout_marginStart="16dp" android:layout_marginEnd="16dp" android:id="@+id/priceSlider" android:layout_width="match_parent" android:layout_height="wrap_content" app:rangeColor="@color/azure" app:thumbColor="@color/azure" />
And here is how it rendered:
The text was updated successfully, but these errors were encountered:
Maybe, this issue is related to all devices with EMUI 3.1. Range bar's height is become equals to full view height. Here is xml:
<io.apptik.widget.MultiSlider android:layout_marginStart="16dp" android:layout_marginEnd="16dp" android:id="@+id/priceSlider" android:layout_width="match_parent" android:layout_height="wrap_content" app:rangeColor="@color/azure" app:thumbColor="@color/azure" />
And here is how it rendered:
The text was updated successfully, but these errors were encountered: