我已经在 android 中实现了新的Chrome 自定义选项卡,我正在使用以下代码打开
Uri uri = Uri.parse("https://akash.plobal.com/ploicy");
CustomTabsIntent.Builder intentBuilder = new CustomTabsIntent.Builder();
intentBuilder.setToolbarColor(Color.BLACK);
intentBuilder.setShowTitle(true);
intentBuilder.build().launchUrl(getActivity(), uri);
我需要将 url 隐藏在工具栏中的标题下方