Не могу настроить автовысоту. Прописал android:singleLine="false", но эффекта нет.
<TextView
android:id="@+id/descriptionLabel"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:layout_alignEnd="@+id/titleLabel"
android:layout_alignLeft="@+id/titleLabel"
android:layout_alignRight="@+id/titleLabel"
android:layout_alignStart="@+id/titleLabel"
android:layout_below="@+id/titleLabel"
android:layout_marginBottom="10dp"
android:layout_marginTop="10dp"
android:singleLine="false"
android:text="TextView"
android:textColor="@color/White_232"
android:textSize="14dp" />