是否可以在def choice():
input("so whats for breakfast, salad, eggs, or fish")
#many lines or print and sleep statements later
if str(choice) == "salad":
#insert if code
else:
print("try again")
中第一个标签的左侧或前面增加额外的间距,以便在聚焦时第一个标签可以居中?
这是一个提示,让用户知道还有更多可用的选项卡,他们可以通过滚动选项卡栏来访问它们。
似乎documentation中没有提到可以实现此结果的属性。我尝试添加MaterialTopTabNavigator
或margin
样式,但是由于整个标签栏都向右移动,因此无法正常工作。
padding