Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在表格中显示日期和板球得分。但是我的问题是当我显示 No 1,2,3,....最多 9 时它工作正常...但是当我显示 10 时,下一个日期列中的日期由于两位数而向右移动一个位置10号。如何解决这个问题?
任何帮助将不胜感激......
对齐可以用android:gravity="right"
android:gravity="right"
另一种选择可能是,检查您的数字是否小于 10 并在前面加上一个零数字