react-native-datawedge-intents
Version:
React Native Android module to interface with Zebra's DataWedge using Android Intents to control the barcode scanner and retrieve scanned data
14 lines • 554 B
text/xml
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromYDelta="0"
android:toYDelta="-100%p"
android:duration="@android:integer/config_shortAnimTime"
/>
<alpha
android:fromAlpha="1.0"
android:toAlpha="0.0"
android:duration="@android:integer/config_shortAnimTime"
/>
</set>
<!-- From: file:/Users/mkonicek/code/react-native/ReactAndroid/src/main/res/devsupport/anim/catalyst_push_up_out.xml -->