2

我使用“chrome custom tab”(cct),一切运行正常

但是,如果我想向 buildIn 工具栏添加“动作”,则 cct 仅适用于可绘制目录下的旧“png”文件。我已经切换到使用矢量资产来生成矢量绘图并通过使用矢量绘图兼容来完成所有事情,似乎 cct 无法使用它,对吧?

谢谢谁能给我答案。

4

1 回答 1

5

不幸的是,Chrome 自定义选项卡仅支持位图格式,如platform_frameworks_support存储库中所述:

/**
 * Key that specifies the {@link Bitmap} to be used as the image source for the action button.
 *  The icon should't be more than 24dp in height (No padding needed. The button itself will be
 *  48dp in height) and have a width/height ratio of less than 2.
 */
public static final String KEY_ICON = "android.support.customtabs.customaction.ICON";
于 2016-03-23T16:29:58.397 回答