I using gridview with scroll horizontal include 5 1 row, 5 column display data and using code set weight, height for it:
int widthCell = getActivity().getResources().getDimensionPixelSize(R.dimen.widthCell);
int heightCell = getActivity().getResources().getDimensionPixelSize(R.dimen.heightCell);
But for phone samsum or oppo failed: "Resource ID #0x7f0600c3 type #0x4 is not valid". I don't know how to fix this error. Can you help me? Thanks