アプリで ViewPageIndicator ライブラリを使用しています。コードで .setFooterColor(Color.Red) のようなものを使用してフッターの色を変更できることを知っています。私の質問は、xml ですべてのスタイリングをしたいので、代わりにこれを xml で設定できるかどうかでした。
以下はxmlコードです
<com.viewpagerindicator.TitlePageIndicator
android:id="@+id/indicator"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
/>
フッターの色を変更するには、ここでどの属性を設定する必要がありますか? ありがとう。