1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-06 02:39:56 +02:00

Removed some unnecessary changes

This commit is contained in:
FatihBAKIR 2014-12-05 23:23:48 +00:00
parent c9ff478ce9
commit 5f477d641c
4 changed files with 2 additions and 8 deletions

View file

@ -24,7 +24,7 @@ public class CanvasView extends View implements OnSharedPreferenceChangeListener
// disable until networking has been configured
setEnabled(false);
setBackgroundColor(0xFFD0D0D0); //0x2A2A2A
setBackgroundColor(0xFFD0D0D0);
settings = PreferenceManager.getDefaultSharedPreferences(context);
settings.registerOnSharedPreferenceChangeListener(this);