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

Commit f285d70f authored by Helen Qin's avatar Helen Qin Committed by Android (Google) Code Review
Browse files

Merge "[CredManUi] Updated the spacing between app bar and credential cards." into udc-dev

parents 8127776c 7f0d1752
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -325,7 +325,8 @@ fun MoreOptionsSelectionCard(
            else onBackCreationSelectionButtonSelected,
        )
    }) {
        item { Divider(thickness = 16.dp, color = Color.Transparent) }
        item { Divider(thickness = 8.dp, color = Color.Transparent) } // Top app bar has a 8dp
                                                                      // bottom padding already
        item {
            CredentialContainerCard {
                Column(verticalArrangement = Arrangement.spacedBy(2.dp)) {