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>