-7
私はアンドロイドの初心者です。私はアイコンのためのフォント素晴らしいライブラリを使用しています。私はfontawesomeを使ってtablayoutアイコンを設定する方法
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/tab"
/>
タブレイアウトの今設定したフォントは、コードの下に使用して
custom_tab.xml custom_tab.xmlという名前のXMLレイアウトを作成し、ビューページャ
コードを投稿できますか? –