smaller expiry buttons

This commit is contained in:
Dominik Schürmann 2014-01-25 19:29:12 +01:00
parent 18d1dc4525
commit 21deff0b7c

View file

@ -82,8 +82,9 @@
<com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/expiry"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_height="40dp"
android:text="@string/none"
bootstrapbutton:bb_size="small"
bootstrapbutton:bb_type="default" />
</TableRow>