Created
October 13, 2018 01:58
-
-
Save markchristopherng/381a30839032e21f47e291bae4161ed0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources xmlns:android="http://schemas.android.com/apk/res/android"> | |
<style name="AP.Widget.EditText" parent="Widget.AppCompat.EditText"> | |
<item name="android:textAppearance"> | |
@style/AP.TextAppearance.AppCompat.Input.Value | |
</item> | |
<item name="android:textColor">@color/AP_P_Grey</item> | |
<item name="android:importantForAutofill"> | |
noExcludeDescendants | |
</item> | |
</style> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment