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
in Android 11 tablet, compile sdk = 30, target sdk = 27;
I placed the layout below in a Relative Relayout. I also used many combinations like translationZ, bringToFront etc. Nothing worked. The seekbar certainly not showing.
in Android 11 tablet, compile sdk = 30, target sdk = 27;
I placed the layout below in a Relative Relayout. I also used many combinations like translationZ, bringToFront etc. Nothing worked. The seekbar certainly not showing.
`<com.h6ah4i.android.widget.verticalseekbar.VerticalSeekBarWrapper
android:id="@id/seekbar_wrapper"
android:layout_below="@+id/setting_value"
android:layout_width="wrap_content"
android:layout_height="200dp">
The text was updated successfully, but these errors were encountered: