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

Commit 70c4d5a1 authored by Ben Lin's avatar Ben Lin
Browse files

Reverting changes done to item_subdir and item_subdir_title.

Previously, I thought these two layouts were used for folders.
Apparently they are being used for DropdownBreadcrumb ... and only that.
Reverting back to their previous stylings.

Original change was at ag/1585189 and ag/1615035.

Bug: 33488647
Change-Id: I9f527e8e3aadd6c51194ffeed0fc834e98f3bb9a
parent cfd4c79b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
        android:singleLine="true"
        android:ellipsize="end"
        android:textAlignment="viewStart"
        android:textColor="@color/item_doc_title" />
        android:textAppearance="@android:style/TextAppearance.Material.Subhead"
        android:textColor="?android:attr/textColorPrimary" />

</LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -30,5 +30,5 @@
        android:textAlignment="viewStart"
        android:drawablePadding="12dp"
        android:drawableRight="@drawable/ic_breadcrumb_arrow_down"
        android:textColor="@color/item_doc_title" />
        android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title" />
</LinearLayout>