Hi My textview is not moved into next line,Even i set maxlenght,maxsize also,Need to set imageview width based height,Sorry for my poor english
Here is my xml what i tried,
<RelativeLayout
android:id="@+id/rlTopview"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/proimg"
android:layout_width="200dp"
android:layout_height="160dp"
android:background="@drawable/categoriesicon"
android:scaleType="centerCrop" />
<TextView
android:id="@+id/txtcom"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/proimg"
android:layout_marginLeft="5dp"
android:maxEms="23"
android:maxLines="2"
android:scrollHorizontally="false"
android:singleLine="false"
android:text="Learn and Understanding \Node JS"
android:textColor="@color/colorPrimaryBlack"
android:textSize="18dp" /></RelativeLayout>