File tree 11 files changed +405
-191
lines changed
11 files changed +405
-191
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry kind =" src" path =" src" />
4
- <classpathentry kind =" src" path =" gen" />
5
3
<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" />
7
5
<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" />
8
9
<classpathentry kind =" output" path =" bin/classes" />
9
10
</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 4
4
android : versionCode =" 1"
5
5
android : versionName =" 1.0" >
6
6
7
- <uses-sdk android : minSdkVersion =" 7 "
7
+ <uses-sdk android : minSdkVersion =" 8 "
8
8
android : targetSdkVersion =" 17" />
9
9
10
10
<uses-permission android : name =" android.permission.INTERNET" />
40
40
</activity >
41
41
42
42
<activity
43
- android : name =" .DeviceControl "
43
+ android : name =" .DeviceControlActivity "
44
44
android : configChanges =" keyboardHidden|orientation|screenSize"
45
45
android : theme =" @style/Theme.CustomLightTheme" >
46
46
</activity >
Original file line number Diff line number Diff line change 11
11
# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12
12
13
13
# Project target.
14
- target =android-14
14
+ target =android-16
Original file line number Diff line number Diff line change 24
24
android : id =" @android:id/tabcontent"
25
25
android : layout_width =" fill_parent"
26
26
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
+
28
43
<ListView
29
44
android : id =" @+id/lvConfiguredDevices"
30
45
android : layout_width =" fill_parent"
Original file line number Diff line number Diff line change 69
69
<string name =" outlet_delete" >Löschen</string >
70
70
71
71
<string name =" choose_widget_device" >Bitte wählen Sie ein Gerät für dieses Widget</string >
72
+ <string name =" all_outlets" >Steckdosen</string >
72
73
</resources >
Original file line number Diff line number Diff line change 71
71
<string name =" outlet_delete" >Delete</string >
72
72
73
73
<string name =" choose_widget_device" >Please choose a device for this widget</string >
74
+ <string name =" all_outlets" >Outlets</string >
74
75
</resources >
You can’t perform that action at this time.
0 commit comments