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

Commit 344c5447 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Make preview text focusable." into qt-qpr1-dev am: 5eb70e07 am: bc75ee7a

Change-Id: Ic0efc5f84b41594ece4cf9fbe49b019aeb419c77
parents 5c47ee6c bc75ee7a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@
        android:ellipsize="end"
        android:fontFamily="@android:string/config_headlineFontFamily"
        android:textColor="?android:attr/textColorPrimary"
        android:maxLines="2"/>
        android:maxLines="2"
        android:focusable="true"/>

    <LinearLayout
        android:id="@+id/copy_button"