Merge branch 'develop'
This commit is contained in:
commit
de3089f6ee
@ -5,8 +5,7 @@
|
||||
<application
|
||||
android:name=".MainApplication"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:icon="@drawable/mancala"
|
||||
android:allowBackup="false"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
|
||||
25
mobile/android/app/src/main/res/drawable/mancala.xml
Normal file
25
mobile/android/app/src/main/res/drawable/mancala.xml
Normal file
@ -0,0 +1,25 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:viewportWidth="100"
|
||||
android:viewportHeight="100"
|
||||
android:width="354.3308dp"
|
||||
android:height="354.3307dp">
|
||||
<group
|
||||
android:translateX="-230.5061"
|
||||
android:translateY="-73.75432">
|
||||
<path
|
||||
android:pathData="M257.8348 73.75433H303.1773A27.32877 27.32877 0 0 1 330.5061 101.0831V146.4256A27.32877 27.32877 0 0 1 303.1773 173.7543H257.8348A27.32877 27.32877 0 0 1 230.5061 146.4256V101.0831A27.32877 27.32877 0 0 1 257.8348 73.75433Z"
|
||||
android:fillColor="#B3B3B3" />
|
||||
<path
|
||||
android:pathData="M299.0061 87.75431H299.0061A17.5 17.5 0 0 1 316.5061 105.2543V105.2543A17.5 17.5 0 0 1 299.0061 122.7543H299.0061A17.5 17.5 0 0 1 281.5061 105.2543V105.2543A17.5 17.5 0 0 1 299.0061 87.75431Z"
|
||||
android:fillColor="#666666" />
|
||||
<path
|
||||
android:pathData="M262.0061 87.75431H262.0061A17.5 17.5 0 0 1 279.5061 105.2543V105.2543A17.5 17.5 0 0 1 262.0061 122.7543H262.0061A17.5 17.5 0 0 1 244.5061 105.2543V105.2543A17.5 17.5 0 0 1 262.0061 87.75431Z"
|
||||
android:fillColor="#B3B3B3" />
|
||||
<path
|
||||
android:pathData="M299.0061 124.7543H299.0061A17.5 17.5 0 0 1 316.5061 142.2543V142.2543A17.5 17.5 0 0 1 299.0061 159.7543H299.0061A17.5 17.5 0 0 1 281.5061 142.2543V142.2543A17.5 17.5 0 0 1 299.0061 124.7543Z"
|
||||
android:fillColor="#666666" />
|
||||
<path
|
||||
android:pathData="M262.0061 87.75431H262.0061A17.5 17.5 0 0 1 279.5061 105.2543V140.2543A17.5 17.5 0 0 1 262.0061 157.7543H262.0061A17.5 17.5 0 0 1 244.5061 140.2543V105.2543A17.5 17.5 0 0 1 262.0061 87.75431Z"
|
||||
android:fillColor="#666666" />
|
||||
</group>
|
||||
</vector>
|
||||
@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">mancala_mobile</string>
|
||||
<string name="app_name">Mancala</string>
|
||||
</resources>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>mancala_mobile</string>
|
||||
<string>Mancala</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user