Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 034e0a40 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[DocsUI M3] Add tooltip for long file names" into main

parents 2fe5b226 ed343145
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -274,6 +274,8 @@ final class GridDocumentHolder extends DocumentHolder {

        mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE);
        mTitle.setVisibility(View.VISIBLE);
        // Show the full name in a tooltip.
        itemView.setTooltipText(mDoc.displayName);

        // If file is partial, we want to show summary field as that's more relevant than fileSize
        // and date