deed4b7f3c
- added ability to remember tabs that were open when the browser is closed from low memory - updated german translation (thanks so much) - fixed some unresponsiveness in froyo, for some reason webview.resumeTimers() needed to be called even when the browser restarted - changed the UI in settings a bit (more HOLOish)
5 lines
267 B
XML
5 lines
267 B
XML
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_focused="true" android:drawable="@color/press"/>
|
|
<item android:state_pressed="true" android:drawable="@color/blue" />
|
|
<item android:drawable="@drawable/clearbg" />
|
|
</selector> |