Govinda

Results 4 comments of Govinda

@nrazon issue fixed. For now don't use `implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'` or .jar You can download library as zip and add manually as module. I am facing same issue, but this is...

@cristidregan Just change `Layout.Alignment.ALIGN_NORMAL` To `Layout.Alignment.ALIGN_CENTER` in File `SegmentedButton.java` Example for your reference : ` if (VERSION.SDK_INT >= VERSION_CODES.M) { textStaticLayout = StaticLayout.Builder .obtain(text, 0, text.length(), textPaint, textWidth) .setAlignment(Layout.Alignment.ALIGN_CENTER) .build();...

Selected tab item not highlighted in api 19 (holder.selected)

@silverSY please post crash log here.