react-native-webview-file-upload-android
Version:
ReactNative's WebView on Android does not support file input. This library adds in an `<AndroidWebView>` that does support file input, as well as download support, and run-time permission requests for Android API v26
13 lines • 829 B
text/xml
<resources>
<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-sdk-release/frameworks/support/v7/appcompat/res/values-v22/themes_base.xml -->
<eat-comment/>
<style name="Base.Theme.AppCompat" parent="Base.V22.Theme.AppCompat"/>
<style name="Base.Theme.AppCompat.Light" parent="Base.V22.Theme.AppCompat.Light"/>
<style name="Base.V22.Theme.AppCompat" parent="Base.V21.Theme.AppCompat">
<item name="actionModeShareDrawable">?android:attr/actionModeShareDrawable</item>
</style>
<style name="Base.V22.Theme.AppCompat.Light" parent="Base.V21.Theme.AppCompat.Light">
<item name="actionModeShareDrawable">?android:attr/actionModeShareDrawable</item>
</style>
</resources>