textView中引号的使用及button中字体设置
1.android:text="" hi ""
2.<string name="pref_about_text">Estado del Tránsito versión \"%s\"\nCreado por:</string>?
button中字体的大小不一样 其按钮大小也会变化
为了让他便于查看 使用统一的大小注意使用 setPadding()进行调整
?
发布时间: 2012-09-27 11:11:17 作者: rapoo
textView中引号的使用及button中字体设置
1.android:text="" hi ""
2.<string name="pref_about_text">Estado del Tránsito versión \"%s\"\nCreado por:</string>?
button中字体的大小不一样 其按钮大小也会变化
为了让他便于查看 使用统一的大小注意使用 setPadding()进行调整
?