mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-03 09:39:16 +02:00
making input screen black to save energy
This commit is contained in:
parent
ff865c297b
commit
2400ac10f2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class CanvasView extends View implements OnSharedPreferenceChangeListener
|
|||
|
||||
// disable until networking has been configured
|
||||
setEnabled(false);
|
||||
setBackgroundColor(0xFFD0D0D0);
|
||||
setBackgroundColor(0x00000000);
|
||||
|
||||
settings = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
settings.registerOnSharedPreferenceChangeListener(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue