在Pull to Refresh LIst上更改文本大小?

时间:2012-03-18 15:05:55

标签: java android text size

昨天,我使用了组件调用PullToRefreshList https://github.com/johannilsson/android-pulltorefresh并将其安装到我的项目中。

它有效,但我认为文字太大了。如何缩小字体大小?

1 个答案:

答案 0 :(得分:1)

布局文件夹中的布局文件pull_to_refresh_header.xml包含下拉列表时显示的视图。修改此文件中的属性以更改其视图的外观

例如:

android:textSize="12dp"