I don't know if that's possibole or not, but i'm trying to achieve some thing like this :
Second line is bold, what i already done :
<TextView
android:id="@+id/checkIn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/text"
android:layout_below="@+id/text"
android:layout_marginLeft="5dp"
android:padding="2dp"
android:text="Check-in Date \n 10-08-2017"
android:drawableLeft="@drawable/ic_calendar"
android:textColor="@color/hintColor"
android:drawablePadding="2dp"
android:transitionName="price"
android:textSize="@dimen/textInfoSmall" />