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

Commit a3365007 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

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

Screenshots: https://drive.google.com/a/google.com/folderview?id=0BwSNbQ_IWQd2SS1BbktZbS1zR2c&usp=sharing

Bug: 25513185
Change-Id: I616b7562b59857fd02319752e4edcc52a35a413d
parent c9b000d1
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"