Skip to content

Commit

Permalink
# 65/ edittext 커서, 하이라이트 색상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
l2zh committed Jul 20, 2023
1 parent df66553 commit c9d1bf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorOnBackground</item>
<item name="android:windowLightStatusBar">true</item>

<!-- Customize your theme here. -->
<item name="colorControlActivated">@color/Lightblue_300</item>
<item name="android:textColorHighlight">@color/Lightblue_200</item>
</style>

<style name="Theme.UNIAOS" parent="Base.Theme.UNIAOS" />
Expand Down

0 comments on commit c9d1bf5

Please sign in to comment.