Это как есть вид блоков этих
а это как нужно чтобы было
где то что-то я не дописал, подскажите что как сделать чтобы отображало как на 2 скрине(который помечен №2)
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="12dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Разработчик"
android:textSize="14sp"
tools:ignore="HardcodedText" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/text_content"
android:textSize="12sp"/>
</LinearLayout>
</android.support.v7.widget.CardView>