Disable Samsung Hacks on Standard Android Styles and Themes -
samsung seems overriding default android styles , themes (they've been doing years). doing simple things putting seekbar in layout:
<seekbar android:layout_width="match_parent" android:layout_height="wrap_content" />
works fine on every other device, except samsung. on samsung device seekbar thumb not centered vertically, it's moved above seekbar's center line.
the seekbar isn't example of standard ui not working correctly on samsung devices. it's general problem across many of standard components.
how can disable samsung's hacks on android standard styles / themes in app?
Comments
Post a Comment