DT @02.01.2016: ReportWF refactored und erweitert. Kategorien in strings.xml hinzugefügt. InAppBillingService hinzugefügt (muss jedoch noch implementiert werden)

This commit is contained in:
Dennis Thießen
2016-01-02 14:14:06 +01:00
parent ebfab3a534
commit 2f81bfa09d
26 changed files with 1106 additions and 499 deletions

View File

@@ -72,7 +72,8 @@
<Button
android:id="@+id/btn_main_report"
android:layout_weight="1"
android:background="#651a1111"
android:background="@color/bg_common_trans"
android:textColor="@color/white"
android:layout_marginRight="1dp"
android:paddingLeft="10dp"
android:layout_width="0dp"
@@ -85,7 +86,8 @@
style="?android:attr/borderlessButtonStyle"
android:layout_weight="1"
android:paddingRight="10dp"
android:background="#651a1111"
android:textColor="@color/white"
android:background="@color/bg_common_trans"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="Show Map" />