Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2652: Add dimensions for splash screen logo #2894

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions app/src/main/res/drawable-v23/splash_page.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/oppiaPrimaryLight" />
<item
android:width="@dimen/splash_screen_logo_width"
android:height="@dimen/splash_screen_logo_height"
android:bottom="@dimen/splash_screen_logo_margin_bottom"
android:drawable="@drawable/oppia_logo_svg"
android:gravity="center" />
</layer-list>
Binary file added app/src/main/res/drawable/oppia_logo_bitmap.webp
Binary file not shown.
24 changes: 24 additions & 0 deletions app/src/main/res/drawable/oppia_logo_svg.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="592.8dp"
android:height="229.3dp"
android:viewportWidth="592.8"
android:viewportHeight="229.3">
<path
android:pathData="M0,87.8c0.1,-20.1 4.8,-36.6 15.3,-51.2C26.6,20.8 42,11.1 61.2,7.8c14.5,-2.7 29.5,-1.7 43.5,2.8c16.6,5.4 28.9,16 37.7,30.9c5.3,9.1 8.6,19.2 10,29.6c1.4,9.5 1.6,19.1 0.4,28.7c-3.2,25.1 -14.6,45.3 -36,59.3c-10.5,7 -22.7,11 -35.3,11.5c-13.3,0.5 -26.2,-1.2 -38.4,-7.1c-12,-5.8 -22.1,-14.8 -29.1,-26c-7.1,-11 -11.5,-23.5 -13,-36.4C0.5,96 0.2,90.8 0,87.8zM74.1,138.9L74.1,138.9c0.1,-0.7 0.3,-1.4 0.5,-2.1c1.3,-6.3 3.6,-12.4 6.6,-18c2.4,-4.4 5.6,-8.3 9.6,-11.3c0.7,-0.6 0.7,-0.9 0.4,-1.6c-2.6,-5.9 0.1,-12.7 6,-15.3c0.2,-0.1 0.4,-0.2 0.7,-0.3c6.1,-2.3 12.9,0.7 15.3,6.8c0.7,1.9 1,4 0.7,6c-1.2,8.2 -10.6,12.7 -17.5,8.5c-1,-0.6 -1.9,-1.4 -3.1,-2.2c-11.2,9.2 -14.7,22.1 -17,35.7c0.5,0.1 0.7,0.1 0.9,0.1c7.6,0.1 15.1,-1.6 21.8,-5c6.6,-3.2 12.5,-7.7 17.2,-13.3c3.4,-4.1 6.3,-8.6 8.5,-13.5c3.2,-7.5 4.9,-15.5 5,-23.7c0.1,-5 -0.3,-10 -1.1,-15c-1.5,-10 -6,-19.4 -12.8,-27c-4.4,-4.9 -9.8,-8.8 -15.9,-11.3c-6.5,-2.7 -13.5,-4.1 -20.6,-4.2c-2.4,-0.1 -4.9,0.1 -7.3,0.2C58.3,33 45.5,39.4 36.8,50c-3.5,4.2 -6.4,9 -8.4,14.2C25.1,72.3 23.6,81 24,89.7c0.4,9.9 2.3,19.3 6.9,28.1c6.8,13.1 17.2,21.9 31.5,25.7c1.9,0.5 3.8,0.8 5.8,1.2c0,-0.8 0,-1.3 -0.1,-1.8c-0.6,-8 -1.9,-15.9 -4,-23.6c-1.8,-6.2 -4,-12.3 -7.9,-17.6c-0.4,-0.7 -1.2,-1.1 -2,-0.7c-6.2,1.9 -12.8,-1.5 -14.7,-7.7C39.2,92.2 39,91 39,89.8c-0.1,-6.5 5.1,-11.9 11.6,-12c2.8,0 5.5,0.9 7.6,2.7c3.6,2.8 5.2,7.5 4,11.9C61.6,95 60.1,97.3 58,99c0.8,1.3 1.7,2.4 2.4,3.7c5.6,9.5 8,20.1 9.5,30.9c0.2,1.7 0.5,3.4 0.7,5.2H71c0,-4.5 0,-8.9 0,-13.4c0,-8.5 0.4,-16.9 1.4,-25.3c1,-8 2.4,-15.9 5.5,-23.4c0.1,-0.4 0,-0.7 -0.3,-1c-5.5,-3.6 -7,-11 -3.4,-16.4c3.6,-5.5 11,-7 16.4,-3.4c5.5,3.6 7,11 3.4,16.4c-2.6,4 -7.3,6 -12,5.1c-0.9,-0.1 -1.1,0.1 -1.4,0.7c-0.7,1.9 -1.5,3.8 -2.1,5.7c-1.7,5.8 -2.8,11.7 -3.4,17.6c-0.4,4.6 -0.9,9.2 -1.1,13.8c-0.2,4.3 -0.2,8.6 -0.3,12.9C74.1,131.8 74.1,135.4 74.1,138.9L74.1,138.9z"
android:fillColor="#FFFFFF"/>
<path
android:pathData="M333.7,153.5c0.2,3.9 0.6,7.8 0.6,11.6c0.1,16 0.2,32 0.3,48c0,3.5 0,7 -0.2,10.5c-0.3,3.7 -2.5,5.5 -6.2,5.5h-12.1c-4.4,0 -6.7,-2.1 -7,-6.6c0,-0.5 0,-1 0,-1.4c0,-38.4 0.1,-76.7 0,-115.1c0,-9.1 -0.4,-18.2 -1,-27.3c-0.3,-5.1 -1.4,-10.1 -2.1,-15.1c-0.2,-1 -0.3,-2.1 -0.3,-3.2c-0.2,-3.5 2.5,-6.6 6,-6.8h0.1c2.8,-0.2 5.5,-0.2 8.3,0c3,0.1 5.6,1.9 6.8,4.7c2,4.3 3.3,8.8 4.1,13.4c0.1,0.5 0.2,0.9 0.3,1.7l0.8,-1.3c6.3,-10.1 15,-16.9 26.6,-19.6c13.5,-3.2 26.5,-2 38.2,6c8.3,5.6 13.6,13.5 17,22.8c2.4,6.8 3.8,13.9 4.1,21.1c0.6,9.4 -0.2,18.9 -2.4,28.1c-3,11.8 -8.4,22.3 -17.1,30.9c-6.8,6.8 -15.9,11 -25.5,11.8c-6.9,0.7 -13.9,-0.2 -20.3,-2.7c-7.9,-3.1 -13.6,-8.7 -18,-15.7l-0.7,-1.1C333.9,153.6 333.9,153.6 333.7,153.5zM332.3,112.9c0,1 0,2.1 0,3.1c-0.2,9.6 3.5,19 10.2,25.9c5.5,5.8 12,9.6 20.2,9.9c9,0.3 16.1,-3.3 21,-10.9c2.1,-3.2 3.7,-6.7 4.8,-10.4c2.4,-8.1 3.5,-16.5 3.1,-24.9c-0.1,-5.9 -1.4,-11.7 -4,-17c-2.6,-5.5 -6.1,-10.3 -11.7,-13.1c-7,-3.6 -14.3,-3.4 -21.4,-0.6c-9.4,3.7 -15.4,10.9 -19.3,20C332.8,100.6 331.8,106.8 332.3,112.9L332.3,112.9z"
android:fillColor="#FFFFFF"/>
<path
android:pathData="M202.8,153.7c0.2,3.4 0.4,6.8 0.5,10.3c0.1,3.7 0.3,7.5 0.3,11.2c0,15.3 0,30.7 0,46c0,1.2 -0.1,2.4 -0.4,3.5c-0.4,2.7 -2.7,4.6 -5.5,4.5c-4.5,0 -9,0.1 -13.5,0c-3.6,0 -5.8,-2.3 -6.1,-6.2c-0.1,-0.6 -0.1,-1.3 -0.1,-1.9c0,-38 0.1,-76.1 0,-114.1c0,-9.2 -0.4,-18.4 -1,-27.6c-0.3,-5.3 -1.4,-10.5 -2.1,-15.7c-0.2,-1.4 -0.3,-2.9 -0.2,-4.3c0.4,-3.1 3,-5.5 6.1,-5.6c2.8,-0.2 5.5,-0.2 8.3,0c3,0.1 5.6,1.9 6.8,4.7c2,4.3 3.4,9 4.1,13.7c0.1,0.4 0.1,0.8 0.2,1.2c1.5,-2 2.8,-4.1 4.3,-6c7.3,-9.2 18,-15 29.6,-16c8,-0.9 15.9,-0.3 23.4,2.7c11.8,4.7 19.6,13.3 24.5,24.9c2.7,6.7 4.3,13.7 4.8,20.9c0.6,7.2 0.5,14.5 -0.5,21.7c-2.1,15.2 -7.8,28.7 -18.8,39.7c-6.8,6.9 -15.9,11.1 -25.6,11.8c-6.9,0.7 -13.9,-0.2 -20.3,-2.7c-7.7,-3.1 -13.4,-8.6 -17.8,-15.6c-0.2,-0.4 -0.5,-0.8 -0.8,-1.2L202.8,153.7zM201.3,113c0,0.9 0,1.8 0,2.7c-0.1,11.8 4.4,21.5 13.3,29.2c4.7,4.2 10.7,6.7 17,6.9c9.1,0.3 16.1,-3.3 21.1,-10.9c2.7,-4.3 4.7,-9 5.8,-14c1.2,-5.2 1.9,-10.5 2,-15.8c0.3,-7.8 -0.5,-15.3 -3.9,-22.4c-2.6,-5.5 -6.2,-10.4 -11.8,-13.2c-7.2,-3.7 -14.7,-3.4 -22,-0.3c-9,3.8 -14.8,10.9 -18.7,19.7C201.9,100.6 200.9,106.8 201.3,113L201.3,113z"
android:fillColor="#FFFFFF"/>
<path
android:pathData="M564.6,108.3c0.7,-7.9 0.7,-15.4 -3.2,-22.3c-3.8,-6.8 -9.9,-10.3 -17.2,-11.7c-11.4,-2.3 -22.3,-0.1 -32.6,4.9c-1.4,0.7 -2.7,1.4 -4.2,2c-2.7,1 -4.3,0.6 -5.9,-1.7c-2.2,-3 -3.8,-6.5 -4.6,-10.2c-0.5,-2.3 0.3,-4.7 2,-6.3c2.6,-2.9 5.9,-4.7 9.4,-6.3c6,-2.8 12.5,-4.5 19.1,-5c5.1,-0.5 10.2,-0.6 15.4,-0.5c11.3,0.5 21.5,4.1 30,11.8c7.6,6.8 11.8,15.5 13.4,25.5c1.4,8.3 0.9,16.5 -0.4,24.8c-0.6,3.9 -1.4,7.8 -2.1,11.8c-0.1,0.6 0,1.2 0.2,1.7c2.9,8 5.3,16.2 7,24.6c0.8,4.4 1.3,9 1.8,13.5c0.1,0.7 0,1.3 -0.1,2c-0.2,2.3 -2.2,4.1 -4.6,4c-4,0.1 -7.9,0.1 -11.8,0c-3.1,-0.1 -4.4,-1.4 -4.8,-4.4c-0.6,-4.4 -1.3,-8.7 -1.9,-13.1c0,-0.2 -0.1,-0.4 -0.2,-0.6c-1.5,2.1 -3,4.3 -4.6,6.3c-5.9,7 -13.5,11.2 -22.3,13.2c-11,2.5 -21.7,1.8 -31.9,-3.3c-12.5,-6.2 -19.7,-16.2 -20.6,-30.4c-0.5,-7.4 0.5,-14.5 4,-21.1c4.1,-7.6 10.9,-13.4 19.2,-16.1c13,-4.5 26,-4.9 39.1,-0.2c4.2,1.6 8.1,3.8 11.6,6.6L564.6,108.3zM535.5,117.9c-1.9,0.1 -3.8,0.3 -5.7,0.7c-6.4,1.4 -11.1,5.1 -13.4,11.2c-2.9,8 0.9,16.9 8.7,20.3c4.1,1.9 8.4,2.2 12.8,1.9c7.4,-0.4 14.3,-3.7 19.2,-9.3c4.6,-5.1 4.6,-11.2 0.2,-16.4c-1,-1.1 -2.2,-2.1 -3.5,-3C548.3,119.6 542.1,118.1 535.5,117.9z"
android:fillColor="#FFFFFF"/>
<path
android:pathData="M463.4,101.8c0,13.3 0,26.7 0,40.1c0,1.1 0.1,2.3 0.3,3.4c0.6,3.4 3,4.9 6.4,3.9c1.2,-0.4 2.4,-0.9 3.6,-1.4c0.8,-0.3 1.7,-0.6 2.6,-0.9c1.9,-0.5 3.2,-0.1 4.1,1.7c1.6,3.2 3.1,6.6 4.4,9.9c1,2.8 -0.2,5.1 -2.3,6.8c-4.3,3.5 -9.4,5.8 -14.8,6.6c-4.5,0.7 -9.2,0.6 -13.6,-0.5c-6.4,-1.4 -10.5,-5.6 -12.8,-11.5c-1.9,-5.3 -2.9,-10.9 -2.8,-16.5c-0.1,-27.7 0,-55.4 0,-83.1c-0.1,-1.8 0.5,-3.5 1.6,-4.8c1,-1.3 2.6,-2 4.2,-2c4.1,0 8.3,0 12.4,0c4.4,0 6.8,2.4 6.8,6.8c0,4.2 0,8.4 0,12.6L463.4,101.8z"
android:fillColor="#FFFFFF"/>
<path
android:pathData="M451.3,0c9.7,0 16.9,7.1 16.9,16.8s-7.4,16.8 -17,17c-9.4,0 -17,-7.7 -17,-17.1c0,-0.1 0,-0.1 0,-0.2C434.3,8.4 441,-0.3 451.3,0z"
android:fillColor="#FFFFFF"/>
</vector>
39 changes: 9 additions & 30 deletions app/src/main/res/drawable/splash_page.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="360dp"
android:height="640dp"
android:viewportWidth="360"
android:viewportHeight="640">
<group>
<clip-path android:pathData="M0,0h360v640h-360z M 0,0"/>
<path
android:pathData="M0,0h360v640h-360z"
android:fillColor="#019489"/>
</group>
<path
android:pathData="M80,258c0,-6.78 1.62,-12.35 5.16,-17.27A23.25,23.25 0,0 1,100.65 231a30.08,30.08 0,0 1,14.68 0.94,22.51 22.51,0 0,1 12.72,10.43 26.89,26.89 0,0 1,3.37 10,36.05 36.05,0 0,1 0.14,9.68c-1.08,8.47 -4.93,15.28 -12.15,20a23.15,23.15 0,0 1,-11.91 3.88,26.84 26.84,0 0,1 -13,-2.4 23.73,23.73 0,0 1,-9.82 -8.77,28.77 28.77,0 0,1 -4.38,-12.28C80.17,260.72 80.07,259 80,258ZM105,275.24h0a6.62,6.62 0,0 1,0.17 -0.71,22.8 22.8,0 0,1 2.23,-6.07 11.78,11.78 0,0 1,3.24 -3.81c0.23,-0.2 0.23,-0.31 0.13,-0.54a3.9,3.9 0,0 1,2 -5.16,1.24 1.24,0 0,1 0.23,-0.11 4,4 0,0 1,5.17 2.3,4.22 4.22,0 0,1 0.23,2 4,4 0,0 1,-5.9 2.87c-0.34,-0.2 -0.64,-0.47 -1,-0.74 -3.78,3.1 -5,7.46 -5.74,12a1.14,1.14 0,0 0,0.31 0,15.8 15.8,0 0,0 7.35,-1.69 17.6,17.6 0,0 0,5.81 -4.49,20.44 20.44,0 0,0 2.87,-4.55 20.89,20.89 0,0 0,1.68 -8,27.87 27.87,0 0,0 -0.37,-5.06 17.58,17.58 0,0 0,-4.32 -9.11,14.66 14.66,0 0,0 -5.36,-3.81 18.8,18.8 0,0 0,-6.95 -1.42c-0.81,0 -1.66,0 -2.47,0.07a16.25,16.25 0,0 0,-11.87 5.94A17.1,17.1 0,0 0,89.58 250a20.29,20.29 0,0 0,-1.48 8.6,21.78 21.78,0 0,0 2.33,9.48 16.34,16.34 0,0 0,10.62 8.68c0.65,0.16 1.29,0.27 2,0.4a3.52,3.52 0,0 0,0 -0.61,41.92 41.92,0 0,0 -1.35,-8A18.49,18.49 0,0 0,99 262.64a0.5,0.5 0,0 0,-0.67 -0.24,4 4,0 0,1 -5,-2.59 4.61,4.61 0,0 1,-0.17 -1.18,4 4,0 0,1 3.91,-4 3.9,3.9 0,0 1,2.57 0.91,3.83 3.83,0 0,1 1.35,4 4.07,4.07 0,0 1,-1.42 2.23c0.27,0.44 0.57,0.81 0.81,1.25a27.63,27.63 0,0 1,3.21 10.42c0.06,0.58 0.16,1.15 0.23,1.76L104,275.2v-4.52a71.54,71.54 0,0 1,0.47 -8.54,30.53 30.53,0 0,1 1.85,-7.89 0.31,0.31 0,0 0,-0.1 -0.34,4 4,0 1,1 5.54,-1.15 3.92,3.92 0,0 1,-4 1.72c-0.31,0 -0.37,0 -0.47,0.24 -0.24,0.64 -0.51,1.28 -0.71,1.92a32.28,32.28 0,0 0,-1.15 5.94c-0.14,1.55 -0.3,3.1 -0.37,4.66s-0.07,2.9 -0.1,4.35a34.72,34.72 0,0 1,0.13 3.64Z"
android:fillColor="#fff"/>
<path
android:pathData="M192.6,280.12c0.06,1.32 0.2,2.63 0.2,3.91q0,8.1 0.1,16.2c0,1.18 0,2.36 -0.07,3.54a1.85,1.85 0,0 1,-2.09 1.86h-4.08a2.09,2.09 0,0 1,-2.36 -2.23v-0.47c0,-13 0,-25.88 0,-38.84 0,-3.07 -0.14,-6.14 -0.34,-9.21 -0.1,-1.72 -0.47,-3.41 -0.71,-5.09a5.42,5.42 0,0 1,-0.1 -1.08,2.18 2.18,0 0,1 2,-2.3h0a18.69,18.69 0,0 1,2.8 0A2.57,2.57 0,0 1,190.3 248a17.75,17.75 0,0 1,1.38 4.52c0,0.17 0.07,0.3 0.11,0.57l0.27,-0.44a14.07,14.07 0,0 1,9 -6.61c4.56,-1.08 8.94,-0.67 12.89,2a15.24,15.24 0,0 1,5.74 7.7,24.36 24.36,0 0,1 1.38,7.12 32.22,32.22 0,0 1,-0.81 9.48,21.8 21.8,0 0,1 -5.77,10.42 13.79,13.79 0,0 1,-8.6 4,14.9 14.9,0 0,1 -6.85,-0.91 12.63,12.63 0,0 1,-6.08 -5.3l-0.23,-0.37A0.26,0.26 0,0 0,192.6 280.12ZM192.12,266.42v1.05a12.27,12.27 0,0 0,3.44 8.74,9.75 9.75,0 0,0 6.82,3.34 7.66,7.66 0,0 0,7.09 -3.68,13.84 13.84,0 0,0 1.62,-3.51 25.18,25.18 0,0 0,1 -8.4,13.44 13.44,0 0,0 -1.35,-5.74 8.91,8.91 0,0 0,-3.95 -4.42,8.45 8.45,0 0,0 -7.22,-0.2 11.78,11.78 0,0 0,-6.51 6.75,12.92 12.92,0 0,0 -1,6.07Z"
android:fillColor="#fff"/>
<path
android:pathData="M148.43,280.19c0.07,1.14 0.13,2.29 0.17,3.47s0.1,2.53 0.1,3.78L148.7,303a4.54,4.54 0,0 1,-0.14 1.18,1.76 1.76,0 0,1 -1.85,1.52c-1.52,0 -3,0 -4.56,0a2,2 0,0 1,-2.06 -2.09,4.57 4.57,0 0,1 0,-0.64c0,-12.82 0,-25.68 0,-38.5 0,-3.1 -0.14,-6.21 -0.34,-9.31 -0.1,-1.79 -0.47,-3.55 -0.71,-5.3a7,7 0,0 1,-0.06 -1.45,2.15 2.15,0 0,1 2.05,-1.89 18.83,18.83 0,0 1,2.81 0,2.57 2.57,0 0,1 2.29,1.58 17,17 0,0 1,1.38 4.63c0,0.13 0,0.27 0.07,0.4 0.51,-0.67 0.95,-1.38 1.45,-2a14.32,14.32 0,0 1,10 -5.4,16.17 16.17,0 0,1 7.89,0.91 14.67,14.67 0,0 1,8.27 8.4,23.11 23.11,0 0,1 1.62,7 33.29,33.29 0,0 1,-0.17 7.33,22.69 22.69,0 0,1 -6.34,13.39 13.47,13.47 0,0 1,-8.64 4,14.64 14.64,0 0,1 -6.85,-0.91 12.59,12.59 0,0 1,-6 -5.26,3.21 3.21,0 0,0 -0.27,-0.41ZM147.92,266.45v0.91a12.36,12.36 0,0 0,4.49 9.86,9.13 9.13,0 0,0 5.74,2.33 7.68,7.68 0,0 0,7.11 -3.68,14.68 14.68,0 0,0 2,-4.73 25.93,25.93 0,0 0,0.68 -5.33,15.69 15.69,0 0,0 -1.32,-7.56 9,9 0,0 0,-4 -4.45,8.41 8.41,0 0,0 -7.42,-0.1 12,12 0,0 0,-6.31 6.65,14.35 14.35,0 0,0 -1,6.1Z"
android:fillColor="#fff"/>
<path
android:pathData="M270.5,264.87c0.24,-2.67 0.24,-5.2 -1.08,-7.53a8,8 0,0 0,-5.8 -3.94,17 17,0 0,0 -11,1.65 15.44,15.44 0,0 1,-1.42 0.67,1.43 1.43,0 0,1 -2,-0.57 9.1,9.1 0,0 1,-1.55 -3.44,2.26 2.26,0 0,1 0.68,-2.13 9.11,9.11 0,0 1,3.17 -2.12,18.5 18.5,0 0,1 6.44,-1.69 44.88,44.88 0,0 1,5.2 -0.17,15.67 15.67,0 0,1 10.12,4 14.14,14.14 0,0 1,4.52 8.61,25.57 25.57,0 0,1 -0.13,8.37c-0.2,1.31 -0.47,2.63 -0.71,4a1.09,1.09 0,0 0,0.07 0.57,57.81 57.81,0 0,1 2.36,8.3c0.27,1.49 0.44,3 0.61,4.56a2.18,2.18 0,0 1,0 0.67A1.49,1.49 0,0 1,278.4 286c-1.35,0 -2.67,0 -4,0a1.45,1.45 0,0 1,-1.62 -1.48c-0.2,-1.49 -0.44,-2.94 -0.64,-4.42a0.58,0.58 0,0 0,-0.07 -0.21c-0.51,0.71 -1,1.45 -1.55,2.13a13.42,13.42 0,0 1,-7.53 4.45,15.58 15.58,0 0,1 -10.76,-1.11 11.65,11.65 0,0 1,-6.95 -10.26,13 13,0 0,1 1.35,-7.12 11.35,11.35 0,0 1,6.48 -5.43,19.29 19.29,0 0,1 13.19,-0.07 14.31,14.31 0,0 1,3.91 2.23ZM260.69,268.11a12.55,12.55 0,0 0,-1.93 0.23,5.91 5.91,0 0,0 -4.52,3.78 5.44,5.44 0,0 0,2.94 6.85,8.64 8.64,0 0,0 4.32,0.64 9.23,9.23 0,0 0,6.47 -3.13,3.93 3.93,0 0,0 0.07,-5.54 6.82,6.82 0,0 0,-1.18 -1A11.33,11.33 0,0 0,260.69 268.11Z"
android:fillColor="#fff"/>
<path
android:pathData="M236.36,262.67v13.54a6.27,6.27 0,0 0,0.1 1.14,1.54 1.54,0 0,0 2.16,1.32c0.4,-0.14 0.81,-0.31 1.21,-0.47s0.58,-0.21 0.88,-0.31a1,1 0,0 1,1.38 0.58c0.54,1.08 1,2.22 1.49,3.34a2,2 0,0 1,-0.78 2.29,10.33 10.33,0 0,1 -5,2.23 11.81,11.81 0,0 1,-4.59 -0.17,5.86 5.86,0 0,1 -4.32,-3.88 15.61,15.61 0,0 1,-0.94 -5.57c0,-9.35 0,-18.69 0,-28a2.28,2.28 0,0 1,0.54 -1.62,1.76 1.76,0 0,1 1.41,-0.67h4.19a2.06,2.06 0,0 1,2.29 2.29v4.25Z"
android:fillColor="#fff"/>
<path
android:pathData="M232.28,228.33A5.52,5.52 0,0 1,238 234a5.67,5.67 0,0 1,-5.74 5.74,5.76 5.76,0 0,1 -5.73,-5.77v-0.07A5.65,5.65 0,0 1,232.28 228.33Z"
android:fillColor="#fff"/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/oppiaPrimaryLight" />
<item android:bottom="@dimen/splash_screen_logo_margin_bottom">
<bitmap
android:gravity="center"
android:src="@drawable/oppia_logo_bitmap" />
</item>
</layer-list>
5 changes: 5 additions & 0 deletions app/src/main/res/values-land/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,9 @@
<dimen name="feedback_item_question_view_margin_start">64dp</dimen>
<dimen name="feedback_item_question_view_margin_top">24dp</dimen>
<dimen name="feedback_item_question_view_margin_end">64dp</dimen>

