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

Commit a44c09d6 authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Fix hotseat button alignment

Screenshot: https://screenshot.googleplex.com/Vr9FXe3oN2t
Bug: 159731214
Change-Id: I9e413f5d9bf0144edd413cc5995e7f1fda152f28
parent 7cb6d738
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -90,6 +90,7 @@
                        android:layout_height="wrap_content"
                        android:layout_height="wrap_content"
                        android:background="?android:attr/selectableItemBackground"
                        android:background="?android:attr/selectableItemBackground"
                        android:text="@string/hotseat_edu_dismiss"
                        android:text="@string/hotseat_edu_dismiss"
                        android:layout_gravity="start|center_vertical"
                        android:textColor="@android:color/white"/>
                        android:textColor="@android:color/white"/>
                </FrameLayout>
                </FrameLayout>
                <FrameLayout
                <FrameLayout
@@ -102,7 +103,7 @@
                        android:layout_width="wrap_content"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_height="wrap_content"
                        android:background="?android:attr/selectableItemBackground"
                        android:background="?android:attr/selectableItemBackground"
                        android:gravity="end"
                        android:layout_gravity="end|center_vertical"
                        android:text="@string/hotseat_edu_accept"
                        android:text="@string/hotseat_edu_accept"
                        android:textColor="@android:color/white"/>
                        android:textColor="@android:color/white"/>
                </FrameLayout>
                </FrameLayout>