Skip to content

Progressive blur in profile screen - #1712

Open
raystatic wants to merge 3 commits into
mainfrom
profile-blur
Open

Progressive blur in profile screen#1712
raystatic wants to merge 3 commits into
mainfrom
profile-blur

Conversation

@raystatic

Copy link
Copy Markdown
Contributor
  • Added progressive blur on profile image
  • Removed fragment xml file
  • Removed app bar

Figma: https://www.figma.com/design/3UybCqTs67y8gblB07iumI/-jam--Compose-graphics?node-id=192-26769&m=dev

Screenshot
image

@raystatic
raystatic requested a review from riggaroo September 10, 2026 15:18
Column(
modifier = Modifier
.fillMaxSize()
.background(color = Color(0xFFEAE9FC))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pull the background color from the theme

fontSize = 74.sp,
lineHeight = 70.82.sp,
fontWeight = FontWeight(800),
color = Color(0xFF1D1B1F),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pull text style from theme

modifier = modifier,
style = MaterialTheme.typography.bodyLarge,
color = MaterialTheme.colorScheme.onSurfaceVariant,
style = TextStyle(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pull text style from theme

modifier = Modifier.baselineHeight(24.dp),
style = MaterialTheme.typography.bodySmall,
color = MaterialTheme.colorScheme.onSurfaceVariant,
style = TextStyle(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pull text style from theme

text = value,
modifier = Modifier.baselineHeight(24.dp),
style = style,
style = TextStyle(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pull text style from theme

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add it in drawable-nodpi, rename to android_profile_pic


dependencies {

implementation("androidx.compose.ui:ui-graphics:1.13.0-alpha03")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont add new dependency, rather switch the sample to the Compose alpha BOM

@kuvandikov

Copy link
Copy Markdown

Hello, please provide feedback on pull request #1707.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants