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

Commit 503e939e authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Merge "Fix for text and button alignment of suggestion card (in RTL layout)"...

Merge "Fix for text and button alignment of suggestion card (in RTL layout)" into ub-contactsdialer-a-dev am: e43354f1
am: f6a73fcd

* commit 'f6a73fcd':
  Fix for text and button alignment of suggestion card (in RTL layout)
parents 5b5ad6e0 f6a73fcd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@

                <TextView
                    android:id="@+id/suggestion_for_name"
                    android:layout_width="match_parent"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:textAppearance="?android:attr/textAppearanceMedium"
@@ -134,6 +134,7 @@
            android:layout_width="wrap_content"
            android:layout_height="@dimen/quickcontact_expanding_button_section_height"
            android:layout_gravity="center_vertical|end"
            android:layout_marginEnd="@dimen/quickcontact_expanding_button_right_padding"
            android:layout_marginRight="@dimen/quickcontact_expanding_button_right_padding"
            android:layout_marginTop="@dimen/quickcontact_expanding_button_section_padding"
            android:layout_marginBottom="@dimen/quickcontact_expanding_button_section_padding"