Loading packages/CredentialManager/src/com/android/credentialmanager/createflow/CreateCredentialComponents.kt +8 −6 Original line number Diff line number Diff line Loading @@ -477,7 +477,8 @@ fun MoreOptionsRowIntroCard( Icons.Outlined.NewReleases, contentDescription = null, modifier = Modifier.align(alignment = Alignment.CenterHorizontally) .padding(all = 24.dp) .padding(all = 24.dp), tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, ) TextOnSurface( text = stringResource( Loading Loading @@ -642,7 +643,7 @@ fun ExternalOnlySelectionCard( Icon( painter = painterResource(R.drawable.ic_other_devices), contentDescription = null, tint = Color.Unspecified, tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, modifier = Modifier.align(alignment = Alignment.CenterHorizontally) .padding(all = 24.dp).size(32.dp) ) Loading Loading @@ -972,7 +973,8 @@ fun MoreOptionsDisabledProvidersRow( Icon( Icons.Filled.Add, contentDescription = null, modifier = Modifier.padding(start = 16.dp) modifier = Modifier.padding(start = 16.dp), tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, ) }, label = { Loading Loading @@ -1006,8 +1008,8 @@ fun RemoteEntryRow( Icon( painter = painterResource(R.drawable.ic_other_devices), contentDescription = null, tint = Color.Unspecified, modifier = Modifier.padding(start = 18.dp) tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, modifier = Modifier.padding(start = 10.dp) ) }, label = { Loading @@ -1015,7 +1017,7 @@ fun RemoteEntryRow( TextOnSurfaceVariant( text = stringResource(R.string.another_device), style = MaterialTheme.typography.titleLarge, modifier = Modifier.padding(start = 16.dp, top = 18.dp, bottom = 18.dp) modifier = Modifier.padding(start = 10.dp, top = 18.dp, bottom = 18.dp) .align(alignment = Alignment.CenterHorizontally), ) } Loading packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt +4 −4 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ fun AllSignInOptionCard( ContainerCard() { Column() { TopAppBar( colors = TopAppBarDefaults.smallTopAppBarColors( colors = TopAppBarDefaults.topAppBarColors( containerColor = Color.Transparent, ), title = { Loading Loading @@ -415,8 +415,8 @@ fun RemoteEntryCard( Icon( painter = painterResource(R.drawable.ic_other_devices), contentDescription = null, tint = Color.Unspecified, modifier = Modifier.padding(start = 16.dp) tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, modifier = Modifier.padding(start = 10.dp) ) }, label = { Loading @@ -424,7 +424,7 @@ fun RemoteEntryCard( text = stringResource( R.string.get_dialog_option_headline_use_a_different_device), style = MaterialTheme.typography.titleLarge, modifier = Modifier.padding(start = 16.dp, top = 18.dp, bottom = 18.dp) modifier = Modifier.padding(start = 10.dp, top = 18.dp, bottom = 18.dp) .align(alignment = Alignment.CenterHorizontally) ) } Loading Loading
packages/CredentialManager/src/com/android/credentialmanager/createflow/CreateCredentialComponents.kt +8 −6 Original line number Diff line number Diff line Loading @@ -477,7 +477,8 @@ fun MoreOptionsRowIntroCard( Icons.Outlined.NewReleases, contentDescription = null, modifier = Modifier.align(alignment = Alignment.CenterHorizontally) .padding(all = 24.dp) .padding(all = 24.dp), tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, ) TextOnSurface( text = stringResource( Loading Loading @@ -642,7 +643,7 @@ fun ExternalOnlySelectionCard( Icon( painter = painterResource(R.drawable.ic_other_devices), contentDescription = null, tint = Color.Unspecified, tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, modifier = Modifier.align(alignment = Alignment.CenterHorizontally) .padding(all = 24.dp).size(32.dp) ) Loading Loading @@ -972,7 +973,8 @@ fun MoreOptionsDisabledProvidersRow( Icon( Icons.Filled.Add, contentDescription = null, modifier = Modifier.padding(start = 16.dp) modifier = Modifier.padding(start = 16.dp), tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, ) }, label = { Loading Loading @@ -1006,8 +1008,8 @@ fun RemoteEntryRow( Icon( painter = painterResource(R.drawable.ic_other_devices), contentDescription = null, tint = Color.Unspecified, modifier = Modifier.padding(start = 18.dp) tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, modifier = Modifier.padding(start = 10.dp) ) }, label = { Loading @@ -1015,7 +1017,7 @@ fun RemoteEntryRow( TextOnSurfaceVariant( text = stringResource(R.string.another_device), style = MaterialTheme.typography.titleLarge, modifier = Modifier.padding(start = 16.dp, top = 18.dp, bottom = 18.dp) modifier = Modifier.padding(start = 10.dp, top = 18.dp, bottom = 18.dp) .align(alignment = Alignment.CenterHorizontally), ) } Loading
packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt +4 −4 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ fun AllSignInOptionCard( ContainerCard() { Column() { TopAppBar( colors = TopAppBarDefaults.smallTopAppBarColors( colors = TopAppBarDefaults.topAppBarColors( containerColor = Color.Transparent, ), title = { Loading Loading @@ -415,8 +415,8 @@ fun RemoteEntryCard( Icon( painter = painterResource(R.drawable.ic_other_devices), contentDescription = null, tint = Color.Unspecified, modifier = Modifier.padding(start = 16.dp) tint = LocalAndroidColorScheme.current.colorAccentPrimaryVariant, modifier = Modifier.padding(start = 10.dp) ) }, label = { Loading @@ -424,7 +424,7 @@ fun RemoteEntryCard( text = stringResource( R.string.get_dialog_option_headline_use_a_different_device), style = MaterialTheme.typography.titleLarge, modifier = Modifier.padding(start = 16.dp, top = 18.dp, bottom = 18.dp) modifier = Modifier.padding(start = 10.dp, top = 18.dp, bottom = 18.dp) .align(alignment = Alignment.CenterHorizontally) ) } Loading