Created
February 18, 2018 16:38
-
-
Save ebnrdwan/23a9b3f36f85f12a36c328d0b1fc3418 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent"> | |
| <LinearLayout | |
| android:layout_width="170dp" | |
| android:layout_height="wrap_content" | |
| android:orientation="vertical"> | |
| <ImageView | |
| android:id="@+id/imageView13" | |
| android:layout_width="170dp" | |
| android:layout_height="130dp" | |
| android:scaleType="fitXY" | |
| app:srcCompat="@drawable/mycourses4" /> | |
| <LinearLayout | |
| android:layout_width="170dp" | |
| android:layout_height="70dp" | |
| android:orientation="vertical" | |
| android:background="#ffffffff" | |
| android:layout_marginLeft="10dp"> | |
| <TextView | |
| android:id="@+id/textView27" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content" | |
| android:text="Development" | |
| android:textColor="@color/black" | |
| android:textSize="12dp" | |
| android:textStyle="bold" /> | |
| <TextView | |
| android:id="@+id/textView31" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content" | |
| android:text="simply dummy text of the" | |
| android:textSize="10dp"/> | |
| <TextView | |
| android:id="@+id/textView32" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content" | |
| android:layout_marginLeft="85dp" | |
| android:text="350.00 SAR" | |
| android:textColor="@color/Red" | |
| android:textSize="10dp"/> | |
| </LinearLayout> | |
| </LinearLayout> | |
| </RelativeLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment