How can I do the subject in Reference Browser?

Modifying this does not seem to be the correct place...


<TextView
    android:id="@+id/mozac_browser_tabstray_url"
    android:layout_width="0dp"
    android:layout_height="wrap_content"
    android:layout_alignParentTop="true"
    android:layout_marginEnd="16dp"
    android:ellipsize="end"
    android:lines="1"
    android:paddingStart="8dp"
    android:paddingEnd="8dp"
    app:layout_constraintEnd_toStartOf="@id/mozac_browser_tabstray_close"
    app:layout_constraintHorizontal_bias="0.0"
    app:layout_constraintStart_toEndOf="@id/mozac_browser_tabstray_card"
    app:layout_constraintTop_toBottomOf="@id/mozac_browser_tabstray_title" />

_______________________________________________
mobile-firefox-dev mailing list
mobile-firefox-dev@mozilla.org
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to