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

No resource found that matches the given name (at 'background' with value '@drawable/launch_screen') #46

Closed
salauddinShaikh opened this issue Apr 4, 2017 · 3 comments

Comments

@salauddinShaikh
Copy link

No description provided.

@tishad770
Copy link

on your 'res' folder, create a 'drawable' folder. put your splash screen png file there and name it 'launch_screen.png'

@zjjaxx
Copy link

zjjaxx commented May 26, 2020

//remove

<ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/launch_screen" android:scaleType="centerCrop" />


//add

<ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@mipmap/launch_screen" android:scaleType="centerCrop" />
```

@NgocLe1001
Copy link

thank tishad770. you've saved my life

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants