File tree Expand file tree Collapse file tree 11 files changed +405
-191
lines changed Expand file tree Collapse file tree 11 files changed +405
-191
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" src" path =" gen" />
53 <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
6- <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.LIBRARIES" />
4+ <classpathentry exported = " true " kind =" con" path =" com.android.ide.eclipse.adt.LIBRARIES" />
75 <classpathentry kind =" lib" path =" libs/android-support-v4.jar" />
6+ <classpathentry kind =" src" path =" src" />
7+ <classpathentry kind =" src" path =" gen" />
8+ <classpathentry exported =" true" kind =" con" path =" com.android.ide.eclipse.adt.DEPENDENCIES" />
89 <classpathentry kind =" output" path =" bin/classes" />
910</classpath >
Original file line number Diff line number Diff line change 1+ eclipse.preferences.version =1
2+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
3+ org.eclipse.jdt.core.compiler.compliance =1.6
4+ org.eclipse.jdt.core.compiler.source =1.6
Original file line number Diff line number Diff line change 44 android : versionCode =" 1"
55 android : versionName =" 1.0" >
66
7- <uses-sdk android : minSdkVersion =" 7 "
7+ <uses-sdk android : minSdkVersion =" 8 "
88 android : targetSdkVersion =" 17" />
99
1010 <uses-permission android : name =" android.permission.INTERNET" />
4040 </activity >
4141
4242 <activity
43- android : name =" .DeviceControl "
43+ android : name =" .DeviceControlActivity "
4444 android : configChanges =" keyboardHidden|orientation|screenSize"
4545 android : theme =" @style/Theme.CustomLightTheme" >
4646 </activity >
Original file line number Diff line number Diff line change 1111# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212
1313# Project target.
14- target =android-14
14+ target =android-16
Original file line number Diff line number Diff line change 2424 android : id =" @android:id/tabcontent"
2525 android : layout_width =" fill_parent"
2626 android : layout_height =" fill_parent" >
27-
27+
28+ <ScrollView
29+ android : id =" @+id/lvAllOutlets"
30+ android : layout_width =" fill_parent"
31+ android : layout_height =" fill_parent"
32+ android : layout_marginLeft =" 10dp"
33+ android : layout_marginRight =" 10dp" >
34+
35+ <LinearLayout
36+ android : id =" @+id/llAllOutlets"
37+ android : layout_width =" fill_parent"
38+ android : layout_height =" wrap_content"
39+ android : orientation =" vertical" >
40+ </LinearLayout >
41+ </ScrollView >
42+
2843 <ListView
2944 android : id =" @+id/lvConfiguredDevices"
3045 android : layout_width =" fill_parent"
Original file line number Diff line number Diff line change 6969 <string name =" outlet_delete" >Löschen</string >
7070
7171 <string name =" choose_widget_device" >Bitte wählen Sie ein Gerät für dieses Widget</string >
72+ <string name =" all_outlets" >Steckdosen</string >
7273</resources >
Original file line number Diff line number Diff line change 7171 <string name =" outlet_delete" >Delete</string >
7272
7373 <string name =" choose_widget_device" >Please choose a device for this widget</string >
74+ <string name =" all_outlets" >Outlets</string >
7475</resources >
You can’t perform that action at this time.
0 commit comments