UNPKG

cordova-plugin-camera-preview

Version:

Cordova plugin that allows camera interaction from HTML code for showing camera preview below or on top of the HTML.

10 lines (9 loc) 388 B
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="CameraPreviewTheme" parent="android:Theme.Light"> <item name="android:windowIsFloating">true</item> <item name="android:windowCloseOnTouchOutside">false</item> <item name="android:colorBackgroundCacheHint">@null</item> <item name="android:backgroundDimEnabled">false</item> </style> </resources>