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

Commit ff88c1d3 authored by Aaron Liu's avatar Aaron Liu Committed by Android (Google) Code Review
Browse files

Merge "User Switcher: Add a border around add button." into tm-dev

parents 5e6e0cb5 c5effa81
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -55,16 +55,17 @@

  <TextView
      android:id="@+id/add"
      android:visibility="gone"
      style="@style/Widget.Dialog.Button.BorderButton"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:layout_gravity="center"
      android:gravity="center"
      app:layout_constraintHeight_min="48dp"
      app:layout_constraintEnd_toEndOf="parent"
      app:layout_constraintBottom_toBottomOf="parent"
      android:paddingHorizontal="@dimen/user_switcher_fullscreen_button_padding"
      android:textSize="@dimen/user_switcher_fullscreen_button_text_size"
      android:text="@string/add"
      android:textColor="?androidprv:attr/colorAccentPrimary"
      android:text="@string/add" />
      android:textSize="@dimen/user_switcher_fullscreen_button_text_size"
      android:visibility="gone"
      app:layout_constraintBottom_toBottomOf="parent"
      app:layout_constraintEnd_toEndOf="parent"
      app:layout_constraintHeight_min="48dp" />
</androidx.constraintlayout.widget.ConstraintLayout>