hxb
2022-11-22 5d0b8109b4e56463343ad23f75d1a1c1153ce5f9
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="user_module_edittext">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">52dp</item>
        <item name="android:singleLine">true</item>
        <item name="android:textColor">@color/c50</item>
        <item name="android:textColorHint">@color/c52</item>
        <item name="android:textCursorDrawable">@drawable/common_edit_text_cursor_bg</item>
        <item name="android:textSize">15sp</item>
    </style>
</resources>