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:
parent
c9ff478ce9
commit
5f477d641c
4 changed files with 2 additions and 8 deletions
|
@ -11,4 +11,4 @@
|
||||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=Google Inc.:Google APIs:14
|
target=android-17
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:background="@color/Dark"
|
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
<resources>
|
|
||||||
|
|
||||||
<color name="Dark"> #2E2E2E</color>
|
|
||||||
|
|
||||||
</resources>
|
|
|
@ -24,7 +24,7 @@ public class CanvasView extends View implements OnSharedPreferenceChangeListener
|
||||||
|
|
||||||
// disable until networking has been configured
|
// disable until networking has been configured
|
||||||
setEnabled(false);
|
setEnabled(false);
|
||||||
setBackgroundColor(0xFFD0D0D0); //0x2A2A2A
|
setBackgroundColor(0xFFD0D0D0);
|
||||||
|
|
||||||
settings = PreferenceManager.getDefaultSharedPreferences(context);
|
settings = PreferenceManager.getDefaultSharedPreferences(context);
|
||||||
settings.registerOnSharedPreferenceChangeListener(this);
|
settings.registerOnSharedPreferenceChangeListener(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue