我在我的应用程序中使用 ViewPageIndicator 库。我知道我可以通过在我的代码中使用 .setFooterColor(Color.Red) 之类的东西来更改页脚颜色。我的问题是我是否可以在 xml 中设置它,而不是像我想在 xml 中设置所有样式一样。
下面是xml代码
<com.viewpagerindicator.TitlePageIndicator
android:id="@+id/indicator"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
/>
我需要在这里设置什么属性来更改页脚颜色?谢谢。