<!-- Splash Screen-->
<dimen name="splash_screen_logo_width">296dp</dimen>
<dimen name="splash_screen_logo_height">115dp</dimen>
<dimen name="splash_screen_logo_margin_bottom">0dp</dimen>
</resources>
4 changes: 4 additions & 0 deletions app/src/main/res/values-sw600dp-land/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,8 @@
<dimen name="feedback_item_question_view_margin_start">192dp</dimen>
<dimen name="feedback_item_question_view_margin_top">24dp</dimen>
<dimen name="feedback_item_question_view_margin_end">192dp</dimen>

<!-- Splash Screen-->
<dimen name="splash_screen_logo_width">395dp</dimen>
<dimen name="splash_screen_logo_height">153dp</dimen>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-sw600dp-port/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,9 @@
<dimen name="feedback_item_question_view_margin_start">128dp</dimen>
<dimen name="feedback_item_question_view_margin_top">24dp</dimen>
<dimen name="feedback_item_question_view_margin_end">128dp</dimen>

<!-- Splash Screen-->
<dimen name="splash_screen_logo_width">326dp</dimen>
<dimen name="splash_screen_logo_height">126dp</dimen>
<dimen name="splash_screen_logo_margin_bottom">120dp</dimen>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,9 @@
<dimen name="feedback_item_question_view_margin_start">32dp</dimen>
<dimen name="feedback_item_question_view_margin_top">24dp</dimen>
<dimen name="feedback_item_question_view_margin_end">32dp</dimen>

<!-- Splash Screen-->
<dimen name="splash_screen_logo_width">269dp</dimen>
<dimen name="splash_screen_logo_height">104dp</dimen>
<dimen name="splash_screen_logo_margin_bottom">100dp</dimen>
</resources>