KMB
KMB
### (Android stack flaw description by @dariuszseweryn) Android uses 48 bits to "uniquely" identify a device. If the device is obtained solely on providing the "unique" mac address or it...
If u will disable RangeBar Mode isRangeBar = false Visible thumb on seekbar moving only when u do something like drag and drog.. It should also moving like in RangeBar...
Problem is there ``` if (pinRadiusDP == -1) { mPinRadiusPx = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, DEFAULT_THUMB_RADIUS_DP, mRes.getDisplayMetrics()); } else { mPinRadiusPx = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, ->> pinRadiusDP, mRes.getDisplayMetrics()); } ``` pinRadiusDP == 0..0...