android gridview crashes on Galaxy 3

后端 未结 3 1277
迷失自我
迷失自我 2020-12-18 01:37

Ok, I think I have a real question for a change. I implemented a gridView in Android, following step by step the instructions in the Android Developers page, http://develope

3条回答
  •  庸人自扰
    2020-12-18 02:22

    try to replace fill_parent with match_parent because according to my information the attribute value fill_parent is deprecated on android 2.2 and above hope this would help

    You can see this link http://developer.android.com/training/displaying-bitmaps/load-bitmap.html I hope this will help you

提交回复
热议问题