Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

How to set styles in macroid? #73

@AbimbolaE

Description

@AbimbolaE

I have an EditTextView and I would like to change the style to match the following xml:

    <style name="login_field" parent="android:Widget.EditText">
        <item name="colorControlNormal">@color/DarkGreen</item>
        <item name="colorControlActivated">@color/SeaGreen</item>
        <item name="colorControlHighlight">@color/SeaGreen</item>
    </style>

However according to this post on StackOverflow setting a style isn't possible programmatically. How can I achieve this in Macroid??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions