Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created October 13, 2018 01:58
Show Gist options
  • Save markchristopherng/381a30839032e21f47e291bae4161ed0 to your computer and use it in GitHub Desktop.
Save markchristopherng/381a30839032e21f47e291bae4161ed0 to your computer and use it in GitHub Desktop.
<?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