|
|
|
@ -5,10 +5,23 @@
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:paddingLeft="16dp">
|
|
|
|
|
|
|
|
|
|
<ImageView android:layout_width="60dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:id="@+id/ivTextDrawable"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
|
android:layout_alignParentStart="true"/>
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
@ -24,21 +37,26 @@
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
android:text="Medium Text"
|
|
|
|
|
android:id="@+id/profile_code"
|
|
|
|
|
android:layout_alignParentStart="true"
|
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
|
android:textSize="36sp"
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"/>
|
|
|
|
|
android:id="@+id/profile_name"
|
|
|
|
|
android:text="Post title"
|
|
|
|
|
android:textSize="20sp"
|
|
|
|
|
android:layout_below="@+id/profile_code"
|
|
|
|
|
android:layout_alignLeft="@+id/profile_code"
|
|
|
|
|
android:layout_alignStart="@+id/profile_code"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:maxLines="1"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:id="@+id/profile_name"
|
|
|
|
|
android:text="Post title"
|
|
|
|
|
android:layout_below="@+id/profile_code"
|
|
|
|
|
android:textSize="20sp"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
android:text="Medium Text"
|
|
|
|
|
android:id="@+id/profile_code"
|
|
|
|
|
android:textSize="36sp"
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
|
android:layout_marginLeft="6dp"
|
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
|
android:layout_alignParentStart="true"/>
|
|
|
|
|
|
|
|
|
|