1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 17:49:17 +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

@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=Google Inc.:Google APIs:14
target=android-17

View file

@ -10,7 +10,6 @@
android:layout_height="fill_parent"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:background="@color/Dark"
android:orientation="vertical" >
</LinearLayout>

View file

@ -1,5 +0,0 @@
<resources>
<color name="Dark"> #2E2E2E</color>
</resources>

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);