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
I want to implement something like the below image. Notice the margin before the first tab starts:
I went through the source code and the only option available to change the margin before the first tab is to set pstsPaddingMiddle="true". However since this keeps all the selected tabs at the center, the first tab appears at the center. Is there any other way to set some margin before the first tab?
The text was updated successfully, but these errors were encountered:
android:paddingLeft or android:paddingRight layout padding. If you apply both, they should be balanced. PR #69 have a good explanation of this behaviour.
I want to implement something like the below image. Notice the margin before the first tab starts:
I went through the source code and the only option available to change the margin before the first tab is to set pstsPaddingMiddle="true". However since this keeps all the selected tabs at the center, the first tab appears at the center. Is there any other way to set some margin before the first tab?
The text was updated successfully, but these errors were encountered: