Time:09-30
This is a follow-up question, I am using the custom renderer in
CodePudding user response:
You can set the alignment of the TextView :
TextView
using TextAlignment = Android.Views.TextAlignment; smallTextView.TextAlignment = TextAlignment.Center;
Page link:https//www.codepudding.com/Mobile/560439.html