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

Commit 83eb0d23 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow text in file inspector to be copied."

parents ca78cbf0 71ee56d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
        android:textColor="@android:color/white"
        android:layout_gravity="center_vertical"
        android:background="@color/inspector_title_background"
        android:textIsSelectable="true"
        android:textAlignment="viewStart"
        android:layout_alignBottom="@+id/inspector_thumbnail" />

+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
        android:layout_weight="1"
        android:textColor="@color/inspector_value"
        android:textSize="14sp"
        android:textIsSelectable="true"
        android:textAlignment="viewStart">
    </TextView>