mirror of
https://github.com/ente-io/ente.git
synced 2025-07-25 11:05:15 +00:00
[mob][auth] Minor UI changes
This commit is contained in:
parent
28b9d5512f
commit
10e19ffae2
@ -217,6 +217,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
|||||||
captionedTextWidget: CaptionedTextWidget(
|
captionedTextWidget: CaptionedTextWidget(
|
||||||
title: context.l10n.deviceLock,
|
title: context.l10n.deviceLock,
|
||||||
),
|
),
|
||||||
|
surfaceExecutionStates: false,
|
||||||
alignCaptionedTextToLeft: true,
|
alignCaptionedTextToLeft: true,
|
||||||
isTopBorderRadiusRemoved: false,
|
isTopBorderRadiusRemoved: false,
|
||||||
isBottomBorderRadiusRemoved: true,
|
isBottomBorderRadiusRemoved: true,
|
||||||
@ -236,6 +237,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
|||||||
captionedTextWidget: CaptionedTextWidget(
|
captionedTextWidget: CaptionedTextWidget(
|
||||||
title: context.l10n.pinLock,
|
title: context.l10n.pinLock,
|
||||||
),
|
),
|
||||||
|
surfaceExecutionStates: false,
|
||||||
alignCaptionedTextToLeft: true,
|
alignCaptionedTextToLeft: true,
|
||||||
isTopBorderRadiusRemoved: true,
|
isTopBorderRadiusRemoved: true,
|
||||||
isBottomBorderRadiusRemoved: true,
|
isBottomBorderRadiusRemoved: true,
|
||||||
@ -253,6 +255,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
|||||||
captionedTextWidget: CaptionedTextWidget(
|
captionedTextWidget: CaptionedTextWidget(
|
||||||
title: context.l10n.password,
|
title: context.l10n.password,
|
||||||
),
|
),
|
||||||
|
surfaceExecutionStates: false,
|
||||||
alignCaptionedTextToLeft: true,
|
alignCaptionedTextToLeft: true,
|
||||||
isTopBorderRadiusRemoved: true,
|
isTopBorderRadiusRemoved: true,
|
||||||
isBottomBorderRadiusRemoved: false,
|
isBottomBorderRadiusRemoved: false,
|
||||||
@ -276,6 +279,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
surfaceExecutionStates: false,
|
||||||
alignCaptionedTextToLeft: true,
|
alignCaptionedTextToLeft: true,
|
||||||
singleBorderRadius: 8,
|
singleBorderRadius: 8,
|
||||||
menuItemColor: colorTheme.fillFaint,
|
menuItemColor: colorTheme.fillFaint,
|
||||||
|
@ -140,6 +140,7 @@ class _SecuritySectionWidgetState extends State<SecuritySectionWidget> {
|
|||||||
captionedTextWidget: CaptionedTextWidget(
|
captionedTextWidget: CaptionedTextWidget(
|
||||||
title: context.l10n.appLock,
|
title: context.l10n.appLock,
|
||||||
),
|
),
|
||||||
|
surfaceExecutionStates: false,
|
||||||
trailingIcon: Icons.chevron_right_outlined,
|
trailingIcon: Icons.chevron_right_outlined,
|
||||||
trailingIconIsMuted: true,
|
trailingIconIsMuted: true,
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user