Use card_black design for security tokens

This commit is contained in:
Dominik Schürmann 2017-01-10 13:32:10 +01:00
parent 318903cd85
commit 7c2fee9609
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
custom:nfc_device="usb_black"/>
custom:nfc_device="card_black"/>
</LinearLayout>

View file

@ -11,7 +11,7 @@
android:id="@+id/nfc_guide_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
custom:nfc_device="usb_black"/>
custom:nfc_device="card_black"/>
<include layout="@layout/security_token_operation_activity_toolable_view_animator" />