tablayout中item无法居中的问题

设置以下三条属性即可

app:tabMode="fixed"

app:tabMaxWidth="0dp"

app:tabGravity="fill"

你可能感兴趣的:(tablayout中item无法居中的问题)