2021.10.28 - [π κ°λ°/μλλ‘μ΄λ] - [μλλ‘μ΄λ] λ²νΌ μκΉ λ°κΎΈκΈ°
^ μ΄μ μ₯μμ λ²νΌ μκΉμ λ°κΎΈκΈ° μν΄ src > values > themes.xml μ parent κ°μ "Theme.AppCompat" μΌλ‘ λ°κΎΈμλ€.
μ΄μ λ°λΌ ν
μ€νΈ μκΉ.. μλ₯Ό λ€λ©΄ TextView μ textColor λ EditText μ textColor, hint color λ±μ΄ white λ‘ λ°λλ κ²½νμ ν μ μλ€..
1. μ΄ κ²½μ°, src > values > themes.xml μμ μλ μ½λλ₯Ό μΆκ°ν΄ μ€λ€.
<resources ...
<style ...
...
<!-- Customize your theme here. -->
<item name="android:textColor">@color/black</item>
<item name="android:textColorHint">@color/grey</item>
<item name="android:editTextColor">@color/black</item>
</style>
</resources>
2.
item μ name μ λ€μ΄κ°λ
android:textColor λ textColor λ₯Ό μλ―Ένκ³ ,
android:textColorHint λ hint color λ₯Ό μλ―Ένλ€.
android:editTextColor λ editText μ color λ₯Ό μλ―Ένλ€.
3. @color/black, @color/grey μ리μλ μ λμ #171717 λ±μ rgb κ°μ΄ λ€μ΄ κ°λ λλ€.
μ°Έκ³ ν μ 보 : https://stackoverflow.com/questions/26870698/change-actionbar-title-text-color-using-light-darkactionbar-theme-in-appcompat-2
'π κ°λ° > μλλ‘μ΄λ' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
[μλλ‘μ΄λ μ€νλμ€] auto import (μλ μν¬νΈ) μ€μ νκΈ° (0) | 2021.11.05 |
---|---|
[μλλ‘μ΄λ] IDE μ λ°μ΄νΈ (0) | 2021.11.04 |
[μλλ‘μ΄λ] λ²νΌ μκΉ λ°κΎΈκΈ° (1) | 2021.10.28 |
[μλλ‘μ΄λ] Splash Screen μμ (0) | 2021.10.20 |
[μλλ‘μ΄λ] μμΈμ μ°Ύλ μ€... ^^ (2) | 2021.09.14 |
λκΈ