Advertisement
salmancreation

single routin content box android

Sep 23rd, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.45 KB | None | 0 0
  1.  
  2.     <LinearLayout
  3.        android:layout_width="match_parent"
  4.        android:layout_height="wrap_content"
  5.        android:orientation="vertical"
  6.       >
  7.  
  8.         <!-- Single Content Box Start  -->
  9.         <LinearLayout
  10.            android:layout_width="match_parent"
  11.            android:layout_height="match_parent"
  12.            android:layout_marginTop="20dp"
  13.            android:background="@drawable/shadow"
  14.            android:elevation="10dp"
  15.            >
  16.  
  17.  
  18.  
  19.             <com.cuboid.cuboidcirclebutton.CuboidButton
  20.                android:layout_width="140dp"
  21.                android:layout_height="140dp"
  22.                android:layout_centerInParent="true"
  23.                android:text="Compiler\nDesgin\n331"
  24.                android:textColor="#fff"
  25.                android:textSize="23dp"
  26.                app:cub_border_radius="0dp"
  27.                app:cub_color="#c311fa9d"
  28.                android:id="@+id/first"
  29.                app:cub_hover_color="#00BFFF1"
  30.                app:cub_riple_effect="true"
  31.                android:layout_margin="5dp"
  32.                />
  33.  
  34.                 <TextView
  35.                    android:layout_width="match_parent"
  36.                    android:text="নামঃ আইনুল হাসান
  37. বিষয়ঃ কম্পাইলার ডিজাইন
  38. ক্লাস রুমঃ ৩১৮ ডিটি-৫
  39. সময়ঃ ২.৩০ থেকে ৪.০০ মিনিট
  40. গুগল ক্লাসঃ 5q8w9x1
  41. মোবাইলঃ  01674834062"
  42.                    android:layout_height="wrap_content"
  43.                    android:textColor="#fff"
  44.                    android:textStyle="bold"
  45.                    android:textSize="18dp"
  46.                    />
  47.  
  48.         </LinearLayout>
  49.         <!-- Single Content Box End  -->
  50.  
  51.           <!-- Single Content Box Start  -->
  52.         <LinearLayout
  53.            android:layout_width="match_parent"
  54.            android:layout_height="match_parent"
  55.            android:background="@drawable/shadow"
  56.            android:layout_marginTop="20dp"
  57.            android:elevation="10dp"
  58.            >
  59.  
  60.  
  61.  
  62.             <com.cuboid.cuboidcirclebutton.CuboidButton
  63.                android:layout_width="140dp"
  64.                android:layout_height="140dp"
  65.                android:layout_centerInParent="true"
  66.                android:text="Compiler\nDesgin Lab\n332"
  67.                android:textColor="#fff"
  68.                android:textSize="23dp"
  69.                app:cub_border_radius="0dp"
  70.                app:cub_color="#c311fa9d"
  71.                android:id="@+id/first"
  72.                app:cub_hover_color="#00BFFF1"
  73.                app:cub_riple_effect="true"
  74.                android:layout_margin="5dp"
  75.                />
  76.  
  77.                 <TextView
  78.                    android:layout_width="match_parent"
  79.                    android:text="নামঃ আইনুল হাসান
  80. বিষয়ঃ কম্পাইলার ডিজাইন
  81. ক্লাস রুমঃ ৩১৮ ডিটি-৫
  82. সময়ঃ ২.৩০ থেকে ৪.০০ মিনিট
  83. গুগল ক্লাসঃ 5q8w9x1
  84. মোবাইলঃ  01674834062"
  85.                    android:layout_height="wrap_content"
  86.                    android:textColor="#fff"
  87.                    android:textStyle="bold"
  88.                    android:textSize="18dp"
  89.                    />
  90.  
  91.         </LinearLayout>
  92.         <!-- Single Content Box End  -->
  93.  
  94.  
  95.  
  96.  
  97.     </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement