DT @13.12.2015: TabbedWorkflow in Profile eingebaut und ReportListActivity daher gestrichen. Rearranged and Reformated Code of all XML-Files

This commit is contained in:
Dennis Thießen
2015-12-13 14:38:05 +01:00
parent 14e1b1640c
commit c47e302d28
31 changed files with 1157 additions and 992 deletions

View File

@@ -13,7 +13,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical" >
android:orientation="vertical">
<LinearLayout
android:id="@+id/ll_01_01"
@@ -42,7 +42,7 @@
android:layout_margin="5dp"
android:spinnerMode="dialog"
android:prompt="@string/lbl_spinner_choose"
android:layout_below="@id/lbl_reportwf_1_question"/>
android:layout_below="@id/lbl_reportwf_1_question" />
<Spinner
android:id="@+id/dd_reportwf_1_cat_sub"
@@ -52,7 +52,7 @@
android:layout_margin="5dp"
android:spinnerMode="dialog"
android:prompt="@string/lbl_spinner_choose"
android:layout_below="@id/dd_reportwf_1_cat_main"/>
android:layout_below="@id/dd_reportwf_1_cat_main" />
<EditText
android:layout_width="300dp"
@@ -60,7 +60,7 @@
android:visibility="invisible"
android:hint="Please enter your info here"
android:id="@+id/txt_reportwf_1_cat_etc"
android:layout_below="@id/dd_reportwf_1_cat_sub"/>
android:layout_below="@id/dd_reportwf_1_cat_sub" />
<RelativeLayout
android:id="@+id/ll_pos"