<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="colorAccent">#FF4081</color>
    <color name="colorPrimary">#3F51B5</color>
    <color name="colorPrimaryDark">#303F9F</color>
    <string name="app_name">Catch The Ball</string>
    <string name="gameOver">Game Over</string>
    <string name="highScore">High Score : 0</string>
    <string name="orangePoint">10 Point</string>
    <string name="pinkPoint">30 Point</string>
    <string name="retry">Try Again</string>
    <string name="score">150</string>
    <string name="startButton">Start</string>
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
    </style>
    <style name="Base.Theme.BallCatchGame" parent="Theme.Material3.DayNight.NoActionBar">
        
        
    </style>
    <style name="Theme.BallCatchGame" parent="Base.Theme.BallCatchGame"/>
</resources>