Skip to content

Instantly share code, notes, and snippets.

@dimorinny
Created January 16, 2016 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimorinny/a16f5c8db08015aa69be to your computer and use it in GitHub Desktop.
Save dimorinny/a16f5c8db08015aa69be to your computer and use it in GitHub Desktop.
<declare-styleable name="BoundedView">
<attr name="bounded_width" format="dimension" />
<attr name="bounded_height" format="dimension" />
</declare-styleable>
<style name="DarkEditText" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorControlNormal">#aFFF</item>
<item name="colorControlActivated">@color/white</item>
<item name="colorControlHighlight">@color/white</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment