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

Commit 7d4b4621 authored by Tingting Wang's avatar Tingting Wang Committed by Android (Google) Code Review
Browse files

Merge "Add space on the top of account header text." into ub-contactsdialer-a-dev

parents 81e7fea1 0dc9348c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
            android:layout_height="wrap_content"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_marginTop="@dimen/compact_editor_account_header_top_margin"
            android:layout_marginStart="@dimen/compact_editor_account_left_margin"
            android:layout_gravity="center_vertical"
            android:orientation="vertical"
+3 −0
Original line number Diff line number Diff line
@@ -275,4 +275,7 @@

    <!-- Margin between name field and whatever fields are above it. -->
    <dimen name="compact_editor_name_top_margin">8dp</dimen>

    <!-- Top margin for "Saving to" account header text field. -->
    <dimen name="compact_editor_account_header_top_margin">3dp</dimen>
</resources>