gpt4 book ai didi

android - 在 Android 选项卡上,如何在图像下方显示文本?

转载 作者:太空宇宙 更新时间:2023-11-03 13:34:38 25 4
gpt4 key购买 nike

我有一个使用选项卡的 Android 应用程序。我已经在应用程序上正确地拥有选项卡和 Activity 。我的问题是,当我在选项卡上添加文本和图像时,文本出现在图像上。 (EXAMPLE)我想要的是出现在图片下方的文字。如果我使用图像或选择器,就会发生这种情况。我使用此代码将选项卡添加到 tabHost:

// Do the same for the other tabs
intent = new Intent().setClass(this, CategoryListActivity.class);
spec = tabHost.newTabSpec(getString(R.string.category_title)).setIndicator(getString(R.string.category_title), res.getDrawable(R.drawable.ic_category)).setContent(intent);
tabHost.addTab(spec);

关于如何解决这个问题有什么想法吗?

最佳答案

我认为默认行为是(参见此处的示例:http://mobileorchard.com/android-app-development-tabbed-activities/)

为了避免这种情况,推荐的标签图像是深色的,使用白色和灰色作为字体颜色。

要更改它,您必须创建自定义选项卡:

Custom tabs in android

关于android - 在 Android 选项卡上,如何在图像下方显示文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8836460/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com