我的布局中有Button,因为我想显示一个向下箭头符号。我在布局文件中定义了Button如何将向下箭头符号设置为该按钮,
任何人都可以帮忙,先谢谢......答案 0 :(得分:0)
取自Android API guides on Buttons,您可以使用ImageButton。
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/down_arrow_icon"
... />
您可以从多个资源(例如Google Material icons页面)下载down_arrow_icon
,甚至可以创建自己的图片。
答案 1 :(得分:0)
只需使用override func viewWillAppear(_ animated: Bool) {
self.tabBarController?.tabBar.isHidden = true
}
属性即可。像:
android:drawableRight