Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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="10dp"
- >
- <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/first"
- app:cub_hover_color="#00BFFF1"
- app:cub_riple_effect="true"
- android:layout_margin="5dp"
- />
- <TextView
- android:layout_width="match_parent"
- android:text="নামঃ আইনুল হাসান
- বিষয়ঃ কম্পাইলার ডিজাইন
- ক্লাস রুমঃ ৩১৮ ডিটি-৫
- সময়ঃ ২.৩০ থেকে ৪.০০ মিনিট
- গুগল ক্লাসঃ 5q8w9x1
- মোবাইলঃ 01674834062"
- android:layout_height="wrap_content"
- android:textColor="#fff"
- android:textStyle="bold"
- android:textSize="18dp"
- />
- </LinearLayout>
- <!-- Single Content Box End -->
- <!-- Single Content Box Start -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/shadow"
- android:layout_marginTop="20dp"
- android:elevation="10dp"
- >
- <com.cuboid.cuboidcirclebutton.CuboidButton
- android:layout_width="140dp"
- android:layout_height="140dp"
- android:layout_centerInParent="true"
- android:text="Compiler\nDesgin Lab\n332"
- android:textColor="#fff"
- android:textSize="23dp"
- app:cub_border_radius="0dp"
- app:cub_color="#c311fa9d"
- android:id="@+id/first"
- app:cub_hover_color="#00BFFF1"
- app:cub_riple_effect="true"
- android:layout_margin="5dp"
- />
- <TextView
- android:layout_width="match_parent"
- android:text="নামঃ আইনুল হাসান
- বিষয়ঃ কম্পাইলার ডিজাইন
- ক্লাস রুমঃ ৩১৮ ডিটি-৫
- সময়ঃ ২.৩০ থেকে ৪.০০ মিনিট
- গুগল ক্লাসঃ 5q8w9x1
- মোবাইলঃ 01674834062"
- android:layout_height="wrap_content"
- android:textColor="#fff"
- android:textStyle="bold"
- android:textSize="18dp"
- />
- </LinearLayout>
- <!-- Single Content Box End -->
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement