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

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

Merge "Added a transparent bar behind the inspector title."

parents 0450d6c9 ce8f53b6
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -27,11 +27,15 @@

    <TextView
        android:id="@+id/inspector_file_title"
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="20dp"
        android:layout_alignBottom="@+id/inspector_thumbnail"
        android:paddingBottom="20dp"
        android:paddingLeft="18dp"
        android:textColor="@android:color/white" />
        android:paddingTop="5dp"
        android:paddingBottom="5dp"
        android:paddingLeft="16dp"
        android:textColor="@android:color/white"
        android:layout_gravity="center_vertical"
        android:background="@color/inspector_title_background"
        android:layout_alignBottom="@+id/inspector_thumbnail" />

</RelativeLayout>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -75,4 +75,5 @@
    <color name="inspector_value">#ff939393</color>
    <color name="inspector_link">#6633b5e5</color>
    <color name="inspector_section_title">#ff939393</color>
    <color name="inspector_title_background">#40000000</color>
</resources>