Add "Where is my NFC reader?" feature to nfc waiting dialog

This commit is contained in:
Vincent Breitmoser
2017-10-10 04:54:05 +02:00
parent c07e808d24
commit 287d3251c5
12 changed files with 315 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
<vector android:height="120dp" android:viewportHeight="100.0"
android:viewportWidth="100.0" android:width="120dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillAlpha="1" android:fillColor="#00000000"
android:pathData="M50,50m-45,0a45,45 0,1 1,90 0a45,45 0,1 1,-90 0"
android:strokeAlpha="1" android:strokeColor="#000000" android:strokeWidth="3"/>
</vector>