DT @12.01.2016: Bugfixes und release 1.5

This commit is contained in:
Dennis Thießen
2016-01-12 21:10:20 +01:00
parent 009d7bfa71
commit bf58f08bd0
13 changed files with 66 additions and 58 deletions

View File

@@ -49,8 +49,8 @@
android:layout_height="40dp"
android:layout_weight="1"
android:paddingRight="1dp"
bootstrap:bootstrapBrand="danger"
bootstrap:bootstrapText="Report NOW!" />
bootstrap:bootstrapBrand="warning"
bootstrap:bootstrapText="@string/btn_reportwf_reportnow" />
<com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/btn_reportwf_next"
@@ -58,7 +58,7 @@
android:layout_height="40dp"
android:layout_weight="1"
bootstrap:bootstrapBrand="success"
bootstrap:bootstrapText="Continue" />
bootstrap:bootstrapText="@string/btn_reportwf_next" />
</LinearLayout>

View File

@@ -141,6 +141,10 @@
<string name="txt_notification_context"> neuer Vorfall. Pass auf!</string>
<string name="txt_notification_context_multi"> neue Vorfälle. Pass auf!</string>
<string name="btn_reportwf_reportnow">Jetzt melden!</string>
<string name="btn_reportwf_next">Weiter</string>
<string name="menu_send_feedback">Feedback senden</string>
<string-array name="cat_situation_main">
<item>Allgemeiner Vorfall/Situation</item>
<item>Mündliche Gewalt</item>

View File

@@ -145,6 +145,10 @@
<string name="txt_notification_context"> new incident near your last location. Watch out!</string>
<string name="txt_notification_context_multi"> new incidents near your last location. Watch out!</string>
<string name="btn_reportwf_reportnow">Report NOW!</string>
<string name="btn_reportwf_next">Next</string>
<string name="menu_send_feedback">Send Feedback</string>
<string-array name="cat_situation_main">
<item>Allgemeiner Vorfall/Situation</item>
<item>Mündliche Gewalt</item>