<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="activityBackground">#e8397b</color>
    <color name="colorPrimary">#023c69</color>
    <color name="colorPrimaryDark">#e8397b</color>
    <color name="iconBackground">#e8397b</color>
    <color name="splashscreen_background">#e8397b</color>
    <integer name="react_native_dev_server_port">8081</integer>
    <string name="app_name">MonSuiviSanté</string>
    <string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
    <string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
    <string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
    <item name="android:textColor">@android:color/black</item>
    <item name="android:editTextStyle">@style/ResetEditText</item>
    <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
    <item name="colorPrimary">@color/colorPrimary</item>
    <item name="android:statusBarColor">#e8397b</item>
    <item name="android:windowBackground">@color/activityBackground</item>
  </style>
    <style name="ResetEditText" parent="@android:style/Widget.EditText">
    <item name="android:padding">0dp</item>
    <item name="android:textColorHint">#c8c8c8</item>
    <item name="android:textColor">@android:color/black</item>
  </style>
    <style name="Theme.App.SplashScreen" parent="AppTheme">
    <item name="android:windowBackground">@drawable/splashscreen</item>
  </style>
</resources>