[android-beginners] Samsung Galaxy fullscreen performance

2009-08-26 Thread Nikola
In my application adding fullscreen to my application results in a 50% performance loss. fullscreen call: this.getWindow().setFlags (WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE | WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE |

[android-beginners] Is there an easy way to make EditText look like TextView but still behave like EditText?

2009-05-18 Thread Nikola Radosavljevic
Hello there, I want an EditText to look like TextView but still behave like EditText. I've tried applying TextView style to my EditText in my layout.xml file, like this: EditText android:id=@+id/lipsum android:text=Lorem ipsum android:style=@android:style/Widget_TextView /