From 4532a86a5725bdee993d3598ef8d2d185efc6c92 Mon Sep 17 00:00:00 2001 From: Hritik Kumar Singh Date: Mon, 24 Oct 2022 11:34:39 +0530 Subject: [PATCH] Added layout for classroom page --- app/build.gradle | 3 ++ app/src/main/res/layout/layout_classroom.xml | 47 ++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 app/src/main/res/layout/layout_classroom.xml 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