well if it was that easy I'd be very happy.
I still get the error "zahl1 cannot be resolved"
Maybe i failed at creating the textfield?
<EditText android:id="@+id/zahl1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:hint="@string/zahl_1" />
maybe a missing attribute? or do i have to declare a local variable? or just some completely stupid things? xD
thanks in advance again^^
|