源项目地址
https://github.com/JoanZapata/android-iconify
测试代码:
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
ViewPager viewPager=(ViewPager)findViewById(R.id.viewPager);
TabLayout tabLayout=(TabLayout)findViewById(R.id.tabs);
// Fill view pager
viewPager.setAdapter(new FontIconsViewPagerAdapter(Font.values()));
tabLayout.setupWithViewPager(viewPager);
}
}
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.testiconify.MainActivity" >
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
app:tabGravity="fill"
app:tabIndicatorColor="#FFFF0000"
app:tabIndicatorHeight="4dp"
app:tabMode="scrollable"
app:tabSelectedTextColor="#FFFF0000"
app:tabTextColor="#FFCCCCCC" />
<android.support.v4.view.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
分享到:
相关推荐
Iconify offers you a huge collection of vector icons to choose from, and an intuitive way to add and customize them in your Android app. It has been introduced in this blog post which is a good place ...
Iconify for React为每个图标生成单独的文件,因此在编译应用程序时,仅捆绑了您在项目中使用的图标。 这意味着您可以在同一页面上使用FontAwesome,MDI,Vaadin,EmojiOne和其他图标,而无需加载大量数据。 安装 ...
安装首先通过运行以下命令进行安装: npm install @iconify/tools --save然后可以在Node.js文件中使用它: const tools = require('@iconify/tools');有哪些工具可用? 从各种来源导入SVG 将SVG导出为各种格式优化...
什么是Iconify? Iconify是功能最丰富的图标框架...Iconify版本1 如果您正在寻找Iconify版本1,请查看 该存储库包含新版本,已使用现代开发流程完全重写。Iconify Monorepo 该存储库是一个很大的monorepo,其中包含Ico
Iconify为您提供了大量可供选择的矢量图标,以及在Android应用程序中添加和自定义它们的直观方法。 该项目基于 。 由于所有者放弃更新该项目, 安装 选择任意数量的模块,然后在您的Application声明它们。 ...
最后,在需要使用图标的组件中引入`Icon`组件,并像之前一样使用图标。 通过以上步骤,你可以在Vue项目中轻松集成阿里图标库,实现与Element UI或Vant等UI框架的完美配合。记得根据实际需求调整和优化图标引入方式...
特征内联显示相应的图标图标集的自动完成徘徊片段去做 :check_mark_button: 配置/命令切换显示 :check_mark_button: 更改深色/浅色主题的图标颜色 :check_mark_button: 配置自定义颜色 :check_mark_button: 配置以...
react-native-android-iconify 使用 android-iconify 安装和如何使用本机 android 的 react-native-android-iconify 图标 第 1 步 - NPM 安装 npm install --save react-native-android-iconify 第 2 步 - 更新 ...
:high_voltage:带有即时搜索的Icon Explorer,由IconifyIcônes提供动力带有即时搜索的Icon Explorer,由Iconify支持。转到App Electron即将开始...功能即时模糊搜索-所有操作均在本地完成,无需网络查询! 袋子-...
自动导入使用 unplugin-icons 和 unplugin-auto-import 从 iconify 中自动导入任何图标集。 这里导入的ElementPlus 使用格式: 名称 /> 例子: <el-icon :size="size" :color="color"> </el-icon> 图标名称,直接...
Vue3图标选择器 ... 由移植到Vue3 :) 查看的演示:) 如何建造 git clone ...cd vue3-icon-picker yarn yarn dev # when you're happy with the changes yarn build 预览
语言:Deutsch,English,Français,español,...iconify是一个方便且功能强大的应用程序,它提供图标创建对多平台的支持。它使应用程序开发人员只需单击一下即可创建各种大小的整套图标,这非常节省时间并且非常方便。
官方版本,亲测可用
官方版本,亲测可用
官方版本,亲测可用
官方版本,亲测可用