
i think your theme should derive from the default style, because if you only specify a style for your buttons, the rest of the app won't have a look. I think that's why Android ignores your style.silverburgh.meryl wrote:I have added this in the manifest file:
<application android:label="@string/app_name" android:theme="@style/MyTheme">


silverburgh.meryl wrote:
But I want this to work (without putting 'style' attribute everytime I use my custom widget:
<com.mycompany.MyWidget android:id="@+id/my_widget" />
And I would like to know how to specified that in my theme.
I really appreciate if you can help me resolve this problem.


silverburgh.meryl wrote:Thank you very much for your help.
I already have in my attrs.xml:
<declare-styleable name="MyWidget">
<attr name="textX" format="integer" min="0"/>
</declare-styleable>
</resources>
Is that sufficient? What else do I need to add?




Return to View, Layout & Resource Problems
Users browsing this forum: No registered users and 5 guests