标签:control color name custom main text normal get pre
<style name="Custom.Widget.EditView" parent="Widget.AppCompat.EditText" >
<item name="colorAccent">@color/color_main</item>
<!--<item name="colorControlNormal">@color/color_main</item>-->
<!-- AppCompatEditText选择的底线颜色 -->
<item name="colorControlActivated">@color/color_main</item>
</style>
标签:control color name custom main text normal get pre
原文地址:http://www.cnblogs.com/qianyukun/p/6732765.html