YCPCS-481-TeamB / BaseballSim-Android

BaseballSim App for Android
0 stars 0 forks source link

Adding Images #19

Closed kyleMeyers closed 7 years ago

kyleMeyers commented 7 years ago

Adding an Image by adding it with a res->Image_Asset will create 4 new images and then when you build it it will not compile. The example image is what I want. Just one picture that can be displayed in the android studio. All you do to call an image is use ImageView instead of TextView and the last thing will be @drawable/"name of pic" or something like that.

So how do we add picture to Android Studio without errors is the question

kyleMeyers commented 7 years ago

not a bug just my Android Studio not working