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.
我有一个使用 ABS 的平板电脑布局。
显示主页(应用程序)图标,右侧显示我的 4 个选项卡。
我想在图标和标签之间插入一张图片(用于广告)。
有人知道是否可以做到吗?
提前致谢。
您不能在图标和选项卡之间插入图像,但可以:
A. 使用其中包含图标和广告的 logo drawable - 然后通过将android:logo应用程序或活动上的属性设置为 logo drawable 来添加它。
android:logo
或者
B. 使用自定义视图并在 ActionBar 上使用setCustomView(View view).
setCustomView(View view)