diff --git a/android/AndroidOpenGLESLessons/res/layout/toc_item.xml b/android/AndroidOpenGLESLessons/res/layout/toc_item.xml index a16bc5a..95d0922 100644 --- a/android/AndroidOpenGLESLessons/res/layout/toc_item.xml +++ b/android/AndroidOpenGLESLessons/res/layout/toc_item.xml @@ -13,7 +13,7 @@ android:layout_margin="8dp" android:background="@drawable/icon_border"/> > data = new ArrayList>(); - final Map> activityMapping = new HashMap>(); + final SparseArray> activityMapping = new SparseArray>(); int i = 0;