diff --git a/app/build.gradle b/app/build.gradle index b1e6aca..18e2653 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,4 +56,7 @@ dependencies { //RecyclerView implementation "androidx.recyclerview:recyclerview:1.2.1" + + //Circular Image View + implementation 'de.hdodenhof:circleimageview:3.1.0' } diff --git a/app/src/main/res/layout/layout_classroom.xml b/app/src/main/res/layout/layout_classroom.xml new file mode 100644 index 0000000..c11b67c --- /dev/null +++ b/app/src/main/res/layout/layout_classroom.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + \ No newline at end of file