DT @18.12.2015: Änderungen an IncidentObject und weitere Anpassungen vervollständigt

This commit is contained in:
Dennis Thießen
2015-12-18 17:19:51 +01:00
parent d37acaf39c
commit 24ec175a43
34 changed files with 789 additions and 1102 deletions

View File

@@ -38,7 +38,7 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_marginTop="52dp"
android:textColor="#aa4b4b4b"/>
android:textColor="@color/text_light_grey"/>
<TextView
android:id="@+id/txt_main_incidents"
@@ -55,7 +55,7 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_marginTop="34dp"
android:textColor="#aa4b4b4b"/>
android:textColor="@color/text_light_grey"/>
</LinearLayout>
@@ -63,7 +63,7 @@
android:id="@+id/layoutFooter"
android:gravity="center"
android:layout_height="wrap_content"
android:background="#d5ddff"
android:background="#7fbfbfbf"
android:layout_width="match_parent"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"