UNPKG

react-native-viewpager

Version:
47 lines 3.24 kB
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/Users/mkonicek/code/react-native/ReactAndroid/src/main/res/devsupport/values/colors.xml --> <eat-comment/> <color name="catalyst_redbox_background">#eecc0000</color> <!-- From: file:/Users/mkonicek/code/react-native/ReactAndroid/src/main/res/devsupport/values/strings.xml --> <eat-comment/> <string name="catalyst_debugjs" project="catalyst">Debug in Chrome</string> <string name="catalyst_debugjs_off" project="catalyst">Stop Chrome Debugging</string> <string name="catalyst_inspect_element" project="catalyst">Inspect Element</string> <string name="catalyst_jsload_error" project="catalyst">Unable to download JS bundle. Did you forget to start the development server or connect your device?</string> <string name="catalyst_jsload_message" project="catalyst">Fetching JS bundle</string> <string name="catalyst_jsload_title" project="catalyst">Please wait...</string> <string name="catalyst_reloadjs" project="catalyst">Reload JS</string> <string name="catalyst_remotedbg_error" project="catalyst">Unable to connect with remote debugger</string> <string name="catalyst_remotedbg_message" project="catalyst">Connecting to remote debugger</string> <string name="catalyst_settings" project="catalyst">Dev Settings</string> <string name="catalyst_settings_title" project="catalyst">Catalyst Dev Settings</string> <string name="catalyst_start_profile" project="catalyst" translatable="false">Start Profile</string> <string name="catalyst_stop_profile" project="catalyst" translatable="false">Stop Profile</string> <!-- From: file:/Users/mkonicek/code/react-native/ReactAndroid/src/main/res/devsupport/values/styles.xml --> <eat-comment/> <style name="Animation.Catalyst.RedBox" parent="@android:style/Animation"> <item name="android:windowEnterAnimation">@anim/catalyst_push_up_in</item> <item name="android:windowExitAnimation">@anim/catalyst_push_up_out</item> </style> <style name="Theme"/> <style name="Theme.Catalyst"/> <style name="Theme.Catalyst.RedBox" parent="@style/Theme.AppCompat.DialogWhenLarge"> <item name="android:windowBackground">@color/catalyst_redbox_background</item> <item name="android:windowAnimationStyle">@style/Animation.Catalyst.RedBox</item> <item name="android:inAnimation">@android:anim/fade_in</item> <item name="android:outAnimation">@android:anim/fade_out</item> <item name="android:textColor">@android:color/white</item> </style> <!-- From: file:/Users/mkonicek/code/react-native/ReactAndroid/src/main/res/shell/values/styles.xml --> <eat-comment/> <style name="Theme.ReactNative.AppCompat.Light" parent="@style/Theme.AppCompat.Light.NoActionBar"> <item name="android:textColor">@android:color/black</item> </style> <style name="Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen" parent="@style/Theme.ReactNative.AppCompat.Light"> <item name="android:windowNoTitle">true</item> <item name="windowActionBar">false</item> <item name="android:windowFullscreen">true</item> <item name="android:windowContentOverlay">@null</item> </style> </resources>