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

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

Merge "Add start/end padding to HistoryItem header." into ub-calculator-euler

parents d0ae6ee9 239d3cda
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fontFamily="sans-serif-medium"
        android:paddingStart="@dimen/history_item_text_padding_start"
        android:paddingEnd="@dimen/history_item_text_padding_end"
        android:text="@string/title_current_expression"
        android:textColor="?android:attr/colorAccent"
        android:textSize="14dp" />