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

Commit 239d3cda authored by Annie Chin's avatar Annie Chin
Browse files

Add start/end padding to HistoryItem header.

Change-Id: Ib6fd5a5466e61954bf1d63c16cfed2f3485ba7f9
Fixes: 33107054
parent 450de8a9
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" />