Multiple font size for button not working
问题 When I tried to set multiple font sizes for button text inside a recycler view it is not working as expected. What I was trying to do is get the first letter of the text and make it a little bigger, add line break and then the actual text and set the whole text in the button.Here is the code I've tried, but is not working as expected (the size is not changing). public void onBindViewHolder(final PopularCityViewHolder holder, int position) { if (shouldShowLoadingView()) return; PopularCity x =