Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="com.example.sectionmroutin.sectionm9thsemesterroutin.MainActivity">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- >
- <!-- Single Content Box Start -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="20dp"
- android:background="@drawable/shadow"
- android:elevation="15dp"
- >
- <com.cuboid.cuboidcirclebutton.CuboidButton
- android:layout_width="140dp"
- android:layout_height="140dp"
- android:layout_centerInParent="true"
- android:text="Compiler\nDesgin\n331"
- android:textColor="#fff"
- android:textSize="23dp"
- app:cub_border_radius="0dp"
- app:cub_color="#c311fa9d"
- android:id="@+id/compiler2"
- app:cub_hover_color="#c33333"
- app:cub_riple_effect="true"
- android:layout_margin="5dp"
- />
- <TextView
- android:layout_width="245dp"
- android:text="নামঃ আইনুল হাসান নাহিদ
- বিষয়ঃ কম্পাইলার ডিজাইন
- ক্লাস রুমঃ ৩১৮ ডিটি-৫
- সময়ঃ ২.৩০ থেকে ৪.০০ মিনিট
- গুগল ক্লাস কোডঃ 5q8w9x1
- মোবাইলঃ 01674834062"
- android:layout_height="wrap_content"
- android:textColor="#fff"
- android:textStyle="bold"
- android:textSize="19dp"
- />
- </LinearLayout>
- <!-- Single Content Box End -->
- <!-- Single Content Box Start -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="20dp"
- android:background="@drawable/shadow"
- android:elevation="12dp"
- >
- <com.cuboid.cuboidcirclebutton.CuboidButton
- android:layout_width="140dp"
- android:layout_height="140dp"
- android:layout_centerInParent="true"
- android:text="Software\nEngineer\n333"
- android:textColor="#fff"
- android:textSize="23dp"
- app:cub_border_radius="0dp"
- app:cub_color="#c311fa9d"
- android:id="@+id/softwer3"
- app:cub_hover_color="#c33333"
- app:cub_riple_effect="true"
- android:layout_margin="5dp"
- />
- <TextView
- android:layout_width="245dp"
- android:text="নামঃ মোছাঃ নিশাত সুলতানা
- বিষয়ঃ সফটওয়্যার ইঞ্জিনিয়ার
- ক্লাস রুমঃ ৩১৮ ডিটি-৫
- সময়ঃ ৪.০০ থেকে ৫.৩০ মিনিট
- গুগল ক্লাস কোডঃ jlb7w46
- মোবাইলঃ"
- android:layout_height="wrap_content"
- android:textColor="#fff"
- android:textStyle="bold"
- android:textSize="19dp"
- />
- </LinearLayout>
- <!-- Single Content Box End -->
- <!-- Single Content Box Start -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="20dp"
- android:background="@drawable/shadow"
- android:elevation="10dp"
- >
- <com.cuboid.cuboidcirclebutton.CuboidButton
- android:layout_width="140dp"
- android:layout_height="140dp"
- android:layout_centerInParent="true"
- android:text="Android\nPrograming\nLab\n334"
- android:textColor="#fff"
- android:textSize="23dp"
- app:cub_border_radius="0dp"
- app:cub_color="#c311fa9d"
- android:id="@+id/androidclasslab"
- app:cub_hover_color="#c33333"
- app:cub_riple_effect="true"
- android:layout_margin="5dp"
- />
- <TextView
- android:layout_width="245dp"
- android:text="নামঃ আইনুল হাসান নাহিদ
- বিষয়ঃ কম্পাইলার ডিজাইন
- ক্লাস রুমঃ ৩১৮ ডিটি-৫
- সময়ঃ ২.৩০ থেকে ৪.০০ মিনিট
- গুগল ক্লাস কোডঃ 5q8w9x1
- মোবাইলঃ 01674834062
- "
- android:layout_height="wrap_content"
- android:textColor="#fff"
- android:textStyle="bold"
- android:textSize="19dp"
- />
- </LinearLayout>
- <!-- Single Content Box End -->
- </LinearLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement