|
12 | 12 | android:layout_height="wrap_content" |
13 | 13 | android:orientation="vertical"> |
14 | 14 |
|
15 | | - <com.hackthenorth.android.ui.component.TextView |
16 | | - android:id="@+id/mentor_name" |
| 15 | + <RelativeLayout |
17 | 16 | android:layout_width="match_parent" |
18 | 17 | android:layout_height="wrap_content" |
19 | | - android:layout_margin="16dp" |
20 | | - android:textColor="@color/theme_secondary" |
21 | | - android:textSize="32sp" |
22 | | - app:typeface="roboto_thin" |
23 | | - tools:text="Barack Obama" /> |
24 | | - |
25 | | - <com.android.volley.toolbox.NetworkImageView |
26 | | - android:id="@+id/mentor_image" |
27 | | - android:layout_width="wrap_content" |
28 | | - android:layout_height="172dp" |
29 | | - android:layout_marginBottom="16dp" |
30 | | - android:scaleType="centerCrop" /> |
| 18 | + android:layout_marginBottom="16dp" > |
| 19 | + |
| 20 | + <com.android.volley.toolbox.NetworkImageView |
| 21 | + android:id="@+id/mentor_image" |
| 22 | + android:layout_width="match_parent" |
| 23 | + android:layout_height="172dp" |
| 24 | + android:scaleType="centerCrop" /> |
| 25 | + |
| 26 | + <com.hackthenorth.android.ui.component.TextView |
| 27 | + android:id="@+id/mentor_name" |
| 28 | + android:layout_width="match_parent" |
| 29 | + android:layout_height="wrap_content" |
| 30 | + android:layout_alignParentBottom="true" |
| 31 | + android:textColor="@color/text_color_primary_inverse" |
| 32 | + android:textSize="24sp" |
| 33 | + android:background="#4000" |
| 34 | + android:paddingLeft="16dp" |
| 35 | + android:paddingRight="16dp" |
| 36 | + android:paddingBottom="8dp" |
| 37 | + android:paddingTop="8dp" |
| 38 | + app:typeface="roboto_regular" |
| 39 | + tools:text="Barack Obama" /> |
| 40 | + </RelativeLayout> |
31 | 41 |
|
32 | 42 | <LinearLayout |
33 | 43 | android:layout_width="wrap_content" |
|
0 commit comments