在 Android Studio 的编辑文本中更改光标颜色和底线颜色
Change cursor color and bottom line color in a Edit Text in Android Studio
我正在 android 工作室申请。我的问题是,当您关注 EditText 时,底线和光标变红。我需要知道我是否可以改变那种颜色。这就是我获得 EditText 代码的方式:
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:inputType="number"
android:ems="10"
android:id="@+id/editText"
android:layout_weight="1" />
谢谢!
如上评论和其他人看到的,您可以在主应用程序中更改 colorAccent theme/style
我正在 android 工作室申请。我的问题是,当您关注 EditText 时,底线和光标变红。我需要知道我是否可以改变那种颜色。这就是我获得 EditText 代码的方式:
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:inputType="number"
android:ems="10"
android:id="@+id/editText"
android:layout_weight="1" />
谢谢!
如上评论和其他人看到的,您可以在主应用程序中更改 colorAccent theme/style