美文网首页
修改textinputlayout hiit 字体大小

修改textinputlayout hiit 字体大小

作者: 吉凶以情迁 | 来源:发表于2021-12-03 16:43 被阅读0次
    <style name="textinput_layout_style_black_deep" parent="Theme.MyApplication.App.NoActionBar">
        <item name="boxStrokeWidth">1dp</item>
        <item name="hintTextAppearance">@style/hintTextAppearance</item>
        <item name="boxStrokeWidthFocused">1dp</item>
        <item name="boxStrokeColor">@color/textinput_box_stroke_color_selector_gray</item>
<!--&lt;!&ndash;        <item name="boxBackgroundColor">@color/green</item>&ndash;&gt; 在edittext背景没设置的时候有效果-->

        <item name="android:textColorHint">@color/black</item>

    </style>


    <style name="hintTextAppearance" parent="@style/TextAppearance.MaterialComponents.Subtitle1">
        <item name="android:textSize">@dimen/app_edit_textsize</item>
    </style>

相关文章

网友评论

      本文标题:修改textinputlayout hiit 字体大小

      本文链接:https://www.haomeiwen.com/subject/punntrtx.html