Search Results

Search found 4 results on 1 pages for 'lambergar'.

Page 1/1 | 1 

  • Magic behind R.java file

    - by LambergaR
    Hi! Recently I have been having quite some problems with R.java file. Now I have decided to do a backup and delete the file to see what happens. Nothing happened, so I created an empty R.java file and hopped for the best. Now Eclipse seems to figure out that the file was tempered with and even issues a warning: R.java was modified manually! Reverting to generated version! And that's all there is. I tried building it manually but got no results. So, I have two questions: 1. what should I do to force Eclipse to generate the file 2. what is happening here? How is the file created, where is the code that is generating the file? I would appreciate any help. As usual the problem occurred just a few days before the deadline :)

    Read the article

  • Changing the style attribute of a button according to its state

    - by LambergaR
    I know you can change buttons background by creating a simple XML file, like this: <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" > <item android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/button_normal" /> <!-- ... --> </selection> I was wondering if it is possible to use a similar approach to change the style attribute of an element using the same (or similar) technique. Or, if that is not possible, how can the style attribute be changed during runtime (there is no such thing as button.setStyle(R.style.button)).

    Read the article

1