fix width of displayed qr code

This commit is contained in:
Vincent Breitmoser 2014-10-10 19:42:30 +02:00
parent 45dcc7d070
commit ebdcb53c68

View File

@ -71,7 +71,7 @@
android:id="@+id/view_key_fingerprint_qr_code_image"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:layout_width="match_parent"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_gravity="center_horizontal"
android:layout_weight="1"