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

Commit 42b884eb authored by Robert Luo's avatar Robert Luo Committed by Android (Google) Code Review
Browse files

Merge "Fix RTL alignment issue in the "How it works" page of Contactless...

Merge "Fix RTL alignment issue in the "How it works" page of Contactless payment settings" into rvc-dev
parents 43527ef8 98512959
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -69,10 +69,10 @@
          <Button
              android:id="@+id/nfc_how_it_works_button"
              android:background="?android:attr/selectableItemBackground"
              android:layout_alignParentRight="true"
              android:layout_alignParentEnd="true"
              android:layout_width="wrap_content"
              android:layout_height="48dp"
              android:layout_marginRight="20dp"
              android:layout_marginEnd="20dp"
              android:text="@string/nfc_how_it_works_got_it"
              android:textSize="14sp"
              android:textColor="#263238"