diff --git a/ai/sample/core/build.gradle.kts b/ai/sample/core/build.gradle.kts index 55e8e00b66..9210359835 100644 --- a/ai/sample/core/build.gradle.kts +++ b/ai/sample/core/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 diff --git a/ai/sample/phone/build.gradle.kts b/ai/sample/phone/build.gradle.kts index 11fe467e74..5252ccf288 100644 --- a/ai/sample/phone/build.gradle.kts +++ b/ai/sample/phone/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.ai.sample" diff --git a/ai/sample/wear-core/build.gradle.kts b/ai/sample/wear-core/build.gradle.kts index 9c09f2cad9..5041106d1d 100644 --- a/ai/sample/wear-core/build.gradle.kts +++ b/ai/sample/wear-core/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 30 diff --git a/ai/sample/wear-gemini/build.gradle.kts b/ai/sample/wear-gemini/build.gradle.kts index d4436da28e..748eb4f9ec 100644 --- a/ai/sample/wear-gemini/build.gradle.kts +++ b/ai/sample/wear-gemini/build.gradle.kts @@ -37,7 +37,7 @@ plugins { kotlin("android") id("com.google.devtools.ksp") id("dagger.hilt.android.plugin") - id("org.jetbrains.kotlin.plugin.serialization") version "1.9.24" + kotlin("plugin.serialization") } val localProperties = Properties().apply { @@ -48,7 +48,7 @@ val localProperties = Properties().apply { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.ai.sample.wear.gemini" diff --git a/ai/sample/wear-prompt-app/build.gradle.kts b/ai/sample/wear-prompt-app/build.gradle.kts index 028ad84eac..b2c59fcbee 100644 --- a/ai/sample/wear-prompt-app/build.gradle.kts +++ b/ai/sample/wear-prompt-app/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.ai.sample.prompt" diff --git a/ai/ui/build.gradle.kts b/ai/ui/build.gradle.kts index 2b8830a61d..ab5d956c59 100644 --- a/ai/ui/build.gradle.kts +++ b/ai/ui/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/ai/ui/src/test/snapshots/images/com.google.android.horologist.ai.composables.components_PromptScreenTest_empty.png b/ai/ui/src/test/snapshots/images/com.google.android.horologist.ai.composables.components_PromptScreenTest_empty.png index 74c69ab5ab..a071e573fd 100644 --- a/ai/ui/src/test/snapshots/images/com.google.android.horologist.ai.composables.components_PromptScreenTest_empty.png +++ b/ai/ui/src/test/snapshots/images/com.google.android.horologist.ai.composables.components_PromptScreenTest_empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67e581ee09d08b40b0c043b22f1bd9a5caf2172afad41dfaf8a528e7c14ed182 -size 30820 +oid sha256:6d052e1b1044fea5e084a4b1257803c18c41d8253bbfb59a7b780785764a456a +size 30823 diff --git a/auth/composables/build.gradle.kts b/auth/composables/build.gradle.kts index 59ac6efb27..3dffef09df 100644 --- a/auth/composables/build.gradle.kts +++ b/auth/composables/build.gradle.kts @@ -24,7 +24,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/auth/composables/src/test/snapshots/images/com.google.android.horologist.auth.composables.screens_SelectAccountScreenTest_selectAccountScreen.png b/auth/composables/src/test/snapshots/images/com.google.android.horologist.auth.composables.screens_SelectAccountScreenTest_selectAccountScreen.png index fdd887640e..8692f9bd70 100644 --- a/auth/composables/src/test/snapshots/images/com.google.android.horologist.auth.composables.screens_SelectAccountScreenTest_selectAccountScreen.png +++ b/auth/composables/src/test/snapshots/images/com.google.android.horologist.auth.composables.screens_SelectAccountScreenTest_selectAccountScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f9b6d29686b22b8c9018dfeca77cf40192ac1bef08025dde0b4a46786c9befe -size 30649 +oid sha256:2a9c5a84653b272e3784bd491336554a2571724f15a4315664d210a41a862fe0 +size 30654 diff --git a/auth/composables/src/test/snapshots/images/com.google.android.horologist.auth.composables.screens_SelectAccountScreenTest_selectAccountScreenNoAvatar.png b/auth/composables/src/test/snapshots/images/com.google.android.horologist.auth.composables.screens_SelectAccountScreenTest_selectAccountScreenNoAvatar.png index cadd4fc7d4..0ddc6e546e 100644 --- a/auth/composables/src/test/snapshots/images/com.google.android.horologist.auth.composables.screens_SelectAccountScreenTest_selectAccountScreenNoAvatar.png +++ b/auth/composables/src/test/snapshots/images/com.google.android.horologist.auth.composables.screens_SelectAccountScreenTest_selectAccountScreenNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e1a64312f5ad7f4620477cfc777a773d9c41133c3ad0254e17527d081c02739 -size 29050 +oid sha256:b0786999618a269abee7b34617110aadef22cce58088dfa61e42e54dd4c9d030 +size 29063 diff --git a/auth/data-phone/build.gradle.kts b/auth/data-phone/build.gradle.kts index 33d98137cb..400cca4dfd 100644 --- a/auth/data-phone/build.gradle.kts +++ b/auth/data-phone/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 diff --git a/auth/data/build.gradle.kts b/auth/data/build.gradle.kts index 65d8c2ce6b..6af5171553 100644 --- a/auth/data/build.gradle.kts +++ b/auth/data/build.gradle.kts @@ -24,7 +24,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/auth/sample/phone/build.gradle.kts b/auth/sample/phone/build.gradle.kts index 1bbadc5521..a653d84824 100644 --- a/auth/sample/phone/build.gradle.kts +++ b/auth/sample/phone/build.gradle.kts @@ -21,7 +21,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.auth.sample" diff --git a/auth/sample/shared/build.gradle.kts b/auth/sample/shared/build.gradle.kts index 20fb6fc0d5..3b4aa9e624 100644 --- a/auth/sample/shared/build.gradle.kts +++ b/auth/sample/shared/build.gradle.kts @@ -24,7 +24,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 diff --git a/auth/sample/wear/build.gradle.kts b/auth/sample/wear/build.gradle.kts index cd5d544e3a..319467610b 100644 --- a/auth/sample/wear/build.gradle.kts +++ b/auth/sample/wear/build.gradle.kts @@ -20,7 +20,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.auth.sample" diff --git a/auth/ui/build.gradle.kts b/auth/ui/build.gradle.kts index cd8e918759..4a7413235a 100644 --- a/auth/ui/build.gradle.kts +++ b/auth/ui/build.gradle.kts @@ -24,7 +24,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/composables/build.gradle.kts b/composables/build.gradle.kts index 3d11e395a8..9431bf9e5a 100644 --- a/composables/build.gradle.kts +++ b/composables/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/composables/src/main/java/com/google/android/horologist/composables/DatePicker.kt b/composables/src/main/java/com/google/android/horologist/composables/DatePicker.kt index 43efff20a8..6b51904a6c 100644 --- a/composables/src/main/java/com/google/android/horologist/composables/DatePicker.kt +++ b/composables/src/main/java/com/google/android/horologist/composables/DatePicker.kt @@ -187,6 +187,8 @@ public fun DatePicker( } } + val paddingAroundPicker = if (isLargeScreen) 6.dp else 4.dp + ScreenScaffold( modifier = modifier .fillMaxSize() @@ -214,7 +216,7 @@ public fun DatePicker( style = MaterialTheme.typography.button, maxLines = 1, ) - Spacer(Modifier.height(4.dp)) + Spacer(Modifier.height(paddingAroundPicker)) val spacerWidth = if (isLargeScreen) 6.dp else 2.dp val textPadding = 6.dp // Update if UX decides a different value should be used. @@ -333,7 +335,7 @@ public fun DatePicker( ) } } - Spacer(Modifier.height(4.dp)) + Spacer(Modifier.height(paddingAroundPicker)) Button( onClick = { if (pickerGroupState.selectedIndex >= 2) { diff --git a/composables/src/main/java/com/google/android/horologist/composables/TimePicker.kt b/composables/src/main/java/com/google/android/horologist/composables/TimePicker.kt index e41a2e10b9..4a98327d1e 100644 --- a/composables/src/main/java/com/google/android/horologist/composables/TimePicker.kt +++ b/composables/src/main/java/com/google/android/horologist/composables/TimePicker.kt @@ -204,6 +204,8 @@ public fun TimePicker( } } + val paddingAroundPicker = if (isLargeScreen) 6.dp else 4.dp + ScreenScaffold( modifier = modifier .fillMaxSize() @@ -227,11 +229,11 @@ public fun TimePicker( style = MaterialTheme.typography.button, maxLines = 1, ) - Spacer(Modifier.height(4.dp)) + Spacer(Modifier.height(paddingAroundPicker)) Row( - // Horizontal padding is 2.08% + 5.2% + // Horizontal padding is 5.2% modifier = Modifier - .fillMaxWidth(1 - 2 * 0.0728f) + .fillMaxWidth(1 - 2 * 0.052f) .weight(1f), verticalAlignment = Alignment.CenterVertically, horizontalArrangement = Arrangement.Center, @@ -297,7 +299,7 @@ public fun TimePicker( touchExplorationStateProvider = touchExplorationStateProvider, ) } - Spacer(Modifier.height(4.dp)) + Spacer(Modifier.height(paddingAroundPicker)) Button( onClick = { val seconds = if (showSeconds) secondState.selectedOption else 0 @@ -432,6 +434,8 @@ public fun TimePickerWith12HourClock( } } + val paddingAroundPicker = if (isLargeScreen) 6.dp else 4.dp + ScreenScaffold( modifier = modifier .fillMaxSize() @@ -454,7 +458,7 @@ public fun TimePickerWith12HourClock( style = MaterialTheme.typography.button, maxLines = 1, ) - Spacer(Modifier.height(4.dp)) + Spacer(Modifier.height(paddingAroundPicker)) FontScaleIndependent { val measurer = rememberTextMeasurer() val density = LocalDensity.current @@ -479,7 +483,7 @@ public fun TimePickerWith12HourClock( Row( modifier = Modifier - .fillMaxWidth(1 - 2 * 0.0728f) + .fillMaxWidth(1 - 2 * 0.052f) .weight(1f), verticalAlignment = Alignment.CenterVertically, horizontalArrangement = Arrangement.Center, @@ -551,7 +555,7 @@ public fun TimePickerWith12HourClock( ) } } - Spacer(Modifier.height(4.dp)) + Spacer(Modifier.height(paddingAroundPicker)) Button( onClick = { val confirmedTime = LocalTime.of( diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest.png index 74a004dbbd..180b0aeb99 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4aa1dad36cf363a55f4dbc47fc67c62cd55d15e5eca2c886bdb63dcc06cedeb4 -size 34768 +oid sha256:bab3c7a667ce0cc4d283e51b58dba9b50893797d7aa51a62185a3248b8d0040a +size 34680 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_1.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_1.png index d742de5e1b..3e9eed2323 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_1.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2621e9e3f0dcc9b9c79afe47f769bfd9482ed6eaf733d73553a1efbf420eb49 -size 43286 +oid sha256:fe714d218775aa56321e0147bcc5f6b27b1f478d2bd6a51d59ba57609098faee +size 43155 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_2.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_2.png index 775be06f2e..6740f6cb4f 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_2.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa97390a93ed5e23b1e2e4c7e7f825470ae7f33b0817879a068e21b6e8045a52 -size 49368 +oid sha256:fc03be7df797db378511d60bbe3f01dd8489e923d9214c622a5d1528522bf528 +size 49153 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_3.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_3.png index 6d2555dfb6..9ac380908a 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_3.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_interactionTest_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca05ae27ecae9a235e8f2517e883805106426b4a828ee0202cda03dfe7d99379 -size 47456 +oid sha256:6dec6e17c2218f4a88e37dfa38ffc649f8cab69ee54af4c44679bcb7838137ec +size 47201 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_screenshot.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_screenshot.png index 74a004dbbd..180b0aeb99 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_screenshot.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerA11yTest_screenshot.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4aa1dad36cf363a55f4dbc47fc67c62cd55d15e5eca2c886bdb63dcc06cedeb4 -size 34768 +oid sha256:bab3c7a667ce0cc4d283e51b58dba9b50893797d7aa51a62185a3248b8d0040a +size 34680 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerTest_initial.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerTest_initial.png index d788b221a6..d20aea578f 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerTest_initial.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerTest_initial.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc95204eec949fa3f337791ba8d97bcdf928094bc9181fb53ace65afb94f27b2 -size 20233 +oid sha256:111358ee73946245954b68aa3355eafdd6a45b1572ac7862d0b6c06f7a2399e7 +size 20088 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerTest_largestFontScaling.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerTest_largestFontScaling.png index 64c1ba282e..9451e49310 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerTest_largestFontScaling.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_DatePickerTest_largestFontScaling.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3dc309f592ef6cc781805960273d2cad66ee7ef1ecab994a6dc4d3f22063edc -size 20214 +oid sha256:cc792a1586ce6fb77efb1d56ca0546c909728508be01e61e725d46bf8b90da62 +size 19809 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[0]_BlueDefaultAECBFA.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[0]_BlueDefaultAECBFA.png index d788b221a6..d20aea578f 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[0]_BlueDefaultAECBFA.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[0]_BlueDefaultAECBFA.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc95204eec949fa3f337791ba8d97bcdf928094bc9181fb53ace65afb94f27b2 -size 20233 +oid sha256:111358ee73946245954b68aa3355eafdd6a45b1572ac7862d0b6c06f7a2399e7 +size 20088 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[1]_Blue7FCFFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[1]_Blue7FCFFF.png index 74e173a67b..cc872767cf 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[1]_Blue7FCFFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[1]_Blue7FCFFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:370e9978be5360ce7ad4b64bb1d6b3a8aeb3638767146c1ffde7733c49d872f5 -size 20078 +oid sha256:70b4a09c1e4f6e3b1a37d9b0b73b510f8f933e4488376f6e188a01026f174b31 +size 19811 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[2]_LilacD0BCFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[2]_LilacD0BCFF.png index e70e6c6fa3..9b5067a824 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[2]_LilacD0BCFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[2]_LilacD0BCFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e32675b94900df85c317b829ecdc443446df1dee56e3f436d494b3ca83db6fd -size 20220 +oid sha256:71b59e10bd9c2d6b8d455240e8723f8f6af5c783316907d0c1a914a8049d3d7c +size 20020 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[3]_Green6DD58C.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[3]_Green6DD58C.png index 86eed20312..2d91b59a7c 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[3]_Green6DD58C.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[3]_Green6DD58C.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9318600245b2d1afb467fe7067909e14710dfad66ac32057c9a1d26628c68e12 -size 20055 +oid sha256:a675ad5f33a69224dc21ce352ade9dc2f993816a9db2f5b8d3a2343eb6e26a6e +size 19807 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[4]_BluewithText7FCFFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[4]_BluewithText7FCFFF.png index d0754bfe7f..4adb7aea8a 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[4]_BluewithText7FCFFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[4]_BluewithText7FCFFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:893ec629d94c2859df572860b6e88a6343a9a634ef7fe4ac60a48caafca2223f -size 20037 +oid sha256:ab96d9f711778d8b724ad5431fd516bad93598561d1b9ef4b2e0b9566b8ee947 +size 19769 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[5]_Orangey.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[5]_Orangey.png index 60250ebe1e..292dd5b14c 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[5]_Orangey.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[5]_Orangey.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9698d71f9edc964f99e29bc4185aaffdce0d2e27f0d0b2e72e44f61818df173 -size 19801 +oid sha256:743ee76a851b89afb1f8e34a29ca012aa223d82a2bae95c86470aea1484590ca +size 19538 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[6]_Uamp.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[6]_Uamp.png index b02b84d787..edff28bbea 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[6]_Uamp.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_datePicker[6]_Uamp.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:239f1548bcd7f72bdee16626b3e549247c9aed8fc1ac7b17ef97602f28133be1 -size 19415 +oid sha256:ffec4718a858e5274898b3ecbefafab55f3cb148ce0edf17d47a1e9b7b6353e1 +size 19193 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[0]_BlueDefaultAECBFA.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[0]_BlueDefaultAECBFA.png index f32ebbf1d0..1a3597dfd1 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[0]_BlueDefaultAECBFA.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[0]_BlueDefaultAECBFA.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:604c12b941cbeed752520c43874483ab3b56997ffb92166c9e185ef648e88ef8 -size 21302 +oid sha256:652331038dffcd22b53d03c4e86f0bc7faff6bdab70d26076eef79ea5f55f511 +size 20887 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[1]_Blue7FCFFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[1]_Blue7FCFFF.png index 96e9ba7452..aaa309dc23 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[1]_Blue7FCFFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[1]_Blue7FCFFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91d6c1502bdbebfb76635a12739d4d2bb14dbeea87ae9c61e4428a50d08ecce1 -size 21047 +oid sha256:3d0cb0af043503c19fbfc93c933e8a8ec18e6bd35398df916ccc2faccf2cb27e +size 20591 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[2]_LilacD0BCFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[2]_LilacD0BCFF.png index bd77c6467e..d62765e050 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[2]_LilacD0BCFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[2]_LilacD0BCFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c994ae38e843ea48bd557129a4a950a2a6ee5df4ab1dd2aabd9c0f3b045cb411 -size 21291 +oid sha256:7df83ebe9ac4833d88c057d074db510746bdcea94a691579f49fc92dbf839bf3 +size 20919 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[3]_Green6DD58C.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[3]_Green6DD58C.png index 2c28096239..6e8156d989 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[3]_Green6DD58C.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[3]_Green6DD58C.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9b884e0ac9a016939e5bb021b9c03c2d989f4a5d386713fea290e37c2618334 -size 21086 +oid sha256:07ec1f7986bce62d56275e56a74d41c86df89ae87d95c566c9c06128ee14323c +size 20640 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[4]_BluewithText7FCFFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[4]_BluewithText7FCFFF.png index 610f2d9cb0..73aee531af 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[4]_BluewithText7FCFFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[4]_BluewithText7FCFFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:852cd011edf4e0bc9f1ece79211bebbd8def857a84ba7c41c0185d1fd348be12 -size 21038 +oid sha256:d623107c30485854f8cd965f6af6a66420bd8f3466e7d107a47b1df2557380fd +size 20585 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[5]_Orangey.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[5]_Orangey.png index 800d443db9..a553b052f9 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[5]_Orangey.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[5]_Orangey.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6039725b9c80ffb12528b22e13fe632180d3c77b22c9b413ba345572e3ff52a -size 20834 +oid sha256:e70f108014e519e224ddcbd7f8d18a4294da638af60f21ee55dc21ead04d5bfb +size 20372 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[6]_Uamp.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[6]_Uamp.png index 8f5c8f8faa..67101e21cc 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[6]_Uamp.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker12h[6]_Uamp.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec3846a0021dc3e2e854d1322b7ec81143e7ee1b1925d25bbd708d84a52fa556 -size 20429 +oid sha256:0ed1d6a27e46cc721a86eb27a46de13782795313205e1dc4ff599c1525fe201b +size 20016 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[0]_BlueDefaultAECBFA.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[0]_BlueDefaultAECBFA.png index 844574f540..8ffeb66774 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[0]_BlueDefaultAECBFA.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[0]_BlueDefaultAECBFA.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24e6491b1db2013db237a86d3d2a94f43c873f4032bf69e9539215778c302487 -size 19582 +oid sha256:18fdd65239ab15ff6e0fe7f9ed189c2f808e94e3af16edf479d227a5a5391390 +size 19250 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[1]_Blue7FCFFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[1]_Blue7FCFFF.png index fe1e98dc96..c294676aa4 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[1]_Blue7FCFFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[1]_Blue7FCFFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60fa7dbfddfa76d2318c1ea370b2daf1e69102897ef07b8964a0e1d2c5439825 -size 19371 +oid sha256:08dc7cdf51854f31a889176584f0e78813d6e805ac6099bc012ab382b8737ea9 +size 18911 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[2]_LilacD0BCFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[2]_LilacD0BCFF.png index 02cc361dae..62b38a0656 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[2]_LilacD0BCFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[2]_LilacD0BCFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:626c43cf4e1194d67b7a74b45c0e1973cffee057f2043fff10a7705b7f1864aa -size 19594 +oid sha256:1d7aeebf0c0b7c8db09ba55ef14eda368794bd84d00fc50c2831a3283c5fb918 +size 19204 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[3]_Green6DD58C.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[3]_Green6DD58C.png index a586e9e4d4..ab32d870d8 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[3]_Green6DD58C.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[3]_Green6DD58C.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c81b06ab85c6edf140a33afbd3fb2c6ce92f19321ed423693fc8c97a51572b66 -size 19380 +oid sha256:71ded2dbb734706f1db099b5e0b4be599b33ee89045075c49160f1faeb6a3beb +size 18917 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[4]_BluewithText7FCFFF.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[4]_BluewithText7FCFFF.png index 0345179918..f401f387ba 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[4]_BluewithText7FCFFF.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[4]_BluewithText7FCFFF.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3a11ebe7974ad64351ece849afe37daf5d59c423b06083501452f3825e23e06 -size 19364 +oid sha256:e95526dfb70345804934c4a806a190cccfe9ef01c3c9982764287dd80cd8fd58 +size 18905 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[5]_Orangey.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[5]_Orangey.png index 698d99b2a6..f22d33e013 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[5]_Orangey.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[5]_Orangey.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87f9b1922de71ebf538443ecdb12e9f71b73f92c349ff251a6654a127bc23aa8 -size 19185 +oid sha256:7070073ca856eeee92b7dbdc6e44bbdb3d07f538678547e743877d2f02062b81 +size 18685 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[6]_Uamp.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[6]_Uamp.png index 268cc99c4a..8ea2ed24c9 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[6]_Uamp.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_PickerThemeTest_timePicker[6]_Uamp.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9b3d44419b70a317f1441afa737afd3d846ff4b9fb6a87eb073fc467f959622 -size 18744 +oid sha256:dc9d38c4b41d3a5b9f685d6b90b170036c103de45c66f27b18a0f2a5dc39ed54 +size 18406 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[0].png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[0].png index cd1b33b274..369acb0a69 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[0].png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[0].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53e6ba3369db72eba90121704bd67d89e743bd7592e92b1b7a9f107ebdb9af4f -size 15557 +oid sha256:b0c8351a189c522f746f7b88dc554079fb40f18dade5e59791143729a41ead0a +size 15563 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[1].png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[1].png index 2b3cf8c1de..f685d2b0d7 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[1].png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[1].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43cf4080c2a67366171c97737879d7dd88356f26ddd520171451c04d4489d12c -size 23270 +oid sha256:908e9a09cabc1aef2fc6fca218ec805715c80983b0a7def2124d7ac2e53ce467 +size 23276 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[2].png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[2].png index f4e11d9b55..75d89eff3c 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[2].png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[2].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb7588a54f40193c57ec9310aa98222b79228979a1c4a4a7aab383ed085f407f -size 18873 +oid sha256:1152c5365216868c571c64f8d7860c5ef3a0d504ebc9b959663084e9a49b0582 +size 18883 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[3].png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[3].png index f4df7c1b60..8b6834ae7c 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[3].png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[3].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5989945a14f9c178f8d7c5d1a6a01a4c63e1b544c4347ec3f967b01788cb83ac -size 17970 +oid sha256:40fd06e7c8e96cf721297383ad9a2d2d283a8d2f528b390ec34eadfb41fe0104 +size 17980 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[4].png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[4].png index 97edc8c15e..bd83e04c6d 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[4].png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[4].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83a71dbd87895c55eb9cd1e0653163f6eeced12b069e81984b91247d3b8fd5f1 -size 17253 +oid sha256:030266f799ff5bf8f9a1b7c8a9866dbf4d882e9585b84d06a201c158ad9cea42 +size 17262 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[5].png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[5].png index c30d3b7002..47c65013b3 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[5].png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[5].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be2637833d72f7bf15c891144d49b47bf5c80182ba31f61f0d8de8283820b036 -size 25926 +oid sha256:90a589b93ed9cec9f75d27d779402c909484288d13df33c2f9c45cb6bb0079fb +size 25933 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[6].png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[6].png index 3b42cd542a..23cdacd75c 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[6].png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[6].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00ee94b6dd7282c7a91e8136744c8a6125226ec9d9a8bcddca7d291e49a2492b -size 20505 +oid sha256:a41a9228e83a4e4d896f467b8aa784b3f0f4e15d579a9dce1f90a90aaa71eda1 +size 20511 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[7].png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[7].png index d83a1cb0b6..eb2b0066d6 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[7].png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListHeaderFooterTest_test[7].png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:625cca6b66c827591c09a06b76277828ad820996ec32d6089060774a059caee3 -size 19669 +oid sha256:996f63c5b909fecf09a0a639ff6c7a0580caa0fd34da4d81f538c83849d41c1f +size 19680 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_emptyContentForStates.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_emptyContentForStates.png index eeaf7bda39..12b03ab5a6 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_emptyContentForStates.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_emptyContentForStates.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e02bfab8cedf6c66d8ec0844ed073093b354453cc5b7d07ca4b760cfec97fbf6 -size 23420 +oid sha256:6281b7a274da630ea49e8f28d134f1f2668fb4e6731bb6aa282abf84369f8a50 +size 23426 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_emptySection.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_emptySection.png index db4934e997..7a00e5fefe 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_emptySection.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_emptySection.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bea94890a71e59ae6ec7c3b53aff9e5d1984c30291c52036fd9f3aaf4adcda6 -size 23906 +oid sha256:c968cc6f27ab9ef095a51ee150e6318bbfa1836f50dbd0c4ffdf95ece48ee435 +size 23907 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_failedSection.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_failedSection.png index 1e04cedc60..c1837a76fd 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_failedSection.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_failedSection.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ceb185548aebacf51ef83039d8607cc1a1909b3681233d32906b167668a941d -size 28005 +oid sha256:4b9343c70a8b30d7dc365712dbc69d837d19304efe191b45cf8ff2cb6d325cba +size 28009 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_loadedSection.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_loadedSection.png index 11c8aa79cc..87aab661b8 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_loadedSection.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_loadedSection.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02a6ceb9132b3ae86fa2e4b599b1b99d6073b40fa3bbea9c063ceb9401e1e1c4 -size 28447 +oid sha256:3c3356b43c9406e5f9e5e77a2892c8b84f9c0ebbb0b3e919998a2fd51c55a7e8 +size 28453 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_loadingSection.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_loadingSection.png index f5e8eab1be..cee3f55a6b 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_loadingSection.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_SectionedListTest_loadingSection.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f836df492bafd9d0b03d6942cd7e567aaeca3943bd16ce70dd24fb589bdbb831 -size 28387 +oid sha256:ce523c32c8ab4acdbc56eecc20a601627e3b44b6af3b24255f53b36418695b7e +size 28399 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hA11yTest_initial.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hA11yTest_initial.png index b5a2e72e0e..e93be5636e 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hA11yTest_initial.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hA11yTest_initial.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b13cac9187054b4a77a67ca97fe0870fe4afed2762d8b7fb58747858e36fe54 -size 37999 +oid sha256:39e52e1c201eb8359df58f15679277663fef6c2f5d3ea1e2d332e6f44889a483 +size 37876 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_initial.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_initial.png index f32ebbf1d0..1a3597dfd1 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_initial.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_initial.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:604c12b941cbeed752520c43874483ab3b56997ffb92166c9e185ef648e88ef8 -size 21302 +oid sha256:652331038dffcd22b53d03c4e86f0bc7faff6bdab70d26076eef79ea5f55f511 +size 20887 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_largestFontScaling.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_largestFontScaling.png index f6a2608ac3..5b58226cfe 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_largestFontScaling.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_largestFontScaling.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b8de08d5be268852c707ee081a99b959b52314407e90f674f20f948ab04ea97 -size 21037 +oid sha256:403f3aed0fe2e6579bcb7674363cf4f76150c6a3c0b569dd7761fdfa303bea12 +size 20588 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_localeEnGb.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_localeEnGb.png index 1d8e7e1c81..100f1ab8d1 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_localeEnGb.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePicker12hTest_localeEnGb.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60a220c5c174ce6c4a64189b79b6ea266dd05dba24a09801f1cd0b7d8ad625cd -size 20536 +oid sha256:2eab39ff3dcec4e98203ea7f838a0676054f228914f259c4559ea829a4095537 +size 20095 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerA11yTest_initial.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerA11yTest_initial.png index 71e5c1eef6..76b7a659fb 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerA11yTest_initial.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerA11yTest_initial.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3e7feb8452f54a43918d8f6007b20d610fa88d0a68af941f104a752c3a53426 -size 37980 +oid sha256:34f94291860439c92ebc5a9753408f9ea6bfa7135ca628d444a03524784c0775 +size 37838 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_initial.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_initial.png index 844574f540..8ffeb66774 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_initial.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_initial.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24e6491b1db2013db237a86d3d2a94f43c873f4032bf69e9539215778c302487 -size 19582 +oid sha256:18fdd65239ab15ff6e0fe7f9ed189c2f808e94e3af16edf479d227a5a5391390 +size 19250 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_largestFontScaling.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_largestFontScaling.png index 9c2e601d6e..0654a3a8d2 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_largestFontScaling.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_largestFontScaling.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a975ad914d586205b0b27dee86791f8e1a3bb463df637327ee62f84181c5358f -size 19267 +oid sha256:e6ff33d92b03f4ccaa75d057fab8cbc6376219ece9c1a9db3850d1fce0111f4e +size 18986 diff --git a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_noSeconds.png b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_noSeconds.png index 5618ac610c..ed2f8d7d20 100644 --- a/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_noSeconds.png +++ b/composables/src/test/snapshots/images/com.google.android.horologist.composables_TimePickerTest_noSeconds.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bd5018cededc0f4e684ed4fa85d00ff8cb391053f6c5160285a7ec95b867e8e -size 19174 +oid sha256:33741d644a549f11ef3d2813610299ff8e825fd6eedf8b1638654e023028a3ab +size 19055 diff --git a/compose-layout/build.gradle.kts b/compose-layout/build.gradle.kts index b6282bf006..7a1c57b8eb 100644 --- a/compose-layout/build.gradle.kts +++ b/compose-layout/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/compose-layout/src/main/java/com/google/android/horologist/compose/layout/ResponsiveTimeText.kt b/compose-layout/src/main/java/com/google/android/horologist/compose/layout/ResponsiveTimeText.kt index 9780d75458..2f5787d13c 100644 --- a/compose-layout/src/main/java/com/google/android/horologist/compose/layout/ResponsiveTimeText.kt +++ b/compose-layout/src/main/java/com/google/android/horologist/compose/layout/ResponsiveTimeText.kt @@ -19,7 +19,6 @@ package com.google.android.horologist.compose.layout import androidx.compose.foundation.layout.PaddingValues import androidx.compose.runtime.Composable import androidx.compose.ui.Modifier -import androidx.compose.ui.platform.LocalConfiguration import androidx.compose.ui.text.TextStyle import androidx.compose.ui.unit.dp import androidx.wear.compose.foundation.CurvedScope @@ -63,7 +62,6 @@ public fun ResponsiveTimeText( @Composable public fun responsivePaddingDefaults(): PaddingValues { - val height = LocalConfiguration.current.screenHeightDp - val padding = height * 0.021 - return PaddingValues(padding.dp) + // The Text "Top" baseline makes it look much lower + return PaddingValues(0.dp) } diff --git a/compose-layout/src/main/java/com/google/android/horologist/compose/layout/ScalingLazyColumnDefaults.kt b/compose-layout/src/main/java/com/google/android/horologist/compose/layout/ScalingLazyColumnDefaults.kt index 7eff656759..8599c77071 100644 --- a/compose-layout/src/main/java/com/google/android/horologist/compose/layout/ScalingLazyColumnDefaults.kt +++ b/compose-layout/src/main/java/com/google/android/horologist/compose/layout/ScalingLazyColumnDefaults.kt @@ -269,6 +269,7 @@ public object ScalingLazyColumnDefaults { } internal val Padding12Pct = 0.1248f + internal val Padding14Pct = 0.1456f internal val Padding16Pct = 0.1664f internal val Padding20Pct = 0.2083f internal val Padding21Pct = 0.2188f @@ -291,6 +292,7 @@ public object ScalingLazyColumnDefaults { SingleButton(Padding12Pct, Padding20Pct), Text(Padding16Pct, Padding31Pct), BodyText(Padding21Pct, Padding31Pct), + Dialog(Padding14Pct, Padding20Pct), Unspecified(0f, 0f), } diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[0]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[0]_large_round.png index 7784055834..c73eb2fd69 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[0]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[0]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2592d8c3afa1a65fa05d8e61785f223c6b86977d8a4e7174eed48c2df34eef86 -size 22823 +oid sha256:0e81a4cd6177625512ba8b8611dea912ad81130d471f748732f774db3440dd6a +size 22846 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[1]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[1]_large_round.png index c11c6765fa..0a95055d36 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[1]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[1]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58016ef4beb4bb30d6ab6664182b24d46d8de6a9016b7523b85ed9d5117baf36 -size 19086 +oid sha256:59e6920565ffaf10f0bed965e0a25051fcd8e4b645c73992448ea702c11c9307 +size 19204 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[2]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[2]_large_round.png index bf1b08c4c6..0cae227821 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[2]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[2]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7b2c4869cabc44db8f61b9dc287e84d0b65de78fd401f8af616883a28889fb6 -size 22448 +oid sha256:be134e6663f5b426987aafd13dcea659c9fb3736aa1210311d5ac4dbc580f658 +size 22446 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[3]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[3]_large_round.png index d968b08ac1..d679cb3c1a 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[3]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[3]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0df40f46747611098fcac88b7c7b423c05f332d542eb5ce32d55943bccaf5506 -size 18971 +oid sha256:caa1408497516aaca774c7884fbb38d948a7b5b77ca1bff7ffff0676d94d0004 +size 18997 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[4]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[4]_large_round.png index d968b08ac1..d679cb3c1a 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[4]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[4]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0df40f46747611098fcac88b7c7b423c05f332d542eb5ce32d55943bccaf5506 -size 18971 +oid sha256:caa1408497516aaca774c7884fbb38d948a7b5b77ca1bff7ffff0676d94d0004 +size 18997 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[5]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[5]_large_round.png index 7be4b81a31..1c20b95862 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[5]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[5]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a929e35b616ba6617fc1306167535e9ad5a7b861a088880d899b7df5598f1ddb -size 22524 +oid sha256:7e45665166a76414fd813f3628cf594fd4a5fbc7cb6a5d6cf09fc35c18f0861c +size 22499 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[6]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[6]_large_round.png index 1eb1745f67..e3e337e4be 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[6]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[6]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:863d16759de911820905f0b6f0e543e89e2701ee8aaba7d31f0ad0591f2ebff3 -size 21564 +oid sha256:35bb6e8d6dac78c183cc30bd274ce0bd8a0c65ed0124036235b3c60a37a523aa +size 21509 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[7]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[7]_large_round.png index c138c96f46..49197ca009 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[7]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testRememberResponsiveColumnState[7]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92c2f5c3fa8282f7ea32f04d7006c568490ac26bfae55ee3484d80df93495f72 -size 20604 +oid sha256:d1c13d50ec8a27d501a6399dd54c4b2db4c1f6d0c66fc6bc9c7973af003b36da +size 20655 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[0]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[0]_large_round.png index 9422f4a67f..241863b204 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[0]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[0]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1e855d2bd3bb5f9c7fc4fa3a11af5759c0d1816d235a80448abc4b036ea0a2b -size 23348 +oid sha256:c997637462ddffb08c81f70a842699153e3bb913a17769f9d1beaca652e81ac0 +size 23422 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[1]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[1]_large_round.png index 7d7e49b258..afb4918f07 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[1]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[1]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dbcb2e265981a31f48012b29fcc498c51cb612c45939d58a7a4c865e40a1d08 -size 20222 +oid sha256:48ed8c982e0ac3308671c681d0ae4e9423ca35094486a1aa42a48ed280d06c6b +size 19699 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[2]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[2]_large_round.png index d3fe7cb77a..d0d07daee2 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[2]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[2]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:515df9e7d519e768b5079efeb03077de73ae959062ece362fa0523f33a797586 -size 22923 +oid sha256:8b6960a56105047f0faf39baef1b911be0e291d42153428d96201af90e9ff55c +size 22841 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[3]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[3]_large_round.png index 71418e9823..11f0691fec 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[3]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[3]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dc8dd739f64eb8e38d383fbb9d751e80cfcd1dff1fa27e93b20cf97c53e9261 -size 19804 +oid sha256:4df40ce3557adc755e263e0f7b1af1152f31e79cdc895e8f5c2b342b9e5f4839 +size 19359 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[4]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[4]_large_round.png index 71418e9823..11f0691fec 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[4]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[4]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dc8dd739f64eb8e38d383fbb9d751e80cfcd1dff1fa27e93b20cf97c53e9261 -size 19804 +oid sha256:4df40ce3557adc755e263e0f7b1af1152f31e79cdc895e8f5c2b342b9e5f4839 +size 19359 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[5]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[5]_large_round.png index d39ecf4658..dab772c468 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[5]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[5]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1800852180c9e5bdc22edcd3c16d9e01326d44fa3ee8ab5977da4f934ec86280 -size 22929 +oid sha256:15f13b568314acb3d5f6cc74cc3a4d8363d20e3eaee5e0b40ab03280e81cc6e1 +size 22860 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[6]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[6]_large_round.png index 3f1a84e5d4..66080497cb 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[6]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[6]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c8b67999a5860c1a3ab2ce45f0f96437ff15913c790c0e7c4c57bbd86fd813f -size 21653 +oid sha256:ce2c11a33465d98b8dfe9a7072c5d8fea2eeac674d648d8af37798e77588b10a +size 21610 diff --git a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[7]_large_round.png b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[7]_large_round.png index 43c0a06afe..e57dde6824 100644 --- a/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[7]_large_round.png +++ b/compose-layout/src/test/snapshots/ScalingLazyColumnStateTest_testSetInitialRememberResponsiveColumnState[7]_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bc42bb2aff7d88286ceac5d9c5ce6a2d75a2b7ef543c0a88dbe8a8a3980ce8d -size 19555 +oid sha256:528bc7c8892679647408ad3a92b1c58e2438ad4ac4b682a09b57b999af38d90d +size 19576 diff --git a/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.layout_ResponsiveTimeTextTest_defaultTimeText.png b/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.layout_ResponsiveTimeTextTest_defaultTimeText.png index 9883ee5e98..6a9764a9c2 100644 --- a/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.layout_ResponsiveTimeTextTest_defaultTimeText.png +++ b/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.layout_ResponsiveTimeTextTest_defaultTimeText.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19a6830092560acf520417e861e097eb8ec29c67e6c7c72ba204c21fb1eec969 -size 7996 +oid sha256:80ee62b9262fa432a5dda57786b615a2523a9c711358931a1c07fc581658c30e +size 7991 diff --git a/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.pager_PagerScreenScreenshotTest_screens.png b/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.pager_PagerScreenScreenshotTest_screens.png index 3bf94dad53..fcbcadd056 100644 --- a/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.pager_PagerScreenScreenshotTest_screens.png +++ b/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.pager_PagerScreenScreenshotTest_screens.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2340a4e426b1989f27e43ebbcd35e4ce48f7dea2699f8d1019f90f144c0f5a0 -size 10213 +oid sha256:370daacabec61f06c5fa7da44480607a3f474c48c0d243b64e238ee377038c2f +size 10235 diff --git a/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.pager_VerticalPagerScreenScreenshotTest_screens.png b/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.pager_VerticalPagerScreenScreenshotTest_screens.png index 72126b1770..b6834efd2c 100644 --- a/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.pager_VerticalPagerScreenScreenshotTest_screens.png +++ b/compose-layout/src/test/snapshots/images/com.google.android.horologist.compose.pager_VerticalPagerScreenScreenshotTest_screens.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e24b41f40ab1192151542e1a11ff69ed8f9d5825f56f07e70bb6ebe25fab237 -size 10366 +oid sha256:00c31d38a78e8071f73c5cdd84eb969042663e8c2bdb8059a9d5f06c5288c2c1 +size 10380 diff --git a/compose-material/build.gradle.kts b/compose-material/build.gradle.kts index fd673f1d87..8b933ad44e 100644 --- a/compose-material/build.gradle.kts +++ b/compose-material/build.gradle.kts @@ -24,7 +24,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/compose-material/src/main/java/com/google/android/horologist/compose/material/Confirmation.kt b/compose-material/src/main/java/com/google/android/horologist/compose/material/Confirmation.kt index aa3360c79a..aed411d20b 100644 --- a/compose-material/src/main/java/com/google/android/horologist/compose/material/Confirmation.kt +++ b/compose-material/src/main/java/com/google/android/horologist/compose/material/Confirmation.kt @@ -24,6 +24,7 @@ import androidx.compose.runtime.Composable import androidx.compose.runtime.LaunchedEffect import androidx.compose.runtime.getValue import androidx.compose.runtime.rememberUpdatedState +import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.Color import androidx.compose.ui.platform.LocalAccessibilityManager @@ -61,7 +62,7 @@ public fun Confirmation( durationMillis: Long = DialogDefaults.ShortDurationMillis, columnState: ScalingLazyColumnState = rememberColumnState( ScalingLazyColumnDefaults.responsive( - verticalArrangement = DialogDefaults.ConfirmationVerticalArrangement, + verticalArrangement = confirmationVerticalArrangement(), additionalPaddingAtBottom = 0.dp, ), ), @@ -105,7 +106,7 @@ public fun ConfirmationContent( title: String? = null, columnState: ScalingLazyColumnState = rememberColumnState( ScalingLazyColumnDefaults.responsive( - verticalArrangement = DialogDefaults.ConfirmationVerticalArrangement, + verticalArrangement = confirmationVerticalArrangement(), additionalPaddingAtBottom = 0.dp, ), ), @@ -147,7 +148,7 @@ public fun Confirmation( backgroundColor: Color = MaterialTheme.colors.background, contentColor: Color = contentColorFor(backgroundColor), iconColor: Color = contentColor, - verticalArrangement: Arrangement.Vertical = DialogDefaults.ConfirmationVerticalArrangement, + verticalArrangement: Arrangement.Vertical = confirmationVerticalArrangement(), contentPadding: PaddingValues = DialogDefaults.ContentPadding, content: @Composable ColumnScope.() -> Unit, ) { @@ -172,3 +173,10 @@ public fun Confirmation( content = content, ) } + +private fun confirmationVerticalArrangement() = Arrangement.spacedBy( + // NB an additional 4dp bottom padding is added after the icon + // in ResponsiveDialogContent to make the 8dp in the UX spec. + space = 4.dp, + alignment = Alignment.CenterVertically, +) diff --git a/compose-material/src/main/java/com/google/android/horologist/compose/material/ResponsiveDialog.kt b/compose-material/src/main/java/com/google/android/horologist/compose/material/ResponsiveDialog.kt index b674143b3a..20ba8b4bab 100644 --- a/compose-material/src/main/java/com/google/android/horologist/compose/material/ResponsiveDialog.kt +++ b/compose-material/src/main/java/com/google/android/horologist/compose/material/ResponsiveDialog.kt @@ -51,10 +51,10 @@ import androidx.wear.compose.material.MaterialTheme import com.google.android.horologist.annotations.ExperimentalHorologistApi import com.google.android.horologist.compose.layout.ScalingLazyColumn import com.google.android.horologist.compose.layout.ScalingLazyColumnDefaults -import com.google.android.horologist.compose.layout.ScalingLazyColumnDefaults.responsive import com.google.android.horologist.compose.layout.ScalingLazyColumnState import com.google.android.horologist.compose.layout.ScreenScaffold import com.google.android.horologist.compose.layout.rememberColumnState +import com.google.android.horologist.compose.layout.rememberResponsiveColumnState import com.google.android.horologist.images.base.paintable.ImageVectorPaintable @ExperimentalHorologistApi @@ -69,10 +69,10 @@ public fun ResponsiveDialogContent( okButtonContentDescription: String = stringResource(android.R.string.ok), cancelButtonContentDescription: String = stringResource(android.R.string.cancel), state: ScalingLazyColumnState = - rememberColumnState( - responsive( - firstItemIsFullWidth = icon == null, - additionalPaddingAtBottom = 0.dp, + rememberResponsiveColumnState( + contentPadding = ScalingLazyColumnDefaults.padding( + first = ScalingLazyColumnDefaults.ItemType.Dialog, + last = ScalingLazyColumnDefaults.ItemType.Dialog, ), ), showPositionIndicator: Boolean = true, @@ -113,7 +113,7 @@ public fun ResponsiveDialogContent( Box( Modifier .fillMaxWidth(titleMaxWidthFraction) - .padding(bottom = 8.dp), // 12.dp below icon + .padding(bottom = if (message == null) 12.dp else 8.dp), // 16.dp or 12.dp below title ) { it() } } } @@ -239,6 +239,7 @@ internal val titleMaxWidthFraction = 1f - 2f * calculatePaddingFraction( internal fun calculatePaddingFraction(extraPadding: Float) = extraPadding / (100f - 2f * globalHorizontalPadding) +@Suppress("DEPRECATION") @Composable public fun centeredDialogColumnState(): ScalingLazyColumnState = rememberColumnState( ScalingLazyColumnDefaults.scalingLazyColumnDefaults( diff --git a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withLongClick.png b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withLongClick.png index 111508bf87..8581fdd2d8 100644 --- a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withLongClick.png +++ b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withLongClick.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f72f75afe2ac13d8e8b5b834e9761f7bf43f436ef396876f03a4e451f8a13644 -size 22696 +oid sha256:9e8b9fe00925ce1e436a0f87676811d6925a68013633fb6b0ba9a27b1617e768 +size 22703 diff --git a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withLongClickCustomPadding.png b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withLongClickCustomPadding.png index 4e9f8efdc0..d210ba8bc3 100644 --- a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withLongClickCustomPadding.png +++ b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withLongClickCustomPadding.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e47f95d2f71aaf3f16ec729ccc2c8e86aa6eb1ba084a5c73fcf517cccb3a6670 -size 27332 +oid sha256:6e81ef4e59d35cadee474d054c272093dec83c5991e61bf240caaf5bb5965b93 +size 27363 diff --git a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withoutLongClick.png b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withoutLongClick.png index 111508bf87..8581fdd2d8 100644 --- a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withoutLongClick.png +++ b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withoutLongClick.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f72f75afe2ac13d8e8b5b834e9761f7bf43f436ef396876f03a4e451f8a13644 -size 22696 +oid sha256:9e8b9fe00925ce1e436a0f87676811d6925a68013633fb6b0ba9a27b1617e768 +size 22703 diff --git a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withoutLongClickCustomPadding.png b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withoutLongClickCustomPadding.png index 4e9f8efdc0..d210ba8bc3 100644 --- a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withoutLongClickCustomPadding.png +++ b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_CardTest_withoutLongClickCustomPadding.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e47f95d2f71aaf3f16ec729ccc2c8e86aa6eb1ba084a5c73fcf517cccb3a6670 -size 27332 +oid sha256:6e81ef4e59d35cadee474d054c272093dec83c5991e61bf240caaf5bb5965b93 +size 27363 diff --git a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperA11yTest_float.png b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperA11yTest_float.png index 48229568d4..6db282a3ec 100644 --- a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperA11yTest_float.png +++ b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperA11yTest_float.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f7ea5173dacd96a1eddf5ee2a6718d54e7a62c68e9baa7d7b5a8ad87f2fe728 -size 31375 +oid sha256:709b2498fa1d78deb917bc74160dce505b62d3eb08c69d2871760ab6eefb0d20 +size 31359 diff --git a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperA11yTest_int.png b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperA11yTest_int.png index f32d84639a..4e8defc3b1 100644 --- a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperA11yTest_int.png +++ b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperA11yTest_int.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62155dd907f8ee69e22111e5c4ed3929e528141de50442a0415433a3a9eec112 -size 31240 +oid sha256:9b05c47dce975e9289aff50fdfdee440c69c62ef57f4bc1bbefb126f4865e5a6 +size 31222 diff --git a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperTest_float.png b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperTest_float.png index e2b0bc2044..3e3a000404 100644 --- a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperTest_float.png +++ b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperTest_float.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d46aea76eb2397d1e976495ccfe1f13c7c90d2b5bd6c38af73fac4a0f6d9156 -size 10369 +oid sha256:0b8bd2a79afa1a0b054da6837f575db83061d1194f0eba5c8e8e22b1991f23d4 +size 10374 diff --git a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperTest_int.png b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperTest_int.png index 3ebcca889b..a7a6eb74ae 100644 --- a/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperTest_int.png +++ b/compose-material/src/test/snapshots/images/com.google.android.horologist.compose.material_StepperTest_int.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e92520e500b8b85271fc73bb5bf6f854b5edf9ba5698045a5742a69c5c104ce -size 10272 +oid sha256:137c45e4044ebfb234f9ee5c37e095920d5200fe3e1ae453ff2295dfe931a61c +size 10281 diff --git a/compose-tools/build.gradle.kts b/compose-tools/build.gradle.kts index 44ab4b8df0..eb3240730b 100644 --- a/compose-tools/build.gradle.kts +++ b/compose-tools/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/datalayer/core/build.gradle.kts b/datalayer/core/build.gradle.kts index 5ca3153c89..5ce1d85929 100644 --- a/datalayer/core/build.gradle.kts +++ b/datalayer/core/build.gradle.kts @@ -25,7 +25,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 diff --git a/datalayer/grpc/build.gradle.kts b/datalayer/grpc/build.gradle.kts index 3c36d219f3..667866ccc6 100644 --- a/datalayer/grpc/build.gradle.kts +++ b/datalayer/grpc/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 diff --git a/datalayer/phone-ui/build.gradle.kts b/datalayer/phone-ui/build.gradle.kts index 26ad7a7759..353c2be46e 100644 --- a/datalayer/phone-ui/build.gradle.kts +++ b/datalayer/phone-ui/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 diff --git a/datalayer/phone/build.gradle.kts b/datalayer/phone/build.gradle.kts index deb3a46ebf..c2351d9f64 100644 --- a/datalayer/phone/build.gradle.kts +++ b/datalayer/phone/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 diff --git a/datalayer/phone/src/main/java/com/google/android/horologist/datalayer/phone/PhoneDataLayerAppHelper.kt b/datalayer/phone/src/main/java/com/google/android/horologist/datalayer/phone/PhoneDataLayerAppHelper.kt index ae039b9c34..5c9c962bb0 100644 --- a/datalayer/phone/src/main/java/com/google/android/horologist/datalayer/phone/PhoneDataLayerAppHelper.kt +++ b/datalayer/phone/src/main/java/com/google/android/horologist/datalayer/phone/PhoneDataLayerAppHelper.kt @@ -117,7 +117,7 @@ public class PhoneDataLayerAppHelper( context.packageManager.getPackageInfo("com.google.android.apps.wear.companion", 0) val version = packageInfo.versionName - val companionVersion = Version.parse(version) + val companionVersion = version?.let { Version.parse(version) } if (companionVersion != null && companionVersion >= RequiredCompanionVersion) { AppHelperResultCode.APP_HELPER_RESULT_SUCCESS } else { diff --git a/datalayer/sample/phone/build.gradle.kts b/datalayer/sample/phone/build.gradle.kts index 63f6d753c8..7cdf9f33d9 100644 --- a/datalayer/sample/phone/build.gradle.kts +++ b/datalayer/sample/phone/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.datalayer.sample" diff --git a/datalayer/sample/shared/build.gradle.kts b/datalayer/sample/shared/build.gradle.kts index a3fca7cd7f..2c02bd6888 100644 --- a/datalayer/sample/shared/build.gradle.kts +++ b/datalayer/sample/shared/build.gradle.kts @@ -24,7 +24,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 diff --git a/datalayer/sample/wear/build.gradle.kts b/datalayer/sample/wear/build.gradle.kts index f87a795933..ff456fdd97 100644 --- a/datalayer/sample/wear/build.gradle.kts +++ b/datalayer/sample/wear/build.gradle.kts @@ -25,7 +25,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.datalayer.sample" diff --git a/datalayer/watch/build.gradle.kts b/datalayer/watch/build.gradle.kts index 985a75dd66..f4509a067d 100644 --- a/datalayer/watch/build.gradle.kts +++ b/datalayer/watch/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 23670f9972..17342ec55a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,31 +10,31 @@ androidx-hilt = "1.2.0" androidx-media3 = "1.3.1" androidx-test-espresso = "3.6.1" androidx-test-ext = "1.2.1" -androidx-test-runner = "1.6.1" +androidx-test-runner = "1.6.2" androidx-wear-watchface = "1.2.1" androidxActivity = "1.9.1" androidxCore = "1.13.1" androidxLifecycle = "2.8.4" -androidxNavigation = "2.8.0-beta06" +androidxNavigation = "2.8.0-beta07" androidxPhoneInteractions = "1.1.0-alpha04" androidxRemoteInteractions = "1.1.0-beta01" androidxStartup = "1.1.1" androidxTracing = "1.2.0" androidxWear = "1.3.0" -androidxWork = "2.9.0" -androidxprotolayout = "1.2.0-rc01" -androidxtiles = "1.4.0-rc01" +androidxWork = "2.9.1" +androidxprotolayout = "1.2.0" +androidxtiles = "1.4.0" annotation = "1.0.1" app-cash-turbine = "1.1.0" com-squareup-okhttp3 = "5.0.0-alpha.14" com-squareup-retrofit2 = "2.11.0" -compose = "1.7.0-beta06" +compose = "1.7.0-beta07" compose-compiler = "1.5.14" compose-material3 = "1.3.0-beta05" composesnapshot = "-" dependencyAnalysis = "1.32.0" dokka = "1.9.20" -googledagger = "2.51.1" +googledagger = "2.52" gradlePlugin = "8.4.2" gradlePublishPlugin = "0.29.0" io-coil-kt = "2.7.0" @@ -49,12 +49,12 @@ moshi = "1.15.1" okio = "3.9.0" org-robolectric = "4.13" playServicesAuth = "21.2.0" -protobuf = "4.27.2" -roborazzi = "1.23.0" +protobuf = "4.27.3" +roborazzi = "1.26.0" room = "2.6.1" runtimeTracing = "1.0.0-beta01" spotless = "6.25.0" -tiles-tooling-preview = "1.4.0-rc01" +tiles-tooling-preview = "1.4.0" truth = "1.4.4" wearcompose = "1.4.0-beta03" wearToolingPreview = "1.0.0" @@ -68,7 +68,7 @@ android-tools-build-gradle = { module = "com.android.tools.build:gradle", versio androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" } androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } -androidx-annotation = "androidx.annotation:annotation:1.8.1" +androidx-annotation = "androidx.annotation:annotation:1.8.2" androidx-benchmark-junit4 = { module = "androidx.benchmark:benchmark-junit4", version.ref = "androidx-benchmark" } androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "androidx-benchmark" } androidx-complications-data = { module = "androidx.wear.watchface:watchface-complications-data", version.ref = "androidx-complications-data" } @@ -108,7 +108,7 @@ androidx-metrics-performance = "androidx.metrics:metrics-performance:1.0.0-beta0 androidx-navigation-runtime = { module = "androidx.navigation:navigation-runtime", version.ref = "androidxNavigation" } androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxNavigation" } androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "androidxNavigation" } -androidx-paging = "androidx.paging:paging-compose:3.3.1" +androidx-paging = "androidx.paging:paging-compose:3.3.2" androidx-palette-ktx = "androidx.palette:palette-ktx:1.0.0" androidx-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "runtimeTracing" } androidx-startup = { module = "androidx.startup:startup-runtime", version.ref = "androidxStartup" } @@ -166,10 +166,10 @@ gradleMavenPublishPlugin = { module = "com.vanniktech:gradle-maven-publish-plugi hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" } hilt-ext-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" } hilt-navigationcompose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" } -io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.65.1" +io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.66.0" io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.4.1" -io-grpc-grpc-android = "io.grpc:grpc-android:1.65.1" -io-grpc-grpc-binder = "io.grpc:grpc-binder:1.65.1" +io-grpc-grpc-android = "io.grpc:grpc-android:1.66.0" +io-grpc-grpc-binder = "io.grpc:grpc-binder:1.66.0" google-generativeai = "com.google.ai.client.generativeai:generativeai:0.9.0" junit = { module = "junit:junit", version.ref = "junit" } kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } @@ -181,7 +181,7 @@ kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines- kotlinx-coroutines-playservices = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "kotlinxCoroutine" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutine" } kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinxSerialization" } -lottie-compose = "com.airbnb.android:lottie-compose:6.4.1" +lottie-compose = "com.airbnb.android:lottie-compose:6.5.0" mikepenz-markdown = "com.mikepenz:multiplatform-markdown-renderer:0.20.0-coil2" moshi-adapters = { module = "com.squareup.moshi:moshi-adapters", version.ref = "moshi" } moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" } diff --git a/health/composables/build.gradle.kts b/health/composables/build.gradle.kts index 5d93911c25..cda906a861 100644 --- a/health/composables/build.gradle.kts +++ b/health/composables/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 30 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenA11yTest_metricsScreenTwoMetrics.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenA11yTest_metricsScreenTwoMetrics.png index e89cf26e1c..52515d64de 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenA11yTest_metricsScreenTwoMetrics.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenA11yTest_metricsScreenTwoMetrics.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a4169c4636403ea9bf6efbaa37989ddeda944c6d57f97aeaad3cb1a5603b3f2 -size 28676 +oid sha256:ebebe4d6d8ac7ecba9ce227cc7329d33ad55af0e9f0c706aa3a2507835d0ca6f +size 28674 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenA11yTest_metricsScreenTwoMetrics_rtl.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenA11yTest_metricsScreenTwoMetrics_rtl.png index cdb904ee0f..2d6f8e804c 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenA11yTest_metricsScreenTwoMetrics_rtl.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenA11yTest_metricsScreenTwoMetrics_rtl.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d55e13ca1ce5f17177f2840604104db720c461782a0e8d8ed8b91d3b26e88aa2 -size 28573 +oid sha256:5b040006a7e07eb92b6edc5d5c8bb678b638c0d03bc795ba9b2be2204535fd44 +size 28583 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics.png index 68f4b87e8a..084de34dd6 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65dda69125f7f4dae859e020faef861b81e28caaa9ff5185bcc963a1b74d3fe0 -size 22376 +oid sha256:95bf5a7cfac67aaf745a83652fe4c906287b63356fa854b1ee7292607e3301d2 +size 22381 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics_largeScreen_smallestFont.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics_largeScreen_smallestFont.png index ced3d355c3..0b4cbc0410 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics_largeScreen_smallestFont.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics_largeScreen_smallestFont.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbdbd6aeccde789314bfae8888a00f8e543a6bcc117cc24e6202213bdf0e9a6c -size 21415 +oid sha256:f05215da7ea2df90f65a7e6d56fa2339c85c821ddac7e1f40b095e9630f60dba +size 21425 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics_smallScreen_largestFont.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics_smallScreen_largestFont.png index 43cd66d14f..115b78ef4c 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics_smallScreen_largestFont.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenFourMetrics_smallScreen_largestFont.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62294b9fc9f79c487222f3dd3deec0ec7d2862a8fc4affb50d8f7b0f672871c4 -size 20405 +oid sha256:724277aec9b312ac7d64ffb33d14ceb1b0e1a6c8fd46623856a3b4949a210e8c +size 20432 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenMetricsSkipped.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenMetricsSkipped.png index 88649ffeb5..1b36ef1f24 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenMetricsSkipped.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenMetricsSkipped.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5cd541487f878d65a7dc93f4381020585b2dac7c49a2022d8b701283174f14a -size 17093 +oid sha256:e8d89bc591fdbe496675d9055dee8286b9613b01f675f7ab04f020e6aa994653 +size 17102 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenOneMetric.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenOneMetric.png index f4595620bc..9129077bef 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenOneMetric.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenOneMetric.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59a8f22256dd0d8becb3cfd5bb971c08bc85123379feca2580ce456013b57e4a -size 13599 +oid sha256:357a43edf26a1ca7770377e3ab6033e673418d6e36e49f8c4319b8449670cde7 +size 13607 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenThreeMetrics.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenThreeMetrics.png index 5703b2ccab..f89c851b42 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenThreeMetrics.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenThreeMetrics.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:675152c113163b47bad300a1a9c3b1e8c1091b373fd4ba42a07c13dbbe1310d9 -size 19037 +oid sha256:3dae87f1d806c13440f3a54dc7487789db6d04af81be42364673616e522930e2 +size 19043 diff --git a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenTwoMetrics.png b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenTwoMetrics.png index 080f87cf3f..3906dfa78a 100644 --- a/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenTwoMetrics.png +++ b/health/composables/src/test/snapshots/images/com.google.android.horologist.health.composables.screens_MetricsScreenTest_metricsScreenTwoMetrics.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61142f73b2047b525d8d0001857b9bf7358d63e725d50ac0e4e48707118d24d0 -size 16500 +oid sha256:9d2321d7a8e30cfdaa377cef7d8fbac4958357f3b7af32c3339135d5e8fdd43c +size 16512 diff --git a/health/service/build.gradle.kts b/health/service/build.gradle.kts index 914d6b4bf8..8ff6b0c97f 100644 --- a/health/service/build.gradle.kts +++ b/health/service/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 30 diff --git a/images/base/build.gradle.kts b/images/base/build.gradle.kts index a3ab6fa289..954dc5ce3f 100644 --- a/images/base/build.gradle.kts +++ b/images/base/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/images/coil/build.gradle.kts b/images/coil/build.gradle.kts index 6277521883..b2a586266b 100644 --- a/images/coil/build.gradle.kts +++ b/images/coil/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/logo/build.gradle.kts b/logo/build.gradle.kts index e28effae0c..20504d26b7 100644 --- a/logo/build.gradle.kts +++ b/logo/build.gradle.kts @@ -20,5 +20,5 @@ plugins { android { namespace = "com.google.android.horologist.logo" - compileSdk = 34 + compileSdk = 35 } diff --git a/media/audio-ui/build.gradle.kts b/media/audio-ui/build.gradle.kts index ca86343a80..7ae500e254 100644 --- a/media/audio-ui/build.gradle.kts +++ b/media/audio-ui/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/media/audio-ui/src/main/java/com/google/android/horologist/audio/ui/VolumePositionIndicator.kt b/media/audio-ui/src/main/java/com/google/android/horologist/audio/ui/VolumePositionIndicator.kt index df2ea69f8a..15f82d12f3 100644 --- a/media/audio-ui/src/main/java/com/google/android/horologist/audio/ui/VolumePositionIndicator.kt +++ b/media/audio-ui/src/main/java/com/google/android/horologist/audio/ui/VolumePositionIndicator.kt @@ -44,6 +44,8 @@ public fun VolumePositionIndicator( displayIndicatorEvents: Flow? = null, color: Color = MaterialTheme.colors.secondary, ) { + // False positive - https://issuetracker.google.com/issues/349411310 + @Suppress("ProduceStateDoesNotAssignValue") val visible by produceState(displayIndicatorEvents == null, displayIndicatorEvents) { displayIndicatorEvents?.collectLatest { value = true diff --git a/media/audio-ui/src/main/java/com/google/android/horologist/audio/ui/components/animated/AnimatedSetVolumeButton.kt b/media/audio-ui/src/main/java/com/google/android/horologist/audio/ui/components/animated/AnimatedSetVolumeButton.kt index 3381cd015e..d555348ba7 100644 --- a/media/audio-ui/src/main/java/com/google/android/horologist/audio/ui/components/animated/AnimatedSetVolumeButton.kt +++ b/media/audio-ui/src/main/java/com/google/android/horologist/audio/ui/components/animated/AnimatedSetVolumeButton.kt @@ -20,7 +20,7 @@ import androidx.compose.foundation.layout.size import androidx.compose.runtime.Composable import androidx.compose.runtime.LaunchedEffect import androidx.compose.runtime.getValue -import androidx.compose.runtime.mutableStateOf +import androidx.compose.runtime.mutableIntStateOf import androidx.compose.runtime.remember import androidx.compose.runtime.setValue import androidx.compose.ui.Modifier @@ -53,7 +53,7 @@ public fun AnimatedSetVolumeButton( ) val lottieAnimatable = rememberLottieAnimatable() - var lastVolume by remember { mutableStateOf(volumeUiState.current) } + var lastVolume by remember { mutableIntStateOf(volumeUiState.current) } LaunchedEffect(volumeUiState) { val lastVolumeBefore = lastVolume diff --git a/media/audio/build.gradle.kts b/media/audio/build.gradle.kts index 7fd991ffff..ecfb716624 100644 --- a/media/audio/build.gradle.kts +++ b/media/audio/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/media/backend-media3/build.gradle.kts b/media/backend-media3/build.gradle.kts index e1e8318781..3af904e7ae 100644 --- a/media/backend-media3/build.gradle.kts +++ b/media/backend-media3/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/media/benchmark/build.gradle.kts b/media/benchmark/build.gradle.kts index 8d19acc093..310af5dc01 100644 --- a/media/benchmark/build.gradle.kts +++ b/media/benchmark/build.gradle.kts @@ -21,7 +21,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 30 diff --git a/media/data/build.gradle.kts b/media/data/build.gradle.kts index 257f9fb8bb..68c493abb0 100644 --- a/media/data/build.gradle.kts +++ b/media/data/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/media/media3-logging/build.gradle.kts b/media/media3-logging/build.gradle.kts index 1b553ac04c..9f11374760 100644 --- a/media/media3-logging/build.gradle.kts +++ b/media/media3-logging/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/media/media3-outputswitcher/build.gradle.kts b/media/media3-outputswitcher/build.gradle.kts index 2cfd00ba59..bd5000f3a0 100644 --- a/media/media3-outputswitcher/build.gradle.kts +++ b/media/media3-outputswitcher/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/media/sample-benchmark/build.gradle.kts b/media/sample-benchmark/build.gradle.kts index 3b50adb870..22451bc2eb 100644 --- a/media/sample-benchmark/build.gradle.kts +++ b/media/sample-benchmark/build.gradle.kts @@ -21,7 +21,7 @@ plugins { android { namespace = "com.google.android.horologist.mediasample.benchmark" - compileSdk = 34 + compileSdk = 35 compileOptions { sourceCompatibility = JavaVersion.VERSION_11 diff --git a/media/sample/build.gradle.kts b/media/sample/build.gradle.kts index 6c1d929e2a..764181c336 100644 --- a/media/sample/build.gradle.kts +++ b/media/sample/build.gradle.kts @@ -32,7 +32,7 @@ if (localFile.exists()) { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.mediasample" diff --git a/media/sync/build.gradle.kts b/media/sync/build.gradle.kts index 70f326f69d..9d1741ff06 100644 --- a/media/sync/build.gradle.kts +++ b/media/sync/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/media/ui/build.gradle.kts b/media/ui/build.gradle.kts index a959baf1f7..a50dec14f3 100644 --- a/media/ui/build.gradle.kts +++ b/media/ui/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_large_round_large.png b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_large_round_large.png index 12f760b7fa..2848521152 100644 --- a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_large_round_large.png +++ b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_large_round_large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:829b84d3b97d82a88599560ec017d914f781a090692f0c9454b651783009acad -size 110821 +oid sha256:7b381e1392f111685c7055f817160aaf8f5e1136a630c60e4450e2a13af30da5 +size 110034 diff --git a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_large_round_small.png b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_large_round_small.png index 54d4669345..bb6ba6c6c7 100644 --- a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_large_round_small.png +++ b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_large_round_small.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad9ba51ca9898c7b2b97a1e1119b794ccae19a8e19b2e48846c67f5be2dfa6e8 -size 109115 +oid sha256:ddacea60c37222df612bf04ecb5ec7cb2318890c4c48fe76a99a66c4da0e51ac +size 108608 diff --git a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_small_round_large.png b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_small_round_large.png index 7209357373..80619136c5 100644 --- a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_small_round_large.png +++ b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_small_round_large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96358310482d8621839acd9e9782c7e0aa4b30851c27cab59f27df1d361e3fac -size 83399 +oid sha256:601a134f4ac5363578b382cc8e0b3c2ea2c5971cc7084767b5a1cda2e0502310 +size 83417 diff --git a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_small_round_small.png b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_small_round_small.png index 180be44dba..826cda99ea 100644 --- a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_small_round_small.png +++ b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_small_round_small.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:812ef8999441cb46eb53645a069d1890297939ec048dcbaf66b8490bc6291037 -size 83894 +oid sha256:bb000ca915f206e0c56e40b9895aadefda4a1e037c2eedde7bf96497b1a0f51c +size 83027 diff --git a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_square_large.png b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_square_large.png index aa07ffdc0d..79513b0157 100644 --- a/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_square_large.png +++ b/media/ui/src/test/screenshots/MediaPlayerFontScaleTest_square_large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2111716723e5c7b85a0ee0dde643c408c662ca0d3d5b9d7e731d3e1154482997 -size 72304 +oid sha256:fa72cfbdba6952b7231909c04abb767a185c95f264590bf5467cd6d6f78b3dd8 +size 72324 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.screens.browse_PlaylistDownloadBrowseScreenA11yTallScreenshotTest_browseScreen.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.screens.browse_PlaylistDownloadBrowseScreenA11yTallScreenshotTest_browseScreen.png index 732636f1eb..b8efcecec0 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.screens.browse_PlaylistDownloadBrowseScreenA11yTallScreenshotTest_browseScreen.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.screens.browse_PlaylistDownloadBrowseScreenA11yTallScreenshotTest_browseScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f11082ece84a3941b781a7a01bad212180f64be5ac0fe805a33f3ae14bf3d103 +oid sha256:61e2d373fa37c6bc493a51ad51e4981093c05f0d885723cd8d93869789ec5a23 size 59985 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_largeRound.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_largeRound.png index 0191dd8e16..9eaeb347e2 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_largeRound.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_largeRound.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5eb32a2c595439ca0ad6c47ae6feff90e03c729c2967b7839e9e5eb3cbd1085b -size 19844 +oid sha256:2f272b4def82bcec0e0b72d259c9b2c7d56ecf3ca5835b68df7c82ff5e17ad5c +size 19850 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_smallRound.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_smallRound.png index 4c58161443..0bde446264 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_smallRound.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_smallRound.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1555270c8c640f99effb066ad1faf366763062dcbe3a8866f03c296f0bb77483 -size 18417 +oid sha256:065e16187e1570bc7e8001486ad99ff3bdd1bd199ee230996db49405d924b76f +size 18442 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_square.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_square.png index 792743c9a1..5204a672c9 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_square.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui.tiles_MediaCollectionsTileTest_square.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea51d6ccec2f5539b41076adbafed46d0f5ff7800e5790b76df14625e489b769 -size 13493 +oid sha256:53156d9ed9d78f0c98a51135cd5480b59f9388fd2f34b621d4a97863280e76ea +size 13499 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerLargeRound.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerLargeRound.png index c9878f65f0..42fa4da4c8 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerLargeRound.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerLargeRound.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eeedf01caf98b57ce3b13089836f0588db6c3c5d74b8e9095776ffecb2c178a9 -size 117471 +oid sha256:6a52bd91de734ef658f809dd5492295470f765ded4cddc3eb89481868df855a1 +size 117623 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerSmallRound.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerSmallRound.png index 6fee80d610..f4796c0924 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerSmallRound.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerSmallRound.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1fd18de79ee2028ea3ed6e68fe85be8d64d721c4030213d94c2d1be5349a3f4 -size 95393 +oid sha256:abdbf72ad044004db809a25d523e5201ca70acac1da117620dec1cc158212a6e +size 95498 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerSquare.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerSquare.png index 25cbf2ffdf..96a238282b 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerSquare.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerA11yScreenshotTest_mediaPlayerSquare.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e860597b593257377d374e815b2c53d9961f73695fc120f3c8a9d29a5d03372 -size 81050 +oid sha256:10b185b4a0df69cc7c21e759467e618d77cebbfa116739348669959929f48f9b +size 81149 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerLargeRound.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerLargeRound.png index fb7e8cb661..a4f95cc723 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerLargeRound.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerLargeRound.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5437361a1f709e80e10c49f4953b50ce0c20244c079718552b5c6cf634e531a1 -size 107227 +oid sha256:cb1c940ae8083da571959ce47d528606ccedcb3c93870e0ff14009cf15cc0139 +size 107259 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerScreen.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerScreen.png index fb7e8cb661..a4f95cc723 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerScreen.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5437361a1f709e80e10c49f4953b50ce0c20244c079718552b5c6cf634e531a1 -size 107227 +oid sha256:cb1c940ae8083da571959ce47d528606ccedcb3c93870e0ff14009cf15cc0139 +size 107259 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerSmallRound.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerSmallRound.png index a2e041c2fc..ff91870335 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerSmallRound.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerSmallRound.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a94b8b4d05e61feef256ee23f8dede3d19e5062c39a6020a1f4811dd6960c18d -size 82756 +oid sha256:1e397416fa634d7ae332d4580a509fe273e87a75b1028de9ae2a996dfbf54993 +size 82797 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerSquare.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerSquare.png index 8ce3b27f28..aa07db03b3 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerSquare.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerDeviceScreenTest_mediaPlayerSquare.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5eca51430ce42a5d3e6163657b731fe41c064280948dddd7faf202b4414145b1 -size 52916 +oid sha256:53b1d51541cd30b1736320ca4f82582bb43ef4b99ad9abdc62483347d4548d81 +size 53006 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[0]_bluedefaultaecbfa.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[0]_bluedefaultaecbfa.png index d4cd0c7343..83fcb724f7 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[0]_bluedefaultaecbfa.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[0]_bluedefaultaecbfa.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64ebda6de9e3d0a25670d04884b22cba9ce14afd99cccada099fb29d37d0145e -size 126367 +oid sha256:c583c841245d4eb77cbccfb6376d41da1a47969e4d59582c591e12f79ba85187 +size 126415 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[1]_blue7fcfff.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[1]_blue7fcfff.png index 5580799aca..0ecec03d25 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[1]_blue7fcfff.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[1]_blue7fcfff.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a9bde6b0e442a1632b385de031253652ff325068695f2df4f3492dd72100955 -size 124050 +oid sha256:daa94aa14997207b47da189b8a74acce35482eafc79bcdf0df3dedf25b9ccb3c +size 124040 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[2]_lilacd0bcff.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[2]_lilacd0bcff.png index 2f606291fd..dc25e60f33 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[2]_lilacd0bcff.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[2]_lilacd0bcff.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52401f42f2317a0c8c774e69853ad1f3373171a3919a927ad8c9145e3fc8398e -size 126970 +oid sha256:2f5cd474490febde58678a7bb2687cb767a03966d3a66364a2f36a2082bf5d2d +size 127008 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[3]_green6dd58c.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[3]_green6dd58c.png index 38394af2a6..49d1b5f26a 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[3]_green6dd58c.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[3]_green6dd58c.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85867e151ead8f1a51ec9215d04edb62c3be1ce54d8eac40d8d3d5d54e947da0 -size 119054 +oid sha256:4d9c5988a92a0744d2e7d8ffabb17b14f756e7ea291579595f273f054ec0b808 +size 119077 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[4]_bluewithtext7fcfff.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[4]_bluewithtext7fcfff.png index 1c4677899e..3355d5ccdd 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[4]_bluewithtext7fcfff.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[4]_bluewithtext7fcfff.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd029f8121a9393a1ad55b2aa9dba109add8699e3df3c7d8008aca25f63e2535 -size 124226 +oid sha256:f6432e9bb89f3416dc7141f4b80d2bf1270341d011ef5a35680203f1a9dfe722 +size 124215 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[5]_orangey.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[5]_orangey.png index 2bbac04bbc..8dfa783ae5 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[5]_orangey.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[5]_orangey.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca6d0939c9fb256a5f5df14fcc8837b2457a1bf1d8b52d7c600c6dd763209501 -size 126503 +oid sha256:9ad045f5807f81233c518ae4772e21436d4ea35acd2fbefa59ee99bf80c15f52 +size 126542 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[6]_uamp.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[6]_uamp.png index a771651bf7..be3137ffda 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[6]_uamp.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerScreenTest_mediaPlayerScreen[6]_uamp.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1463aebdf76de2446a61de32e47aae3c8c8092ef903b105cf601f01c083c61f5 -size 107267 +oid sha256:b5bdfbadf6a1755f1d2f1d32e44b364b2090c43da07ceba7d394f1db86380c64 +size 107281 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerStatesScreenTest_mediaPlayerScreen[0]_nomedia.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerStatesScreenTest_mediaPlayerScreen[0]_nomedia.png index 559ef29620..28aa555119 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerStatesScreenTest_mediaPlayerScreen[0]_nomedia.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerStatesScreenTest_mediaPlayerScreen[0]_nomedia.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ac435ccff9531e5d9778e3db49d0f8d80d439934281bbaaaecce218258d1a9c -size 122677 +oid sha256:76165db10b376b49970ea1c15bb84967d171fd2fbfdb818823fecd9251c2c7e2 +size 122708 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerStatesScreenTest_mediaPlayerScreen[1]_notconnected.png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerStatesScreenTest_mediaPlayerScreen[1]_notconnected.png index 98240afa45..29b5976878 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerStatesScreenTest_mediaPlayerScreen[1]_notconnected.png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_MediaPlayerStatesScreenTest_mediaPlayerScreen[1]_notconnected.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5fe2f3453393e8d73c5708dcc17648f3b80b05b4f8604453c1d87742eb91265c -size 125072 +oid sha256:7f4cb5e6b0ee6631301bfff15370aecf9a7c6239fc6eb66c59dd010f3661e681 +size 125099 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[0]_seekbuttonincrement(unknown)_seekbuttonincrement(unknown).png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[0]_seekbuttonincrement(unknown)_seekbuttonincrement(unknown).png index 7278667146..44722ab85b 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[0]_seekbuttonincrement(unknown)_seekbuttonincrement(unknown).png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[0]_seekbuttonincrement(unknown)_seekbuttonincrement(unknown).png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95043442f05e14c0e1b4f5cfec8676ba56e5bff0431350d80e952ca971623170 -size 126013 +oid sha256:a0147a8ad23dd35dbc2f0ca78d86cf184072e1857b717944d94a9c2ebdbcfd22 +size 126045 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[1]_known(seconds=10)_known(seconds=10).png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[1]_known(seconds=10)_known(seconds=10).png index 5984440b1a..ee9cdf4b78 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[1]_known(seconds=10)_known(seconds=10).png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[1]_known(seconds=10)_known(seconds=10).png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60be2fd8def39b432852499990e81a3dbc97978fddb07800fb46e9a950879f4a -size 126286 +oid sha256:af529a9ab38b5fbbf537de45f52f125d1a544ab216f9f01c1728e07d74580f93 +size 126322 diff --git a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[2]_known(seconds=5)_known(seconds=30).png b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[2]_known(seconds=5)_known(seconds=30).png index 8f2270332a..381be2447c 100644 --- a/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[2]_known(seconds=5)_known(seconds=30).png +++ b/media/ui/src/test/snapshots/images/com.google.android.horologist.media.ui_PodcastPlayerScreenTest_mediaPlayerScreen[2]_known(seconds=5)_known(seconds=30).png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a966fec19e364a0bb8d54cb073a7dad58f066ca6709bd88281ffe5908a308a89 -size 126386 +oid sha256:267d1d093aa191281306804856c4b5f35d91e421d696e6e00647d4ac6e1f36c1 +size 126418 diff --git a/network-awareness/core/build.gradle.kts b/network-awareness/core/build.gradle.kts index c9f8f7a2ee..6342e7f5a4 100644 --- a/network-awareness/core/build.gradle.kts +++ b/network-awareness/core/build.gradle.kts @@ -24,7 +24,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/network-awareness/db/build.gradle.kts b/network-awareness/db/build.gradle.kts index 7081a0a532..32ef62b522 100644 --- a/network-awareness/db/build.gradle.kts +++ b/network-awareness/db/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/network-awareness/okhttp/build.gradle.kts b/network-awareness/okhttp/build.gradle.kts index 8be693d2dc..19c18cd85c 100644 --- a/network-awareness/okhttp/build.gradle.kts +++ b/network-awareness/okhttp/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/network-awareness/ui/build.gradle.kts b/network-awareness/ui/build.gradle.kts index 446166cd1e..db44cd3885 100644 --- a/network-awareness/ui/build.gradle.kts +++ b/network-awareness/ui/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/roboscreenshots/build.gradle.kts b/roboscreenshots/build.gradle.kts index 34d1eb559e..f1d2dfbd54 100644 --- a/roboscreenshots/build.gradle.kts +++ b/roboscreenshots/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 26 diff --git a/roboscreenshots/src/main/java/com/google/android/horologist/screenshots/a11y/A11ySnapshotTransformer.kt b/roboscreenshots/src/main/java/com/google/android/horologist/screenshots/a11y/A11ySnapshotTransformer.kt index 09cfdb3a9e..15b897cffa 100644 --- a/roboscreenshots/src/main/java/com/google/android/horologist/screenshots/a11y/A11ySnapshotTransformer.kt +++ b/roboscreenshots/src/main/java/com/google/android/horologist/screenshots/a11y/A11ySnapshotTransformer.kt @@ -58,7 +58,11 @@ internal class A11ySnapshotTransformer : SnapshotTransformer { } } - return Bitmap.createBitmap(bitmap.width * 2, bitmap.height, bitmap.config).apply { + return Bitmap.createBitmap( + bitmap.width * 2, + bitmap.height, + bitmap.config ?: Bitmap.Config.ARGB_8888, + ).apply { val canvas = Canvas(this) drawImageWithOverlays(canvas, bitmap) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index 66662a5e8a..d00b416786 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -26,7 +26,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.horologist.sample" diff --git a/sample/src/test/audit/Cards_backgroundimage_device204.png b/sample/src/test/audit/Cards_backgroundimage_device204.png index ea8928552b..8037134665 100644 Binary files a/sample/src/test/audit/Cards_backgroundimage_device204.png and b/sample/src/test/audit/Cards_backgroundimage_device204.png differ diff --git a/sample/src/test/audit/Cards_backgroundimage_device228.png b/sample/src/test/audit/Cards_backgroundimage_device228.png index dd2623a5e1..dd73877733 100644 Binary files a/sample/src/test/audit/Cards_backgroundimage_device228.png and b/sample/src/test/audit/Cards_backgroundimage_device228.png differ diff --git a/sample/src/test/audit/Cards_backgroundimage_device240.png b/sample/src/test/audit/Cards_backgroundimage_device240.png index 5e6201db7c..093941150e 100644 Binary files a/sample/src/test/audit/Cards_backgroundimage_device240.png and b/sample/src/test/audit/Cards_backgroundimage_device240.png differ diff --git a/sample/src/test/audit/Cards_backgroundimage_galaxy_watch_6_small_font.png b/sample/src/test/audit/Cards_backgroundimage_galaxy_watch_6_small_font.png index dcedf8c251..9a0c52110e 100644 Binary files a/sample/src/test/audit/Cards_backgroundimage_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Cards_backgroundimage_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Cards_backgroundimage_pixel_watch.png b/sample/src/test/audit/Cards_backgroundimage_pixel_watch.png index ffeb47d0ac..438b3b60ad 100644 Binary files a/sample/src/test/audit/Cards_backgroundimage_pixel_watch.png and b/sample/src/test/audit/Cards_backgroundimage_pixel_watch.png differ diff --git a/sample/src/test/audit/Cards_backgroundimage_pixel_watch_large_font.png b/sample/src/test/audit/Cards_backgroundimage_pixel_watch_large_font.png index a6a1a49ec6..a40cf78ba6 100644 Binary files a/sample/src/test/audit/Cards_backgroundimage_pixel_watch_large_font.png and b/sample/src/test/audit/Cards_backgroundimage_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Confirmations_iconand1line_device204.png b/sample/src/test/audit/Confirmations_iconand1line_device204.png index ca1c916cb1..6fce0d8c12 100644 Binary files a/sample/src/test/audit/Confirmations_iconand1line_device204.png and b/sample/src/test/audit/Confirmations_iconand1line_device204.png differ diff --git a/sample/src/test/audit/Confirmations_iconand1line_device228.png b/sample/src/test/audit/Confirmations_iconand1line_device228.png index 771e0e3632..8ffedcbe14 100644 Binary files a/sample/src/test/audit/Confirmations_iconand1line_device228.png and b/sample/src/test/audit/Confirmations_iconand1line_device228.png differ diff --git a/sample/src/test/audit/Confirmations_iconand1line_device240.png b/sample/src/test/audit/Confirmations_iconand1line_device240.png index d5cd588aef..e9a78b291b 100644 Binary files a/sample/src/test/audit/Confirmations_iconand1line_device240.png and b/sample/src/test/audit/Confirmations_iconand1line_device240.png differ diff --git a/sample/src/test/audit/Confirmations_iconand1line_galaxy_watch_6_small_font.png b/sample/src/test/audit/Confirmations_iconand1line_galaxy_watch_6_small_font.png index c7fb02ba48..a4c3dc8698 100644 Binary files a/sample/src/test/audit/Confirmations_iconand1line_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Confirmations_iconand1line_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Confirmations_iconand1line_pixel_watch.png b/sample/src/test/audit/Confirmations_iconand1line_pixel_watch.png index 24e6c76e4a..b400c64353 100644 Binary files a/sample/src/test/audit/Confirmations_iconand1line_pixel_watch.png and b/sample/src/test/audit/Confirmations_iconand1line_pixel_watch.png differ diff --git a/sample/src/test/audit/Confirmations_iconand1line_pixel_watch_large_font.png b/sample/src/test/audit/Confirmations_iconand1line_pixel_watch_large_font.png index 2593eae2a6..4a362c4604 100644 Binary files a/sample/src/test/audit/Confirmations_iconand1line_pixel_watch_large_font.png and b/sample/src/test/audit/Confirmations_iconand1line_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Confirmations_iconand3line_device204.png b/sample/src/test/audit/Confirmations_iconand3line_device204.png index dabaf3d268..43cdc6c751 100644 Binary files a/sample/src/test/audit/Confirmations_iconand3line_device204.png and b/sample/src/test/audit/Confirmations_iconand3line_device204.png differ diff --git a/sample/src/test/audit/Confirmations_iconand3line_device228.png b/sample/src/test/audit/Confirmations_iconand3line_device228.png index 33d5412e66..fd412461a2 100644 Binary files a/sample/src/test/audit/Confirmations_iconand3line_device228.png and b/sample/src/test/audit/Confirmations_iconand3line_device228.png differ diff --git a/sample/src/test/audit/Confirmations_iconand3line_device240.png b/sample/src/test/audit/Confirmations_iconand3line_device240.png index 267f043688..ec1c6c3a0b 100644 Binary files a/sample/src/test/audit/Confirmations_iconand3line_device240.png and b/sample/src/test/audit/Confirmations_iconand3line_device240.png differ diff --git a/sample/src/test/audit/Confirmations_iconand3line_galaxy_watch_6_small_font.png b/sample/src/test/audit/Confirmations_iconand3line_galaxy_watch_6_small_font.png index 9e1d3e3a45..6778ec676a 100644 Binary files a/sample/src/test/audit/Confirmations_iconand3line_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Confirmations_iconand3line_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Confirmations_iconand3line_pixel_watch.png b/sample/src/test/audit/Confirmations_iconand3line_pixel_watch.png index 75a372fa24..56460cddfe 100644 Binary files a/sample/src/test/audit/Confirmations_iconand3line_pixel_watch.png and b/sample/src/test/audit/Confirmations_iconand3line_pixel_watch.png differ diff --git a/sample/src/test/audit/Confirmations_iconand3line_pixel_watch_large_font.png b/sample/src/test/audit/Confirmations_iconand3line_pixel_watch_large_font.png index 2ea22396ec..06c55d3f72 100644 Binary files a/sample/src/test/audit/Confirmations_iconand3line_pixel_watch_large_font.png and b/sample/src/test/audit/Confirmations_iconand3line_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Confirmations_twobottomround_device204.png b/sample/src/test/audit/Confirmations_twobottomround_device204.png index 806d397c4d..e8c64c9d78 100644 Binary files a/sample/src/test/audit/Confirmations_twobottomround_device204.png and b/sample/src/test/audit/Confirmations_twobottomround_device204.png differ diff --git a/sample/src/test/audit/Confirmations_twobottomround_device228.png b/sample/src/test/audit/Confirmations_twobottomround_device228.png index 4545968598..b7aea118d6 100644 Binary files a/sample/src/test/audit/Confirmations_twobottomround_device228.png and b/sample/src/test/audit/Confirmations_twobottomround_device228.png differ diff --git a/sample/src/test/audit/Confirmations_twobottomround_device240.png b/sample/src/test/audit/Confirmations_twobottomround_device240.png index 3d228005b3..9eee6f2ddb 100644 Binary files a/sample/src/test/audit/Confirmations_twobottomround_device240.png and b/sample/src/test/audit/Confirmations_twobottomround_device240.png differ diff --git a/sample/src/test/audit/Confirmations_twobottomround_galaxy_watch_6_small_font.png b/sample/src/test/audit/Confirmations_twobottomround_galaxy_watch_6_small_font.png index 9d96f74ce0..9f9c731370 100644 Binary files a/sample/src/test/audit/Confirmations_twobottomround_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Confirmations_twobottomround_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Confirmations_twobottomround_pixel_watch.png b/sample/src/test/audit/Confirmations_twobottomround_pixel_watch.png index 06068673fc..f52c0d047b 100644 Binary files a/sample/src/test/audit/Confirmations_twobottomround_pixel_watch.png and b/sample/src/test/audit/Confirmations_twobottomround_pixel_watch.png differ diff --git a/sample/src/test/audit/Confirmations_twobottomround_pixel_watch_large_font.png b/sample/src/test/audit/Confirmations_twobottomround_pixel_watch_large_font.png index e78d01255a..bb4cc43fbc 100644 Binary files a/sample/src/test/audit/Confirmations_twobottomround_pixel_watch_large_font.png and b/sample/src/test/audit/Confirmations_twobottomround_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h12_device204.png b/sample/src/test/audit/CurvedTimeText_h12_device204.png index 7a011361df..9450eaf357 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h12_device204.png and b/sample/src/test/audit/CurvedTimeText_h12_device204.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h12_device228.png b/sample/src/test/audit/CurvedTimeText_h12_device228.png index 9ca72cc436..91b434c7a4 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h12_device228.png and b/sample/src/test/audit/CurvedTimeText_h12_device228.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h12_device240.png b/sample/src/test/audit/CurvedTimeText_h12_device240.png index 3a5b0ab71c..27dddc7be7 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h12_device240.png and b/sample/src/test/audit/CurvedTimeText_h12_device240.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h12_galaxy_watch_6_small_font.png b/sample/src/test/audit/CurvedTimeText_h12_galaxy_watch_6_small_font.png index a1fba092b1..2a114d5c16 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h12_galaxy_watch_6_small_font.png and b/sample/src/test/audit/CurvedTimeText_h12_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h12_pixel_watch.png b/sample/src/test/audit/CurvedTimeText_h12_pixel_watch.png index a6155346be..0b661a50a6 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h12_pixel_watch.png and b/sample/src/test/audit/CurvedTimeText_h12_pixel_watch.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h12_pixel_watch_large_font.png b/sample/src/test/audit/CurvedTimeText_h12_pixel_watch_large_font.png index 5af5d004b4..49161798a7 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h12_pixel_watch_large_font.png and b/sample/src/test/audit/CurvedTimeText_h12_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h24_device204.png b/sample/src/test/audit/CurvedTimeText_h24_device204.png index 3c152a445d..3341ed6f45 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h24_device204.png and b/sample/src/test/audit/CurvedTimeText_h24_device204.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h24_device228.png b/sample/src/test/audit/CurvedTimeText_h24_device228.png index a195225201..2be6d1d983 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h24_device228.png and b/sample/src/test/audit/CurvedTimeText_h24_device228.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h24_device240.png b/sample/src/test/audit/CurvedTimeText_h24_device240.png index 52d9f4fb11..ef2c43b25d 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h24_device240.png and b/sample/src/test/audit/CurvedTimeText_h24_device240.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h24_galaxy_watch_6_small_font.png b/sample/src/test/audit/CurvedTimeText_h24_galaxy_watch_6_small_font.png index 59cd766dbf..772d3ec53d 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h24_galaxy_watch_6_small_font.png and b/sample/src/test/audit/CurvedTimeText_h24_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h24_pixel_watch.png b/sample/src/test/audit/CurvedTimeText_h24_pixel_watch.png index 76e1e810e2..4212ef72ed 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h24_pixel_watch.png and b/sample/src/test/audit/CurvedTimeText_h24_pixel_watch.png differ diff --git a/sample/src/test/audit/CurvedTimeText_h24_pixel_watch_large_font.png b/sample/src/test/audit/CurvedTimeText_h24_pixel_watch_large_font.png index de6b64d392..ac0faeb64a 100644 Binary files a/sample/src/test/audit/CurvedTimeText_h24_pixel_watch_large_font.png and b/sample/src/test/audit/CurvedTimeText_h24_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/CurvedTimeText_longertextstring_device204.png b/sample/src/test/audit/CurvedTimeText_longertextstring_device204.png index 114de23357..a89bde3882 100644 Binary files a/sample/src/test/audit/CurvedTimeText_longertextstring_device204.png and b/sample/src/test/audit/CurvedTimeText_longertextstring_device204.png differ diff --git a/sample/src/test/audit/CurvedTimeText_longertextstring_device228.png b/sample/src/test/audit/CurvedTimeText_longertextstring_device228.png index d0f501405d..854bbec827 100644 Binary files a/sample/src/test/audit/CurvedTimeText_longertextstring_device228.png and b/sample/src/test/audit/CurvedTimeText_longertextstring_device228.png differ diff --git a/sample/src/test/audit/CurvedTimeText_longertextstring_device240.png b/sample/src/test/audit/CurvedTimeText_longertextstring_device240.png index 3009c97643..74d27a75e4 100644 Binary files a/sample/src/test/audit/CurvedTimeText_longertextstring_device240.png and b/sample/src/test/audit/CurvedTimeText_longertextstring_device240.png differ diff --git a/sample/src/test/audit/CurvedTimeText_longertextstring_galaxy_watch_6_small_font.png b/sample/src/test/audit/CurvedTimeText_longertextstring_galaxy_watch_6_small_font.png index 3a51c2fc94..cfff806d90 100644 Binary files a/sample/src/test/audit/CurvedTimeText_longertextstring_galaxy_watch_6_small_font.png and b/sample/src/test/audit/CurvedTimeText_longertextstring_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/CurvedTimeText_longertextstring_pixel_watch.png b/sample/src/test/audit/CurvedTimeText_longertextstring_pixel_watch.png index 6223f88327..8e019eafdd 100644 Binary files a/sample/src/test/audit/CurvedTimeText_longertextstring_pixel_watch.png and b/sample/src/test/audit/CurvedTimeText_longertextstring_pixel_watch.png differ diff --git a/sample/src/test/audit/CurvedTimeText_longertextstring_pixel_watch_large_font.png b/sample/src/test/audit/CurvedTimeText_longertextstring_pixel_watch_large_font.png index ad9eb84f3b..8f4824afa8 100644 Binary files a/sample/src/test/audit/CurvedTimeText_longertextstring_pixel_watch_large_font.png and b/sample/src/test/audit/CurvedTimeText_longertextstring_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Dialogs_nobottombutton_device204.png b/sample/src/test/audit/Dialogs_nobottombutton_device204.png index 2bd972d396..f9ed4b1f98 100644 Binary files a/sample/src/test/audit/Dialogs_nobottombutton_device204.png and b/sample/src/test/audit/Dialogs_nobottombutton_device204.png differ diff --git a/sample/src/test/audit/Dialogs_nobottombutton_device228.png b/sample/src/test/audit/Dialogs_nobottombutton_device228.png index a355cf4070..27fee1304a 100644 Binary files a/sample/src/test/audit/Dialogs_nobottombutton_device228.png and b/sample/src/test/audit/Dialogs_nobottombutton_device228.png differ diff --git a/sample/src/test/audit/Dialogs_nobottombutton_device240.png b/sample/src/test/audit/Dialogs_nobottombutton_device240.png index 6526747d38..301e3a1f37 100644 Binary files a/sample/src/test/audit/Dialogs_nobottombutton_device240.png and b/sample/src/test/audit/Dialogs_nobottombutton_device240.png differ diff --git a/sample/src/test/audit/Dialogs_nobottombutton_galaxy_watch_6_small_font.png b/sample/src/test/audit/Dialogs_nobottombutton_galaxy_watch_6_small_font.png index e924fa086c..2303785f9e 100644 Binary files a/sample/src/test/audit/Dialogs_nobottombutton_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Dialogs_nobottombutton_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Dialogs_nobottombutton_pixel_watch.png b/sample/src/test/audit/Dialogs_nobottombutton_pixel_watch.png index 4a5ae4d3f8..3b11eac29c 100644 Binary files a/sample/src/test/audit/Dialogs_nobottombutton_pixel_watch.png and b/sample/src/test/audit/Dialogs_nobottombutton_pixel_watch.png differ diff --git a/sample/src/test/audit/Dialogs_nobottombutton_pixel_watch_large_font.png b/sample/src/test/audit/Dialogs_nobottombutton_pixel_watch_large_font.png index 8cd46a608a..3386948007 100644 Binary files a/sample/src/test/audit/Dialogs_nobottombutton_pixel_watch_large_font.png and b/sample/src/test/audit/Dialogs_nobottombutton_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Dialogs_onebottombutton_device204.png b/sample/src/test/audit/Dialogs_onebottombutton_device204.png index e33f3c651e..db6a9e6d8f 100644 Binary files a/sample/src/test/audit/Dialogs_onebottombutton_device204.png and b/sample/src/test/audit/Dialogs_onebottombutton_device204.png differ diff --git a/sample/src/test/audit/Dialogs_onebottombutton_device228.png b/sample/src/test/audit/Dialogs_onebottombutton_device228.png index a01d3abb90..c8f3a96781 100644 Binary files a/sample/src/test/audit/Dialogs_onebottombutton_device228.png and b/sample/src/test/audit/Dialogs_onebottombutton_device228.png differ diff --git a/sample/src/test/audit/Dialogs_onebottombutton_device240.png b/sample/src/test/audit/Dialogs_onebottombutton_device240.png index e1eb45464c..e11787dc38 100644 Binary files a/sample/src/test/audit/Dialogs_onebottombutton_device240.png and b/sample/src/test/audit/Dialogs_onebottombutton_device240.png differ diff --git a/sample/src/test/audit/Dialogs_onebottombutton_galaxy_watch_6_small_font.png b/sample/src/test/audit/Dialogs_onebottombutton_galaxy_watch_6_small_font.png index 5eb6354e9d..8e63249a38 100644 Binary files a/sample/src/test/audit/Dialogs_onebottombutton_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Dialogs_onebottombutton_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Dialogs_onebottombutton_pixel_watch.png b/sample/src/test/audit/Dialogs_onebottombutton_pixel_watch.png index ca49f8d8c9..1ba41080a0 100644 Binary files a/sample/src/test/audit/Dialogs_onebottombutton_pixel_watch.png and b/sample/src/test/audit/Dialogs_onebottombutton_pixel_watch.png differ diff --git a/sample/src/test/audit/Dialogs_onebottombutton_pixel_watch_large_font.png b/sample/src/test/audit/Dialogs_onebottombutton_pixel_watch_large_font.png index 7bf7fe1f40..c7ad0141f8 100644 Binary files a/sample/src/test/audit/Dialogs_onebottombutton_pixel_watch_large_font.png and b/sample/src/test/audit/Dialogs_onebottombutton_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Dialogs_onebuttonchip_device204.png b/sample/src/test/audit/Dialogs_onebuttonchip_device204.png index be81a338a7..e987c8dc5c 100644 Binary files a/sample/src/test/audit/Dialogs_onebuttonchip_device204.png and b/sample/src/test/audit/Dialogs_onebuttonchip_device204.png differ diff --git a/sample/src/test/audit/Dialogs_onebuttonchip_device228.png b/sample/src/test/audit/Dialogs_onebuttonchip_device228.png index b263c15aa8..05b8490bb5 100644 Binary files a/sample/src/test/audit/Dialogs_onebuttonchip_device228.png and b/sample/src/test/audit/Dialogs_onebuttonchip_device228.png differ diff --git a/sample/src/test/audit/Dialogs_onebuttonchip_device240.png b/sample/src/test/audit/Dialogs_onebuttonchip_device240.png index b867e2824b..51524ca954 100644 Binary files a/sample/src/test/audit/Dialogs_onebuttonchip_device240.png and b/sample/src/test/audit/Dialogs_onebuttonchip_device240.png differ diff --git a/sample/src/test/audit/Dialogs_onebuttonchip_galaxy_watch_6_small_font.png b/sample/src/test/audit/Dialogs_onebuttonchip_galaxy_watch_6_small_font.png index 19d50e8036..531af1e0c2 100644 Binary files a/sample/src/test/audit/Dialogs_onebuttonchip_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Dialogs_onebuttonchip_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Dialogs_onebuttonchip_pixel_watch.png b/sample/src/test/audit/Dialogs_onebuttonchip_pixel_watch.png index d2e431653d..17826792d4 100644 Binary files a/sample/src/test/audit/Dialogs_onebuttonchip_pixel_watch.png and b/sample/src/test/audit/Dialogs_onebuttonchip_pixel_watch.png differ diff --git a/sample/src/test/audit/Dialogs_onebuttonchip_pixel_watch_large_font.png b/sample/src/test/audit/Dialogs_onebuttonchip_pixel_watch_large_font.png index 04ac5b064e..f7245d6e22 100644 Binary files a/sample/src/test/audit/Dialogs_onebuttonchip_pixel_watch_large_font.png and b/sample/src/test/audit/Dialogs_onebuttonchip_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Dialogs_title_device204.png b/sample/src/test/audit/Dialogs_title_device204.png index 2bd972d396..f9ed4b1f98 100644 Binary files a/sample/src/test/audit/Dialogs_title_device204.png and b/sample/src/test/audit/Dialogs_title_device204.png differ diff --git a/sample/src/test/audit/Dialogs_title_device228.png b/sample/src/test/audit/Dialogs_title_device228.png index a355cf4070..27fee1304a 100644 Binary files a/sample/src/test/audit/Dialogs_title_device228.png and b/sample/src/test/audit/Dialogs_title_device228.png differ diff --git a/sample/src/test/audit/Dialogs_title_device240.png b/sample/src/test/audit/Dialogs_title_device240.png index 6526747d38..301e3a1f37 100644 Binary files a/sample/src/test/audit/Dialogs_title_device240.png and b/sample/src/test/audit/Dialogs_title_device240.png differ diff --git a/sample/src/test/audit/Dialogs_title_galaxy_watch_6_small_font.png b/sample/src/test/audit/Dialogs_title_galaxy_watch_6_small_font.png index e924fa086c..2303785f9e 100644 Binary files a/sample/src/test/audit/Dialogs_title_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Dialogs_title_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Dialogs_title_pixel_watch.png b/sample/src/test/audit/Dialogs_title_pixel_watch.png index 4a5ae4d3f8..3b11eac29c 100644 Binary files a/sample/src/test/audit/Dialogs_title_pixel_watch.png and b/sample/src/test/audit/Dialogs_title_pixel_watch.png differ diff --git a/sample/src/test/audit/Dialogs_title_pixel_watch_large_font.png b/sample/src/test/audit/Dialogs_title_pixel_watch_large_font.png index 8cd46a608a..3386948007 100644 Binary files a/sample/src/test/audit/Dialogs_title_pixel_watch_large_font.png and b/sample/src/test/audit/Dialogs_title_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Dialogs_twobottombuttons_device204.png b/sample/src/test/audit/Dialogs_twobottombuttons_device204.png index f6139d8b08..3d4a4c0f12 100644 Binary files a/sample/src/test/audit/Dialogs_twobottombuttons_device204.png and b/sample/src/test/audit/Dialogs_twobottombuttons_device204.png differ diff --git a/sample/src/test/audit/Dialogs_twobottombuttons_device228.png b/sample/src/test/audit/Dialogs_twobottombuttons_device228.png index 204b970982..47f4f9ca30 100644 Binary files a/sample/src/test/audit/Dialogs_twobottombuttons_device228.png and b/sample/src/test/audit/Dialogs_twobottombuttons_device228.png differ diff --git a/sample/src/test/audit/Dialogs_twobottombuttons_device240.png b/sample/src/test/audit/Dialogs_twobottombuttons_device240.png index 450e268109..d47731bd5a 100644 Binary files a/sample/src/test/audit/Dialogs_twobottombuttons_device240.png and b/sample/src/test/audit/Dialogs_twobottombuttons_device240.png differ diff --git a/sample/src/test/audit/Dialogs_twobottombuttons_galaxy_watch_6_small_font.png b/sample/src/test/audit/Dialogs_twobottombuttons_galaxy_watch_6_small_font.png index 911f226373..2dd646d831 100644 Binary files a/sample/src/test/audit/Dialogs_twobottombuttons_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Dialogs_twobottombuttons_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Dialogs_twobottombuttons_pixel_watch.png b/sample/src/test/audit/Dialogs_twobottombuttons_pixel_watch.png index 06496acca9..c9efd0ae62 100644 Binary files a/sample/src/test/audit/Dialogs_twobottombuttons_pixel_watch.png and b/sample/src/test/audit/Dialogs_twobottombuttons_pixel_watch.png differ diff --git a/sample/src/test/audit/Dialogs_twobottombuttons_pixel_watch_large_font.png b/sample/src/test/audit/Dialogs_twobottombuttons_pixel_watch_large_font.png index fcd8de1d42..681935f49d 100644 Binary files a/sample/src/test/audit/Dialogs_twobottombuttons_pixel_watch_large_font.png and b/sample/src/test/audit/Dialogs_twobottombuttons_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/MainMenu_top_device204.png b/sample/src/test/audit/MainMenu_top_device204.png index 2a1aeea2e3..c6647e7f37 100644 Binary files a/sample/src/test/audit/MainMenu_top_device204.png and b/sample/src/test/audit/MainMenu_top_device204.png differ diff --git a/sample/src/test/audit/MainMenu_top_device228.png b/sample/src/test/audit/MainMenu_top_device228.png index a6349f689e..9a97629366 100644 Binary files a/sample/src/test/audit/MainMenu_top_device228.png and b/sample/src/test/audit/MainMenu_top_device228.png differ diff --git a/sample/src/test/audit/MainMenu_top_device240.png b/sample/src/test/audit/MainMenu_top_device240.png index ad78f5b35d..eb2f018ce5 100644 Binary files a/sample/src/test/audit/MainMenu_top_device240.png and b/sample/src/test/audit/MainMenu_top_device240.png differ diff --git a/sample/src/test/audit/MainMenu_top_galaxy_watch_6_small_font.png b/sample/src/test/audit/MainMenu_top_galaxy_watch_6_small_font.png index bb0369770c..1f0a7e0fb0 100644 Binary files a/sample/src/test/audit/MainMenu_top_galaxy_watch_6_small_font.png and b/sample/src/test/audit/MainMenu_top_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/MainMenu_top_pixel_watch.png b/sample/src/test/audit/MainMenu_top_pixel_watch.png index c664f15514..0e305a7c51 100644 Binary files a/sample/src/test/audit/MainMenu_top_pixel_watch.png and b/sample/src/test/audit/MainMenu_top_pixel_watch.png differ diff --git a/sample/src/test/audit/MainMenu_top_pixel_watch_large_font.png b/sample/src/test/audit/MainMenu_top_pixel_watch_large_font.png index 28960b71c0..21b38c2828 100644 Binary files a/sample/src/test/audit/MainMenu_top_pixel_watch_large_font.png and b/sample/src/test/audit/MainMenu_top_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/PageIndicator_fourdots_device204.png b/sample/src/test/audit/PageIndicator_fourdots_device204.png index b3024eb053..e935fae991 100644 Binary files a/sample/src/test/audit/PageIndicator_fourdots_device204.png and b/sample/src/test/audit/PageIndicator_fourdots_device204.png differ diff --git a/sample/src/test/audit/PageIndicator_fourdots_device228.png b/sample/src/test/audit/PageIndicator_fourdots_device228.png index be46a435b4..fe03d57273 100644 Binary files a/sample/src/test/audit/PageIndicator_fourdots_device228.png and b/sample/src/test/audit/PageIndicator_fourdots_device228.png differ diff --git a/sample/src/test/audit/PageIndicator_fourdots_device240.png b/sample/src/test/audit/PageIndicator_fourdots_device240.png index fbafa869b7..d550a6194e 100644 Binary files a/sample/src/test/audit/PageIndicator_fourdots_device240.png and b/sample/src/test/audit/PageIndicator_fourdots_device240.png differ diff --git a/sample/src/test/audit/PageIndicator_fourdots_galaxy_watch_6_small_font.png b/sample/src/test/audit/PageIndicator_fourdots_galaxy_watch_6_small_font.png index 31520f20d7..ffd346390d 100644 Binary files a/sample/src/test/audit/PageIndicator_fourdots_galaxy_watch_6_small_font.png and b/sample/src/test/audit/PageIndicator_fourdots_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/PageIndicator_fourdots_pixel_watch.png b/sample/src/test/audit/PageIndicator_fourdots_pixel_watch.png index c913659d98..73d219435d 100644 Binary files a/sample/src/test/audit/PageIndicator_fourdots_pixel_watch.png and b/sample/src/test/audit/PageIndicator_fourdots_pixel_watch.png differ diff --git a/sample/src/test/audit/PageIndicator_fourdots_pixel_watch_large_font.png b/sample/src/test/audit/PageIndicator_fourdots_pixel_watch_large_font.png index 2be2d4d4d1..2081c8d8b8 100644 Binary files a/sample/src/test/audit/PageIndicator_fourdots_pixel_watch_large_font.png and b/sample/src/test/audit/PageIndicator_fourdots_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/PageIndicator_left5plus_device204.png b/sample/src/test/audit/PageIndicator_left5plus_device204.png index a1eec0074d..b5a7246368 100644 Binary files a/sample/src/test/audit/PageIndicator_left5plus_device204.png and b/sample/src/test/audit/PageIndicator_left5plus_device204.png differ diff --git a/sample/src/test/audit/PageIndicator_left5plus_device228.png b/sample/src/test/audit/PageIndicator_left5plus_device228.png index 73bdd2fbe7..3dc0c49981 100644 Binary files a/sample/src/test/audit/PageIndicator_left5plus_device228.png and b/sample/src/test/audit/PageIndicator_left5plus_device228.png differ diff --git a/sample/src/test/audit/PageIndicator_left5plus_device240.png b/sample/src/test/audit/PageIndicator_left5plus_device240.png index 42d7b5a0bc..654c3fac73 100644 Binary files a/sample/src/test/audit/PageIndicator_left5plus_device240.png and b/sample/src/test/audit/PageIndicator_left5plus_device240.png differ diff --git a/sample/src/test/audit/PageIndicator_left5plus_galaxy_watch_6_small_font.png b/sample/src/test/audit/PageIndicator_left5plus_galaxy_watch_6_small_font.png index 8c8017acc0..dddac2e631 100644 Binary files a/sample/src/test/audit/PageIndicator_left5plus_galaxy_watch_6_small_font.png and b/sample/src/test/audit/PageIndicator_left5plus_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/PageIndicator_left5plus_pixel_watch.png b/sample/src/test/audit/PageIndicator_left5plus_pixel_watch.png index 671a5ff2c2..db27685831 100644 Binary files a/sample/src/test/audit/PageIndicator_left5plus_pixel_watch.png and b/sample/src/test/audit/PageIndicator_left5plus_pixel_watch.png differ diff --git a/sample/src/test/audit/PageIndicator_left5plus_pixel_watch_large_font.png b/sample/src/test/audit/PageIndicator_left5plus_pixel_watch_large_font.png index ed721a98b9..f8ac6844e4 100644 Binary files a/sample/src/test/audit/PageIndicator_left5plus_pixel_watch_large_font.png and b/sample/src/test/audit/PageIndicator_left5plus_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/PageIndicator_right5plus_device204.png b/sample/src/test/audit/PageIndicator_right5plus_device204.png index 4edd4e9b9a..023402af82 100644 Binary files a/sample/src/test/audit/PageIndicator_right5plus_device204.png and b/sample/src/test/audit/PageIndicator_right5plus_device204.png differ diff --git a/sample/src/test/audit/PageIndicator_right5plus_device228.png b/sample/src/test/audit/PageIndicator_right5plus_device228.png index 83ff26c1ab..d262e97d3a 100644 Binary files a/sample/src/test/audit/PageIndicator_right5plus_device228.png and b/sample/src/test/audit/PageIndicator_right5plus_device228.png differ diff --git a/sample/src/test/audit/PageIndicator_right5plus_device240.png b/sample/src/test/audit/PageIndicator_right5plus_device240.png index 70764ab30b..636138a28f 100644 Binary files a/sample/src/test/audit/PageIndicator_right5plus_device240.png and b/sample/src/test/audit/PageIndicator_right5plus_device240.png differ diff --git a/sample/src/test/audit/PageIndicator_right5plus_galaxy_watch_6_small_font.png b/sample/src/test/audit/PageIndicator_right5plus_galaxy_watch_6_small_font.png index 817c49c057..ab157afb45 100644 Binary files a/sample/src/test/audit/PageIndicator_right5plus_galaxy_watch_6_small_font.png and b/sample/src/test/audit/PageIndicator_right5plus_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/PageIndicator_right5plus_pixel_watch.png b/sample/src/test/audit/PageIndicator_right5plus_pixel_watch.png index 04a0637023..e933847889 100644 Binary files a/sample/src/test/audit/PageIndicator_right5plus_pixel_watch.png and b/sample/src/test/audit/PageIndicator_right5plus_pixel_watch.png differ diff --git a/sample/src/test/audit/PageIndicator_right5plus_pixel_watch_large_font.png b/sample/src/test/audit/PageIndicator_right5plus_pixel_watch_large_font.png index 92f81f5fee..b4fdc2e589 100644 Binary files a/sample/src/test/audit/PageIndicator_right5plus_pixel_watch_large_font.png and b/sample/src/test/audit/PageIndicator_right5plus_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/PageIndicator_twodots_device204.png b/sample/src/test/audit/PageIndicator_twodots_device204.png index 379d9d6714..99e298ed95 100644 Binary files a/sample/src/test/audit/PageIndicator_twodots_device204.png and b/sample/src/test/audit/PageIndicator_twodots_device204.png differ diff --git a/sample/src/test/audit/PageIndicator_twodots_device228.png b/sample/src/test/audit/PageIndicator_twodots_device228.png index 06c2f32aac..285fb5b32f 100644 Binary files a/sample/src/test/audit/PageIndicator_twodots_device228.png and b/sample/src/test/audit/PageIndicator_twodots_device228.png differ diff --git a/sample/src/test/audit/PageIndicator_twodots_device240.png b/sample/src/test/audit/PageIndicator_twodots_device240.png index 1eb304034c..155890abed 100644 Binary files a/sample/src/test/audit/PageIndicator_twodots_device240.png and b/sample/src/test/audit/PageIndicator_twodots_device240.png differ diff --git a/sample/src/test/audit/PageIndicator_twodots_galaxy_watch_6_small_font.png b/sample/src/test/audit/PageIndicator_twodots_galaxy_watch_6_small_font.png index 9f73867ca8..71a417311b 100644 Binary files a/sample/src/test/audit/PageIndicator_twodots_galaxy_watch_6_small_font.png and b/sample/src/test/audit/PageIndicator_twodots_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/PageIndicator_twodots_pixel_watch.png b/sample/src/test/audit/PageIndicator_twodots_pixel_watch.png index ab515577bb..8f0076f493 100644 Binary files a/sample/src/test/audit/PageIndicator_twodots_pixel_watch.png and b/sample/src/test/audit/PageIndicator_twodots_pixel_watch.png differ diff --git a/sample/src/test/audit/PageIndicator_twodots_pixel_watch_large_font.png b/sample/src/test/audit/PageIndicator_twodots_pixel_watch_large_font.png index 360da301be..fa2661b19d 100644 Binary files a/sample/src/test/audit/PageIndicator_twodots_pixel_watch_large_font.png and b/sample/src/test/audit/PageIndicator_twodots_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/Pickers_date_device228.png b/sample/src/test/audit/Pickers_date_device228.png index 43688e06d0..b114c80eb7 100644 Binary files a/sample/src/test/audit/Pickers_date_device228.png and b/sample/src/test/audit/Pickers_date_device228.png differ diff --git a/sample/src/test/audit/Pickers_date_device240.png b/sample/src/test/audit/Pickers_date_device240.png index 5115f8149c..0ec928b5d7 100644 Binary files a/sample/src/test/audit/Pickers_date_device240.png and b/sample/src/test/audit/Pickers_date_device240.png differ diff --git a/sample/src/test/audit/Pickers_date_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_date_galaxy_watch_6_small_font.png index 2ba8b289cb..9a377392ae 100644 Binary files a/sample/src/test/audit/Pickers_date_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_date_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_date_month_device228.png b/sample/src/test/audit/Pickers_date_month_device228.png index 1add9d6002..0b7bbf3bce 100644 Binary files a/sample/src/test/audit/Pickers_date_month_device228.png and b/sample/src/test/audit/Pickers_date_month_device228.png differ diff --git a/sample/src/test/audit/Pickers_date_month_device240.png b/sample/src/test/audit/Pickers_date_month_device240.png index 3886d05a19..db1c95ca1b 100644 Binary files a/sample/src/test/audit/Pickers_date_month_device240.png and b/sample/src/test/audit/Pickers_date_month_device240.png differ diff --git a/sample/src/test/audit/Pickers_date_month_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_date_month_galaxy_watch_6_small_font.png index 40ba8fc6df..0e5235948b 100644 Binary files a/sample/src/test/audit/Pickers_date_month_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_date_month_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_date_year_device228.png b/sample/src/test/audit/Pickers_date_year_device228.png index 7a9a71f3e8..48971d8d67 100644 Binary files a/sample/src/test/audit/Pickers_date_year_device228.png and b/sample/src/test/audit/Pickers_date_year_device228.png differ diff --git a/sample/src/test/audit/Pickers_date_year_device240.png b/sample/src/test/audit/Pickers_date_year_device240.png index 8b89af14fc..c0e56e80d9 100644 Binary files a/sample/src/test/audit/Pickers_date_year_device240.png and b/sample/src/test/audit/Pickers_date_year_device240.png differ diff --git a/sample/src/test/audit/Pickers_date_year_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_date_year_galaxy_watch_6_small_font.png index 9fcb3712da..66bfd1bdfb 100644 Binary files a/sample/src/test/audit/Pickers_date_year_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_date_year_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_time12h_ampm_device204.png b/sample/src/test/audit/Pickers_time12h_ampm_device204.png index 369beb4fa1..c0e680c47e 100644 Binary files a/sample/src/test/audit/Pickers_time12h_ampm_device204.png and b/sample/src/test/audit/Pickers_time12h_ampm_device204.png differ diff --git a/sample/src/test/audit/Pickers_time12h_ampm_device228.png b/sample/src/test/audit/Pickers_time12h_ampm_device228.png index cfdb68b0f9..d7ff6e0e77 100644 Binary files a/sample/src/test/audit/Pickers_time12h_ampm_device228.png and b/sample/src/test/audit/Pickers_time12h_ampm_device228.png differ diff --git a/sample/src/test/audit/Pickers_time12h_ampm_device240.png b/sample/src/test/audit/Pickers_time12h_ampm_device240.png index 35cc8e3cc6..7ed73c12df 100644 Binary files a/sample/src/test/audit/Pickers_time12h_ampm_device240.png and b/sample/src/test/audit/Pickers_time12h_ampm_device240.png differ diff --git a/sample/src/test/audit/Pickers_time12h_ampm_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_time12h_ampm_galaxy_watch_6_small_font.png index 2ff0d5cfc8..658c0ab80e 100644 Binary files a/sample/src/test/audit/Pickers_time12h_ampm_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_time12h_ampm_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_time12h_device204.png b/sample/src/test/audit/Pickers_time12h_device204.png index 8f9cbf0421..e69eec32d2 100644 Binary files a/sample/src/test/audit/Pickers_time12h_device204.png and b/sample/src/test/audit/Pickers_time12h_device204.png differ diff --git a/sample/src/test/audit/Pickers_time12h_device228.png b/sample/src/test/audit/Pickers_time12h_device228.png index 5ded374647..434b15ae45 100644 Binary files a/sample/src/test/audit/Pickers_time12h_device228.png and b/sample/src/test/audit/Pickers_time12h_device228.png differ diff --git a/sample/src/test/audit/Pickers_time12h_device240.png b/sample/src/test/audit/Pickers_time12h_device240.png index f074329d2e..1bc91a254d 100644 Binary files a/sample/src/test/audit/Pickers_time12h_device240.png and b/sample/src/test/audit/Pickers_time12h_device240.png differ diff --git a/sample/src/test/audit/Pickers_time12h_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_time12h_galaxy_watch_6_small_font.png index ad1d75f51e..a08e3c776d 100644 Binary files a/sample/src/test/audit/Pickers_time12h_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_time12h_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_time12h_minutes_device204.png b/sample/src/test/audit/Pickers_time12h_minutes_device204.png index b951228b8e..1ce4ffe5bd 100644 Binary files a/sample/src/test/audit/Pickers_time12h_minutes_device204.png and b/sample/src/test/audit/Pickers_time12h_minutes_device204.png differ diff --git a/sample/src/test/audit/Pickers_time12h_minutes_device228.png b/sample/src/test/audit/Pickers_time12h_minutes_device228.png index bd15c1b80f..64e3d7314e 100644 Binary files a/sample/src/test/audit/Pickers_time12h_minutes_device228.png and b/sample/src/test/audit/Pickers_time12h_minutes_device228.png differ diff --git a/sample/src/test/audit/Pickers_time12h_minutes_device240.png b/sample/src/test/audit/Pickers_time12h_minutes_device240.png index f284553bb3..01b7e94746 100644 Binary files a/sample/src/test/audit/Pickers_time12h_minutes_device240.png and b/sample/src/test/audit/Pickers_time12h_minutes_device240.png differ diff --git a/sample/src/test/audit/Pickers_time12h_minutes_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_time12h_minutes_galaxy_watch_6_small_font.png index aa56e76534..4bcc116c22 100644 Binary files a/sample/src/test/audit/Pickers_time12h_minutes_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_time12h_minutes_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_time24hour_device204.png b/sample/src/test/audit/Pickers_time24hour_device204.png index deca8dd230..3daf6466ab 100644 Binary files a/sample/src/test/audit/Pickers_time24hour_device204.png and b/sample/src/test/audit/Pickers_time24hour_device204.png differ diff --git a/sample/src/test/audit/Pickers_time24hour_device228.png b/sample/src/test/audit/Pickers_time24hour_device228.png index 3894d1e836..86e0a8caae 100644 Binary files a/sample/src/test/audit/Pickers_time24hour_device228.png and b/sample/src/test/audit/Pickers_time24hour_device228.png differ diff --git a/sample/src/test/audit/Pickers_time24hour_device240.png b/sample/src/test/audit/Pickers_time24hour_device240.png index a0b4f6c3ef..12723e66a0 100644 Binary files a/sample/src/test/audit/Pickers_time24hour_device240.png and b/sample/src/test/audit/Pickers_time24hour_device240.png differ diff --git a/sample/src/test/audit/Pickers_time24hour_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_time24hour_galaxy_watch_6_small_font.png index fad93313f2..bb4e5686e1 100644 Binary files a/sample/src/test/audit/Pickers_time24hour_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_time24hour_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_time24hour_minutes_device204.png b/sample/src/test/audit/Pickers_time24hour_minutes_device204.png index 4477e79fc8..6366a928d5 100644 Binary files a/sample/src/test/audit/Pickers_time24hour_minutes_device204.png and b/sample/src/test/audit/Pickers_time24hour_minutes_device204.png differ diff --git a/sample/src/test/audit/Pickers_time24hour_minutes_device228.png b/sample/src/test/audit/Pickers_time24hour_minutes_device228.png index daac71c548..c41a1e22a8 100644 Binary files a/sample/src/test/audit/Pickers_time24hour_minutes_device228.png and b/sample/src/test/audit/Pickers_time24hour_minutes_device228.png differ diff --git a/sample/src/test/audit/Pickers_time24hour_minutes_device240.png b/sample/src/test/audit/Pickers_time24hour_minutes_device240.png index 5dd6a86a63..df94db3c59 100644 Binary files a/sample/src/test/audit/Pickers_time24hour_minutes_device240.png and b/sample/src/test/audit/Pickers_time24hour_minutes_device240.png differ diff --git a/sample/src/test/audit/Pickers_time24hour_minutes_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_time24hour_minutes_galaxy_watch_6_small_font.png index ce0c8163bb..16ae74837b 100644 Binary files a/sample/src/test/audit/Pickers_time24hour_minutes_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_time24hour_minutes_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_device204.png b/sample/src/test/audit/Pickers_time24hwithseconds_device204.png index a6ba0c6e27..7a44dc745d 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_device204.png and b/sample/src/test/audit/Pickers_time24hwithseconds_device204.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_device228.png b/sample/src/test/audit/Pickers_time24hwithseconds_device228.png index f4a249f86a..76acb97ec4 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_device228.png and b/sample/src/test/audit/Pickers_time24hwithseconds_device228.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_device240.png b/sample/src/test/audit/Pickers_time24hwithseconds_device240.png index 9959e8cbf9..7a4abba533 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_device240.png and b/sample/src/test/audit/Pickers_time24hwithseconds_device240.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_time24hwithseconds_galaxy_watch_6_small_font.png index f3bb7b465f..4e47e10d15 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_time24hwithseconds_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device204.png b/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device204.png index edc54b6767..ce6047c49f 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device204.png and b/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device204.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device228.png b/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device228.png index 796b06cacd..925c213aa1 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device228.png and b/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device228.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device240.png b/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device240.png index 184acae7f0..987c443eaa 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device240.png and b/sample/src/test/audit/Pickers_time24hwithseconds_minutes_device240.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_minutes_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_time24hwithseconds_minutes_galaxy_watch_6_small_font.png index 844c6a89ca..27f92c1473 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_minutes_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_time24hwithseconds_minutes_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device204.png b/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device204.png index fb8db88336..4d23d1384f 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device204.png and b/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device204.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device228.png b/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device228.png index ec4286ac1d..8b73cda22f 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device228.png and b/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device228.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device240.png b/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device240.png index 586f3666de..9600527ae4 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device240.png and b/sample/src/test/audit/Pickers_time24hwithseconds_seconds_device240.png differ diff --git a/sample/src/test/audit/Pickers_time24hwithseconds_seconds_galaxy_watch_6_small_font.png b/sample/src/test/audit/Pickers_time24hwithseconds_seconds_galaxy_watch_6_small_font.png index 10464171f2..4783669a89 100644 Binary files a/sample/src/test/audit/Pickers_time24hwithseconds_seconds_galaxy_watch_6_small_font.png and b/sample/src/test/audit/Pickers_time24hwithseconds_seconds_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/PositionIndicator_toplong_device204.png b/sample/src/test/audit/PositionIndicator_toplong_device204.png index d872c1af76..5bb19c0988 100644 Binary files a/sample/src/test/audit/PositionIndicator_toplong_device204.png and b/sample/src/test/audit/PositionIndicator_toplong_device204.png differ diff --git a/sample/src/test/audit/PositionIndicator_toplong_device228.png b/sample/src/test/audit/PositionIndicator_toplong_device228.png index 550834ea62..02fb06d960 100644 Binary files a/sample/src/test/audit/PositionIndicator_toplong_device228.png and b/sample/src/test/audit/PositionIndicator_toplong_device228.png differ diff --git a/sample/src/test/audit/PositionIndicator_toplong_device240.png b/sample/src/test/audit/PositionIndicator_toplong_device240.png index a52645a7b5..3e6ee7eb16 100644 Binary files a/sample/src/test/audit/PositionIndicator_toplong_device240.png and b/sample/src/test/audit/PositionIndicator_toplong_device240.png differ diff --git a/sample/src/test/audit/PositionIndicator_toplong_galaxy_watch_6_small_font.png b/sample/src/test/audit/PositionIndicator_toplong_galaxy_watch_6_small_font.png index 511b04c65c..ebb9dcfe68 100644 Binary files a/sample/src/test/audit/PositionIndicator_toplong_galaxy_watch_6_small_font.png and b/sample/src/test/audit/PositionIndicator_toplong_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/PositionIndicator_toplong_pixel_watch.png b/sample/src/test/audit/PositionIndicator_toplong_pixel_watch.png index b7c0d9e1eb..12e9e74765 100644 Binary files a/sample/src/test/audit/PositionIndicator_toplong_pixel_watch.png and b/sample/src/test/audit/PositionIndicator_toplong_pixel_watch.png differ diff --git a/sample/src/test/audit/PositionIndicator_toplong_pixel_watch_large_font.png b/sample/src/test/audit/PositionIndicator_toplong_pixel_watch_large_font.png index 00388875cd..b5a07e455a 100644 Binary files a/sample/src/test/audit/PositionIndicator_toplong_pixel_watch_large_font.png and b/sample/src/test/audit/PositionIndicator_toplong_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/PositionIndicator_topshort_device204.png b/sample/src/test/audit/PositionIndicator_topshort_device204.png index b44137472d..07ff5eb40a 100644 Binary files a/sample/src/test/audit/PositionIndicator_topshort_device204.png and b/sample/src/test/audit/PositionIndicator_topshort_device204.png differ diff --git a/sample/src/test/audit/PositionIndicator_topshort_device228.png b/sample/src/test/audit/PositionIndicator_topshort_device228.png index 53188aff7d..a4e6bd32b8 100644 Binary files a/sample/src/test/audit/PositionIndicator_topshort_device228.png and b/sample/src/test/audit/PositionIndicator_topshort_device228.png differ diff --git a/sample/src/test/audit/PositionIndicator_topshort_device240.png b/sample/src/test/audit/PositionIndicator_topshort_device240.png index 4939bb2eb1..2d67726725 100644 Binary files a/sample/src/test/audit/PositionIndicator_topshort_device240.png and b/sample/src/test/audit/PositionIndicator_topshort_device240.png differ diff --git a/sample/src/test/audit/PositionIndicator_topshort_galaxy_watch_6_small_font.png b/sample/src/test/audit/PositionIndicator_topshort_galaxy_watch_6_small_font.png index 5e2c7abfcb..d451557ae4 100644 Binary files a/sample/src/test/audit/PositionIndicator_topshort_galaxy_watch_6_small_font.png and b/sample/src/test/audit/PositionIndicator_topshort_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/PositionIndicator_topshort_pixel_watch.png b/sample/src/test/audit/PositionIndicator_topshort_pixel_watch.png index 8adc6728ef..a5fa5d15f6 100644 Binary files a/sample/src/test/audit/PositionIndicator_topshort_pixel_watch.png and b/sample/src/test/audit/PositionIndicator_topshort_pixel_watch.png differ diff --git a/sample/src/test/audit/PositionIndicator_topshort_pixel_watch_large_font.png b/sample/src/test/audit/PositionIndicator_topshort_pixel_watch_large_font.png index 9c395755d6..343b92c987 100644 Binary files a/sample/src/test/audit/PositionIndicator_topshort_pixel_watch_large_font.png and b/sample/src/test/audit/PositionIndicator_topshort_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapatbottom_device204.png b/sample/src/test/audit/ProgressIndicator_gapatbottom_device204.png index 53933b42ba..2d041d3152 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapatbottom_device204.png and b/sample/src/test/audit/ProgressIndicator_gapatbottom_device204.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapatbottom_device228.png b/sample/src/test/audit/ProgressIndicator_gapatbottom_device228.png index ec97337f00..bd341b35a5 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapatbottom_device228.png and b/sample/src/test/audit/ProgressIndicator_gapatbottom_device228.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapatbottom_device240.png b/sample/src/test/audit/ProgressIndicator_gapatbottom_device240.png index 72209c119f..27b424a2c3 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapatbottom_device240.png and b/sample/src/test/audit/ProgressIndicator_gapatbottom_device240.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapatbottom_galaxy_watch_6_small_font.png b/sample/src/test/audit/ProgressIndicator_gapatbottom_galaxy_watch_6_small_font.png index 6cca496089..2fd0d7d519 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapatbottom_galaxy_watch_6_small_font.png and b/sample/src/test/audit/ProgressIndicator_gapatbottom_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapatbottom_pixel_watch.png b/sample/src/test/audit/ProgressIndicator_gapatbottom_pixel_watch.png index 063f869605..d8af198bf9 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapatbottom_pixel_watch.png and b/sample/src/test/audit/ProgressIndicator_gapatbottom_pixel_watch.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapatbottom_pixel_watch_large_font.png b/sample/src/test/audit/ProgressIndicator_gapatbottom_pixel_watch_large_font.png index 557918245c..32f569a930 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapatbottom_pixel_watch_large_font.png and b/sample/src/test/audit/ProgressIndicator_gapatbottom_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapattop_device204.png b/sample/src/test/audit/ProgressIndicator_gapattop_device204.png index a9778c3749..93d645f3f7 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapattop_device204.png and b/sample/src/test/audit/ProgressIndicator_gapattop_device204.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapattop_device228.png b/sample/src/test/audit/ProgressIndicator_gapattop_device228.png index 8bd7293a9e..318f7bb81c 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapattop_device228.png and b/sample/src/test/audit/ProgressIndicator_gapattop_device228.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapattop_device240.png b/sample/src/test/audit/ProgressIndicator_gapattop_device240.png index 2ae2ce9e90..686a2b9b6d 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapattop_device240.png and b/sample/src/test/audit/ProgressIndicator_gapattop_device240.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapattop_galaxy_watch_6_small_font.png b/sample/src/test/audit/ProgressIndicator_gapattop_galaxy_watch_6_small_font.png index 1496616780..50dfebd014 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapattop_galaxy_watch_6_small_font.png and b/sample/src/test/audit/ProgressIndicator_gapattop_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapattop_pixel_watch.png b/sample/src/test/audit/ProgressIndicator_gapattop_pixel_watch.png index f66be8981c..dca99c568a 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapattop_pixel_watch.png and b/sample/src/test/audit/ProgressIndicator_gapattop_pixel_watch.png differ diff --git a/sample/src/test/audit/ProgressIndicator_gapattop_pixel_watch_large_font.png b/sample/src/test/audit/ProgressIndicator_gapattop_pixel_watch_large_font.png index b9440481b6..210a90e223 100644 Binary files a/sample/src/test/audit/ProgressIndicator_gapattop_pixel_watch_large_font.png and b/sample/src/test/audit/ProgressIndicator_gapattop_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/ProgressIndicator_indeterminate_device204.png b/sample/src/test/audit/ProgressIndicator_indeterminate_device204.png index 562b42c67d..e08ba32c4d 100644 Binary files a/sample/src/test/audit/ProgressIndicator_indeterminate_device204.png and b/sample/src/test/audit/ProgressIndicator_indeterminate_device204.png differ diff --git a/sample/src/test/audit/ProgressIndicator_indeterminate_device228.png b/sample/src/test/audit/ProgressIndicator_indeterminate_device228.png index 1572336498..db184b908f 100644 Binary files a/sample/src/test/audit/ProgressIndicator_indeterminate_device228.png and b/sample/src/test/audit/ProgressIndicator_indeterminate_device228.png differ diff --git a/sample/src/test/audit/ProgressIndicator_indeterminate_device240.png b/sample/src/test/audit/ProgressIndicator_indeterminate_device240.png index 14fc4a12cf..bf76f1d4be 100644 Binary files a/sample/src/test/audit/ProgressIndicator_indeterminate_device240.png and b/sample/src/test/audit/ProgressIndicator_indeterminate_device240.png differ diff --git a/sample/src/test/audit/ProgressIndicator_indeterminate_galaxy_watch_6_small_font.png b/sample/src/test/audit/ProgressIndicator_indeterminate_galaxy_watch_6_small_font.png index a9d584f521..b9ef2c8a77 100644 Binary files a/sample/src/test/audit/ProgressIndicator_indeterminate_galaxy_watch_6_small_font.png and b/sample/src/test/audit/ProgressIndicator_indeterminate_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/ProgressIndicator_indeterminate_pixel_watch.png b/sample/src/test/audit/ProgressIndicator_indeterminate_pixel_watch.png index bc98a8d46c..e72b795cc3 100644 Binary files a/sample/src/test/audit/ProgressIndicator_indeterminate_pixel_watch.png and b/sample/src/test/audit/ProgressIndicator_indeterminate_pixel_watch.png differ diff --git a/sample/src/test/audit/ProgressIndicator_indeterminate_pixel_watch_large_font.png b/sample/src/test/audit/ProgressIndicator_indeterminate_pixel_watch_large_font.png index 16b6832788..24c3b3df1e 100644 Binary files a/sample/src/test/audit/ProgressIndicator_indeterminate_pixel_watch_large_font.png and b/sample/src/test/audit/ProgressIndicator_indeterminate_pixel_watch_large_font.png differ diff --git a/sample/src/test/audit/ProgressIndicator_withoutgap_device204.png b/sample/src/test/audit/ProgressIndicator_withoutgap_device204.png index 6f6d6798f3..7c8890b445 100644 Binary files a/sample/src/test/audit/ProgressIndicator_withoutgap_device204.png and b/sample/src/test/audit/ProgressIndicator_withoutgap_device204.png differ diff --git a/sample/src/test/audit/ProgressIndicator_withoutgap_device228.png b/sample/src/test/audit/ProgressIndicator_withoutgap_device228.png index 654c16efa3..e74acb57e9 100644 Binary files a/sample/src/test/audit/ProgressIndicator_withoutgap_device228.png and b/sample/src/test/audit/ProgressIndicator_withoutgap_device228.png differ diff --git a/sample/src/test/audit/ProgressIndicator_withoutgap_device240.png b/sample/src/test/audit/ProgressIndicator_withoutgap_device240.png index 2f786b56c1..6474024d26 100644 Binary files a/sample/src/test/audit/ProgressIndicator_withoutgap_device240.png and b/sample/src/test/audit/ProgressIndicator_withoutgap_device240.png differ diff --git a/sample/src/test/audit/ProgressIndicator_withoutgap_galaxy_watch_6_small_font.png b/sample/src/test/audit/ProgressIndicator_withoutgap_galaxy_watch_6_small_font.png index 3539c77bbb..9417040abf 100644 Binary files a/sample/src/test/audit/ProgressIndicator_withoutgap_galaxy_watch_6_small_font.png and b/sample/src/test/audit/ProgressIndicator_withoutgap_galaxy_watch_6_small_font.png differ diff --git a/sample/src/test/audit/ProgressIndicator_withoutgap_pixel_watch.png b/sample/src/test/audit/ProgressIndicator_withoutgap_pixel_watch.png index abe4ecd6c5..caaa1d456f 100644 Binary files a/sample/src/test/audit/ProgressIndicator_withoutgap_pixel_watch.png and b/sample/src/test/audit/ProgressIndicator_withoutgap_pixel_watch.png differ diff --git a/sample/src/test/audit/ProgressIndicator_withoutgap_pixel_watch_large_font.png b/sample/src/test/audit/ProgressIndicator_withoutgap_pixel_watch_large_font.png index c1a3d7883a..1c00b9ed79 100644 Binary files a/sample/src/test/audit/ProgressIndicator_withoutgap_pixel_watch_large_font.png and b/sample/src/test/audit/ProgressIndicator_withoutgap_pixel_watch_large_font.png differ diff --git a/sample/src/test/kotlin/com/google/android/horologist/audit/AuditScreenshotTest.kt b/sample/src/test/kotlin/com/google/android/horologist/audit/AuditScreenshotTest.kt index ec4cee1a4f..4d4947e2ad 100644 --- a/sample/src/test/kotlin/com/google/android/horologist/audit/AuditScreenshotTest.kt +++ b/sample/src/test/kotlin/com/google/android/horologist/audit/AuditScreenshotTest.kt @@ -27,7 +27,7 @@ import org.robolectric.ParameterizedRobolectricTestRunner @RunWith(ParameterizedRobolectricTestRunner::class) public abstract class AuditScreenshotTest(override val device: WearDevice) : WearScreenshotTest() { - public override val tolerance: Float = 0.02f + public override val tolerance: Float = 0.001f abstract val audit: AuditNavigation diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_5.png index ffd47a11cf..58f1a71021 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:703aeb2083a28bbf4b9f318fd616b414eb2c59dcbe839da29184661bdcf8acbd -size 14419 +oid sha256:31237134998ed8bbc7cc9e5fa9d2f526edb21ada00312aff4e4ef4d25b4a6e88 +size 14406 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_6.png index 5f9612a8ff..6bdd95e159 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b0fe60adc6885d75580390aab2995f6b6901c6f55b9b1234eff6cb1a00798a0 -size 14974 +oid sha256:235d1f556affb15ea1ef8dd6ec5ad60184d5d3d377d2c7e6782c330d41996f4c +size 14996 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_6_small_font.png index fc8a4f206a..a526d52102 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6a0cd0ff82b2eed0c7e3b9517a0bf0c08e76164a379c437bac3641cd67575a7 -size 14827 +oid sha256:b837c98de987b503238de822ea9a35f2163fc08ab97b4190c5384360a1560e5f +size 14810 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_large_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_large_round.png index 058d5ebbb6..b97271195d 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_large_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5baf7b58c6c1a4caf221a5672ce4a42cb8af1c756fa40dab048275f89babd988 -size 15024 +oid sha256:981ad93d7565110e59dd419c679cd76bb3f3102a34f79ad664bc2b06fe43bff1 +size 15029 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_pixel_watch.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_pixel_watch.png index 49dc246f68..aca5e7f9c8 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:666a2515651378da0a7f25136d0879c4c3faea963df053d3eb30b3a7e89a9509 -size 14202 +oid sha256:12ba488c1e5efdc5b12b1a4cf02e6360f4bd672cec24ef72f997966070c6cfb8 +size 14201 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_pixel_watch_large_font.png index 68138bc4aa..77b58ac0da 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2af7d8da74019b852674bde2a5c2e185afef0d1664beb09e8445c931e05d0dd2 -size 15238 +oid sha256:91566b30c5f954b59a367a5874b2d75f83ed5461c0f9837f1cc5f7ccdf26f735 +size 15255 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_small_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_small_round.png index 49dc246f68..aca5e7f9c8 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_small_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:666a2515651378da0a7f25136d0879c4c3faea963df053d3eb30b3a7e89a9509 -size 14202 +oid sha256:12ba488c1e5efdc5b12b1a4cf02e6360f4bd672cec24ef72f997966070c6cfb8 +size 14201 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_ticwatch_pro_5.png index d5ed6775c9..70f919ae5c 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputEn_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82b6ec50c5192d656ea987a77e55066e92f9db791f9265bef958a745ef41e70c -size 15199 +oid sha256:743eb93c6095cd49140719c911fae8a77c73298d3ac3fdfdac03f89d06ddefe1 +size 15168 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_5.png index 54834d903b..8fb7be3d46 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c6ef30590b6b889983570ac76e9712a34f68c130dec7cef72812470c3cdab78 -size 19135 +oid sha256:bb55f986b9e384c5f3030a77c25a473931fe1388b1a2b994ca4c4130bace75a1 +size 19168 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_6.png index 96870861a0..bbb8659d35 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdb10e6474432778be2199fa7c9fe6bd326184cc5bda09b1640ca1d74bea9164 -size 20500 +oid sha256:18a2c6e8706c837df28b7f182342dd9c07931b5470f383b09ece02eb8c268078 +size 20517 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_6_small_font.png index bd397cb2fd..49982eb982 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73a18cf0b09cf49e58c7fb0b7fbfa663c0d444b0b1e38b0be47176a8043408b2 -size 18553 +oid sha256:21806b137e9d6cfafb7d5c2e6ef015fb6dab9bbf2538dc2659fa95511feb4111 +size 18582 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_large_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_large_round.png index ab9609feb5..8bd01cdbc2 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_large_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0605eaad059e175780c0564dd8332bda40edc4194df3b3dfec385265fa4c56ec -size 20525 +oid sha256:c559a49af0106c6100b35becd0e0997dd284ffce9955ee205203e8eef337dfae +size 20541 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_pixel_watch.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_pixel_watch.png index 334ff3e51d..a5ef97b4ef 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62006f8f63182b5eea374d7ed8961a22a150cd01bcb9e217781fb7d862a78c5d -size 18948 +oid sha256:0875c7f0cfcf0df998aad12c0f4a9222fbb370008832bb53ffc7e91f0c8076d2 +size 18925 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_pixel_watch_large_font.png index d8ea6f4036..89874a0079 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb5fc017c8a460830fc5adf04b796850d8abb835772ff986f6b5cf83eee7a911 -size 21038 +oid sha256:521f870243b766ca0bff7f132124fa90cbb8aa3aa3a2a9e842b3e7980607add0 +size 21093 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_small_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_small_round.png index 334ff3e51d..a5ef97b4ef 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_small_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62006f8f63182b5eea374d7ed8961a22a150cd01bcb9e217781fb7d862a78c5d -size 18948 +oid sha256:0875c7f0cfcf0df998aad12c0f4a9222fbb370008832bb53ffc7e91f0c8076d2 +size 18925 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_ticwatch_pro_5.png index 32616d0246..ccbed54e9d 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputKa_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a26b165836b81fc6e7d1c5c3be49f4eeaaa6fa51d9ca9d5dccdcb533b1121637 -size 19483 +oid sha256:0abe7e779e1e291e1a8bd627d4fd4ad6d4d86dfb8b7d89d98eb278e40a364440 +size 19495 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_5.png index d499b8d9e0..b531cf997b 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c41f1574defa604be067f4a7ad604c29975eeca72248ece0c0f6373eeb235a8b -size 17371 +oid sha256:804692728c1630eb8cdacd395485b4d27b7146747bbfecb323d55d596d0e4908 +size 17380 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_6.png index 86405a4d21..cd2f0f8cca 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16d0120a7647f777735979d698bfa2cf2c32650cfe54d7f3bf36e171912d8bdb -size 18538 +oid sha256:77afc581e48ed616322ff316cabf60454362c44ffbf44eb3d3eae7c1a7b6e754 +size 18567 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_6_small_font.png index f23554a4b9..acd0e1df59 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0560d063e5611924d80da242c6b30aeb83c84a34c954ca7f5535604068bed221 -size 17503 +oid sha256:63ffc7a63f20599885f09a65908a8b8452ee0d668b740d3b44c02ae9fc61f543 +size 17518 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_large_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_large_round.png index 7a4a2b06b3..0db999fe37 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_large_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b32b639574bb7c486f05c0d20595cb7fe36fffffdab8aff7383469f2f1934378 -size 18577 +oid sha256:a9c515dc81149820acb706934123b6bccb762f51e9deab77a557f04e096981f2 +size 18601 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_pixel_watch.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_pixel_watch.png index 796195e2ec..31a07ac375 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed907c4504690ab1bcd4aa710856e9c5c1a9cf024a878a2df5b0b113cc827686 -size 17204 +oid sha256:c1a35b132cbd026547ece0630707f0a2567b99e90bffbb3f9c69cf611eef3c08 +size 17200 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_pixel_watch_large_font.png index 93e11c3f74..9d0bf0c718 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1edc8aa5a075272ffe1461a8db271c0aafa6b902f0b8feb31512f81f8c1d850 -size 17667 +oid sha256:b287b806438605dbb09578b392bb36da098dc58ca9362138e7aa00f3ac8304b5 +size 17673 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_small_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_small_round.png index 796195e2ec..31a07ac375 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_small_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed907c4504690ab1bcd4aa710856e9c5c1a9cf024a878a2df5b0b113cc827686 -size 17204 +oid sha256:c1a35b132cbd026547ece0630707f0a2567b99e90bffbb3f9c69cf611eef3c08 +size 17200 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_ticwatch_pro_5.png index 0e80d3e53f..909b646114 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputRu_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f054bc4c5be0d0c388e6ab5830e57b1a3867404aeaaaad13518e3896c54fc2ec -size 18044 +oid sha256:dce2492a51f6a7e4e6c315df0642149ca95c118d2183cefce77257b50ba8118f +size 18076 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_5.png index 06c8e947f4..a114b779d3 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:624991ee4d8fb3088319e53a45c7f07ca2dcab064d5a067aa149ff7a41a2e67d -size 15830 +oid sha256:558ea1611413ef8237c4da682ea4344519423e948068f0662c364267b53becfe +size 15838 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_6.png index f02d9b3b9f..d365ce938d 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fb825d2110812983139c39e207eb520a37403cd7ea44c0c29ad14acddef2c7b -size 16264 +oid sha256:6cf2132237d3ac88f68c45fdfdef599e06b6917c81587f8fa5ed12beb1382f69 +size 16296 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_6_small_font.png index a4a44153d6..e7bd8e5680 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29f134b14f85cb79c2c5bc91faa52a7555813701a14f6f3596cc349d6fcb9634 -size 16014 +oid sha256:2e318bcb808ac5251fcd301931a6ad94281259863272e583133e37f72cf880ff +size 16028 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_large_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_large_round.png index e453640191..a724472038 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_large_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c561dc2b0163091a5640bd5a438789a08967b8bf0ce6c0cc3ef25df0dbd8eb3b -size 16346 +oid sha256:d8aa566a0b637973551bde99f256eb1935528decb6441786fc79dfdd96d392f4 +size 16353 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_pixel_watch.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_pixel_watch.png index 6c2fd82065..bd2d592c78 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30f39479e7cfe78f63896434b650d0cb1f89d1975b7101edec6616c3023f3e36 -size 15650 +oid sha256:b35c3e5ea40b5dfa813d70b107f37d0fcf76c63087490e616f2a6ece7d27b3ad +size 15642 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_pixel_watch_large_font.png index 3cc525990f..aefa3146df 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bea807af257d7ae53bedee93842e0af82d0660927466dff584a97898f5cb0e4f -size 17076 +oid sha256:18a0454bcbe93910849411367b3d3251339deb91facfe73e9ef94069549b9082 +size 17067 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_small_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_small_round.png index 6c2fd82065..bd2d592c78 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_small_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30f39479e7cfe78f63896434b650d0cb1f89d1975b7101edec6616c3023f3e36 -size 15650 +oid sha256:b35c3e5ea40b5dfa813d70b107f37d0fcf76c63087490e616f2a6ece7d27b3ad +size 15642 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_ticwatch_pro_5.png index 4098ca385a..7ada25dd0f 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_changeAudioOutputTa_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b001673c45487fca283a1e5d5bc8b204827f0971c4fd0c76c4191fb5a7d9b8d -size 16516 +oid sha256:2bfbece827033fb9ce4fa5193f511a6cc1980ff32479377a52808a22e448f1fd +size 16521 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_5.png index edfdfa6f10..d0ed09044d 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c6061547f8f31aad7be3cfb8c2dd298b7e836217499203d3231d4989feda84b -size 14794 +oid sha256:5f669ddd719717c40b85e9ca249f9668372a17a9827ed21268ee0f0712e9bfbe +size 12414 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_6.png index 257713ef1f..f3ac0ed8aa 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fddbdad8049818ee3f0d27a085d9f355f17f474af6032e03726043c3f130340c -size 16017 +oid sha256:cec7f2d9ee9c84718d1d79478d5b5a8e6c982cae538b75a34f16e14e1d9e261e +size 15403 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_6_small_font.png index 16e04a8c0a..206ce91c41 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc519408da58a1d682a55adae07c84a9ff5d99884b5867f6e9063d1ee49bf70b -size 15597 +oid sha256:0011aca66291dd1adb230498e886edefad66c3ba798f3ef13b123e70bddfaf20 +size 15599 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_large_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_large_round.png index f58dd07b6f..338a395d0c 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_large_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37f800ca2c4f7977f95dbdda05f9b3d8b3d296a7f2fbde62d03b5e6c12a474a0 -size 16023 +oid sha256:fd6b8dd55346ee6b11fa5fbc2ecae2fd76fe197849d54914e62601db452efb24 +size 15503 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_pixel_watch.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_pixel_watch.png index 61a3e9d833..d8fe5ded53 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3b7b3846a107fbdabb0450aa1ca43ced31d361aa43a5a9122f914f6cb926989 -size 12801 +oid sha256:534e519f399fdbbd0ed1c75f894f10d972ae0a6d85d9a77865b9aad0518d0baf +size 12791 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_pixel_watch_large_font.png index 9236e86e1f..8b7a029299 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52bbf45e7b847bc73e4f4ed036e832bbc74231108e3401c7864b5a29c3e3e2e0 -size 13481 +oid sha256:7ec7fe19c27cd2a8d57e4cc6d2bad81dc3f27d1795b4d83bbcad38e90f910581 +size 13476 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_small_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_small_round.png index 61a3e9d833..d8fe5ded53 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_small_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3b7b3846a107fbdabb0450aa1ca43ced31d361aa43a5a9122f914f6cb926989 -size 12801 +oid sha256:534e519f399fdbbd0ed1c75f894f10d972ae0a6d85d9a77865b9aad0518d0baf +size 12791 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_ticwatch_pro_5.png index fa2649447c..b50064bad3 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetoothScrollable_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7e5696cdbb830a13674e809faec67c38ba2a14bd8de20c5710d4578114ef4d9 -size 16183 +oid sha256:69dc617c36e084b7bcade8d456c16c841d89f10013f20d65c36b63e5263ff31d +size 15661 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_5.png index e355a7bb87..25d6c22973 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:520515e558ded1aa9ac5edca784e7f280a967a3c70963daa435133636a86ed6d -size 12388 +oid sha256:c23dc92d07fbe267aa551bed8a94fca18410341eeb7a6388f6398691fa007229 +size 12390 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_6.png index 6b187abdaa..e34d095106 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c239541b26bdfa324f8381a38fe6f7c9e4612a1a324d718d91a46441893deea -size 13356 +oid sha256:933860b7858d69b164d2c56a82b84633713fa8ae8cd75eb2252386a0ea68f9cc +size 13376 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_6_small_font.png index 887dd546a3..4469617f4a 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ad7009d40f39dd2040c65fc8a2b97b058700e8a2b08522485405cbcb65bb219 -size 13320 +oid sha256:9f499442150f97e2d1aedad6c0d56f96c5b8187259220f772c2f1cee0f2d4c40 +size 13307 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_large_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_large_round.png index 72e07ea7a3..a0e0d95115 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_large_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d959ded695613f0770ed46764251d5f8b42bd984d92265b750b07553483b6f6e -size 13403 +oid sha256:726e01f571b6bf8f2ab44d4eea1bac637befd5f5011e7466da731afea48679d5 +size 13408 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_pixel_watch.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_pixel_watch.png index 473ad19b31..7ffcf43393 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5981d4a245a30e42878b929dccbe27f15001ec50dfe1a622d6ac3d7b4294e1ac -size 12765 +oid sha256:ab04589b10dcec5a32eebfcbf5b8e4f23a0c7089c4449d58b6cdea60b1896fe4 +size 12764 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_pixel_watch_large_font.png index fb6d470c13..f7639d8741 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaa2aa3fc7a64f365ccb10fefc133c00ff735a595f47aa24981e9462fb5cbdac -size 13457 +oid sha256:2e1192f3b7249b93dd90ae956859407d16b9b7837936a597f5da9c2dd8b11209 +size 13473 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_small_round.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_small_round.png index 473ad19b31..7ffcf43393 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_small_round.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5981d4a245a30e42878b929dccbe27f15001ec50dfe1a622d6ac3d7b4294e1ac -size 12765 +oid sha256:ab04589b10dcec5a32eebfcbf5b8e4f23a0c7089c4449d58b6cdea60b1896fe4 +size 12764 diff --git a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_ticwatch_pro_5.png index 27c0d18434..884e9fb705 100644 --- a/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableAlertDialogTest_turnOnBluetooth_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89c3a0bd520d7d033d47e32ae0f256b822c955dace602a6f25099ebb317bb158 -size 13580 +oid sha256:dd8d5ccca27cd32cb80fd83b2376597f603a17e5843210278b7d6ba1f10226f4 +size 13548 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_5.png index 7b4c7c3dae..9ed673d6eb 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7d8cda308d52f03575d3e4e5b26995d26280453d84d1afe6d51ab2a1a9ded8f -size 11735 +oid sha256:9b9979b7e5dc11c4880ad7afe4dc24d2c53e1acd4ebcf595b0dc2aa365c5e690 +size 11738 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_6.png index 8ba6d72588..ef84a1833d 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b6af961727ae4c1d875e0cee4a714b1f0477167e41bfae6fc4f845799201075 +oid sha256:b380f66dbadd72e9eb4bbbc3f20decdea1f2ab1a292f024760d722c885f7461e size 12813 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_6_small_font.png index 1fd744dfe9..fea6fd5e05 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acaf2be3d51c74211a7a32f51610631f9fec154b5c2ee4c8d72156f058a30a04 +oid sha256:734dd645f03d368268f1d7e7daaf795bde0e230ff9967c33af0e4d8bf94ba102 size 12524 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_large_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_large_round.png index ceafe2f827..484380640b 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_large_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64af3eecefdb6b31c604a0875c097662077320e9ad74ee2553a88c54bb843f63 -size 12844 +oid sha256:c3c1388911ba0d41a56ecd90e41d34488379d90141c35f185c8120a635f3e78d +size 12843 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_pixel_watch.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_pixel_watch.png index 8acce79783..1fd61fdeec 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be365eeccff4bf7f1c33d53717c9ee9aac7daa129361cb6ec653924a28e28dce -size 11575 +oid sha256:870c1899881354cef6218c2d28ee2433a39c2d59c067158cd5c2b97eb8194cf1 +size 11577 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_pixel_watch_large_font.png index 9ebd4e1e5c..9bacd3343d 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acba304100766e43ed8fa8e2ce5932d99526ca820cbe7201f84f6970179992c3 -size 14074 +oid sha256:a03f598fb73c0c3900f710873f15b2538a0b70ae2e3ddd625da1fd69324d6752 +size 14072 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_small_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_small_round.png index 8acce79783..1fd61fdeec 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_small_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be365eeccff4bf7f1c33d53717c9ee9aac7daa129361cb6ec653924a28e28dce -size 11575 +oid sha256:870c1899881354cef6218c2d28ee2433a39c2d59c067158cd5c2b97eb8194cf1 +size 11577 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_ticwatch_pro_5.png index 8aed142afb..03ab07f364 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentEn_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:148d285fe5509c914db03301abf2f6fd544245f1f0129bcea3f641857feeea8a -size 13021 +oid sha256:c24552973406d1614301ef307f809e916f2bb28cc6a8c170d33e1095e17f3afb +size 13022 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_5.png index 3f505e6b7e..279b5987d8 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34b8325943228d9aef3c0c91e13ec696ebb6912150a2d6e169cce2b171945c51 -size 15773 +oid sha256:5f9a327f6282193f0a3a70a45501774ce21d52920aef6d36e33d3e43a28c04dc +size 15772 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_6.png index e8e9213b56..583ec982d8 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37208c8c3a1bbdc0aab126a5003b9c44c22b8d6a97edd60cf944add5816e2157 -size 16882 +oid sha256:ae9c1827c2e644ed76df813207d039599825ac4d884bc24508b8332e13b16953 +size 16886 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_6_small_font.png index 6d1820572b..feac73492b 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b037611ece09a9713ee631186e0741f60c24b281561ff0b7525e979d4d441186 -size 15188 +oid sha256:adfe99977cf48702cd64150648199da3b2982f1b7dcc66ab6572f0cee9a495df +size 15189 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_large_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_large_round.png index 1bea3e8521..80b7ee9c59 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_large_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:041da95dd1abb41a271ac7b2f530856acfccc19f1a6332537d3d6b583811124a -size 15832 +oid sha256:80478deb0c3b80cb9d1ac74d271169678af8df34b24a0cbfd568ca26a14b6ca8 +size 15833 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_pixel_watch.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_pixel_watch.png index f8538b2e4a..8d0d1f7311 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba839e900af7c6ac92904fa7296a9573daca8d7f24c2f737b32bcaa3e6c0f7bf -size 15486 +oid sha256:4a589f7c6d336f9ffcd381ef2a20a1fd78de12fde93ed0540aa4f96ba45c4330 +size 15488 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_pixel_watch_large_font.png index 3cef1f8d41..8eae2e7474 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:837984eb14e0c74074429a7194c9845277004201e44b975e1760b53633f3bb80 -size 16866 +oid sha256:7602b470efcdfd7ca8762ca49a176fe8198693395e96ecb1e4a4cb7af4e443c2 +size 16867 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_small_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_small_round.png index f8538b2e4a..8d0d1f7311 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_small_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba839e900af7c6ac92904fa7296a9573daca8d7f24c2f737b32bcaa3e6c0f7bf -size 15486 +oid sha256:4a589f7c6d336f9ffcd381ef2a20a1fd78de12fde93ed0540aa4f96ba45c4330 +size 15488 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_ticwatch_pro_5.png index 871e89ca98..b553de1ec3 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentKa_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c500246d213e98eace60ec61eae21446bc1feb37e8c1eca2da8b83291b74b63 +oid sha256:3f53d361e80428d1a9774fcb3e5251216500edc4ed73d349a1e7b4ccbaeb5c29 size 16033 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_5.png index 7ee2238ee6..679677d93d 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8a670ad6adbb756273e40ba7420ee2dd9fddaa82f8938d36da104ccc049d69e -size 12551 +oid sha256:d77f7efd76a1991b3330705593aa773a8557f0752e6d5a602b4ca9148ad6fa16 +size 12555 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_6.png index 10cbc0286f..2d646550f2 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a529a1f5f3e450a26476a7fdfcafd09b5785a85f19cd2bd886c7d945c69ede17 -size 12957 +oid sha256:1d748de53888a2b78550af59e451d55aa04ae71385acff1f45f80c87c49a178c +size 12959 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_6_small_font.png index 55e24e17da..37cb7b1634 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db7b911ce4e485524e429ce5f1ff468f798530077f21603990181c4fb8937278 +oid sha256:c4f6ed15788849cdefff61fd502ecba43526930139ac366c9210697381bc7469 size 12615 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_large_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_large_round.png index 54acdd2226..2990b2c27b 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_large_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f78f51154102d8841d49f5a69f2243620d2013e21ed611ffcb71389c6fdd9fd -size 12995 +oid sha256:b0cb7e14ca5d5ee79bff1939c3d34904f476b6c893046de168d997da91fd12c9 +size 12993 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_pixel_watch.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_pixel_watch.png index 137a751707..2df34442b0 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef1733b7871ed1cb888cc1b547c6d4509c718cd2b60ced678d74825097e78406 -size 12134 +oid sha256:ba1806ab30338fb903b8e58f3464f5a51fc6e86beb91afceefbca0fcdd9794ac +size 12135 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_pixel_watch_large_font.png index 3c97c77f00..18a7919898 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bab2f0daca200c1698b814d637a263e5b4de2c8b039b3ca0516b4f533d4e89f5 -size 13557 +oid sha256:3ca7cd148589aadc70e6eabff0280f83b00db9559a3f1262717785f8fa3eb162 +size 13558 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_small_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_small_round.png index 137a751707..2df34442b0 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_small_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef1733b7871ed1cb888cc1b547c6d4509c718cd2b60ced678d74825097e78406 -size 12134 +oid sha256:ba1806ab30338fb903b8e58f3464f5a51fc6e86beb91afceefbca0fcdd9794ac +size 12135 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_ticwatch_pro_5.png index 9cadd0b0fe..855141e613 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentRu_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7766ccde4398efc4bdf23ae49442903813176cfe44df7270d1d3e0263b023dcb -size 13189 +oid sha256:70cbce7a9bc78e2be69363ec76f5824c783e9d13af8d21802a9ff7b110e79456 +size 13192 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_5.png index 4bfb959ec3..275fc9a17c 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a53b23587dc7d2eca0214a3924d4dd4f92f94e30165c8b7145c28297fb84821 -size 14915 +oid sha256:0d882894ec0f32a928dda67fde183087f32c2585aa7fb9b05872dc295d0e085f +size 14916 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_6.png index 1d218a348d..f640ff8dbc 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:324ef48c7fab5b3ba498d0d0e24f4ac76b574223b7ef8e24d440c4375f3688a4 -size 16040 +oid sha256:0564e1fea3c63906fe6a91afd53f68eb1acea50ede36a483b3a317a2c66baffc +size 16044 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_6_small_font.png index 897e6b208d..06cfe1b418 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06541ad2c60b7e2bb84c7667485059b50b2fdcb4aa9c78ca63aa75ef4ab96ff2 -size 14756 +oid sha256:30804fd1385117aec245781ab955c232d326469d77065a44f1a38d7a476afb16 +size 14758 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_large_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_large_round.png index 89cf43ae35..48ed85ac98 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_large_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94260496029ad38610f578274d60e7c490325543d11c1ff9a7d2755e29d38688 -size 16080 +oid sha256:714d87a7733b430fab5f84f405f4cef7a28b858f9ab342b3fd48ffd99541f603 +size 16077 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_pixel_watch.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_pixel_watch.png index 5fc38bbd07..ff7b8296fe 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4204dadc6447a2f471f409d5306639dc02a44a9344648b9445acece5e213c539 -size 14445 +oid sha256:dfdb36eaa84cfa04d686fd75ff08cc162da578a8ea4ddb5fb9445c9983a5c1fe +size 14443 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_pixel_watch_large_font.png index d08f39226f..fff3d63da0 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d15075d773b02d5e77c7254678aabfd5959f5d0cccbc766d5bc7b6d09f868cb6 -size 15201 +oid sha256:89fa393f90e96cf2dde8aa6eafc243104034e5c2110ff88abc413f08efd66af2 +size 15197 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_small_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_small_round.png index 5fc38bbd07..ff7b8296fe 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_small_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4204dadc6447a2f471f409d5306639dc02a44a9344648b9445acece5e213c539 -size 14445 +oid sha256:dfdb36eaa84cfa04d686fd75ff08cc162da578a8ea4ddb5fb9445c9983a5c1fe +size 14443 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_ticwatch_pro_5.png index 77900f734e..8253bdeaf3 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentTa_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c346ef8aa6c2e3735f153d0e6fee90ec75c77e321d9694e2e6bdaa43140ad6ff -size 16287 +oid sha256:4c2d315f7378b816dd008e82e4afed4c8067a331e69efc82d5194c38defd0e1e +size 16285 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_5.png index 93cb8cf4d4..b6c51c3b8a 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0111a2aeadc58427287b52fa95cdd2bf743b6518e0ae9c4dc3d46d47f9fa849 -size 12216 +oid sha256:1ed842833e1c3cee1890ee0c85e20256c4788b47767e3bc2e1337ea59c2a89bc +size 12213 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_6.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_6.png index 524ba5047b..22b70f5e83 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_6.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ccc17516dece197e07fde62494f9578c24455d6fdd4d271ab08049cb6f440b4 -size 13286 +oid sha256:f4aad38792c0ccd115a83a2a189b42c277f23f56ee8089e117f7e002bc38abc4 +size 13287 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_6_small_font.png index bb15653615..eb5d3973e9 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d443e1d3920111f61154143c428167273215fac864bd0219a802bdf130eef1d9 -size 12995 +oid sha256:d07f9fd9ddc25bde55e0ad6cf8f04f43f2015c611ea525cfef029e1e35ca981c +size 12997 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_large_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_large_round.png index 0fd97800af..64d66dd2f1 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_large_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cd7448631bc23f3e37b82f9ec56853a9275174061219f4bff0059030cdce0d9 -size 13324 +oid sha256:145c901413832da4d8873184c2d31ee53dbc3126cf3d0c1e74735827147e06e1 +size 13321 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_pixel_watch.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_pixel_watch.png index eb79d97e3f..bf062fa32a 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_pixel_watch.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc44a5c173af160778dda863da6000335a7072a5f7f06fc4727300689d29853f -size 12058 +oid sha256:949e4e1cfe8feace31478f33e3ed9edc7c4de2fa02e0ce403b6ad1ac9375eb70 +size 12062 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_pixel_watch_large_font.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_pixel_watch_large_font.png index 4da0115d45..8ccdd42a40 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60cc5aadcd47b16f86ff4156acb51cd18c1e41760d3acb2a93503e06a0078d97 -size 14634 +oid sha256:37b07106d731b64fa42818f5ca8afa47fc3605c98f4b051686c75da94fbfd9b4 +size 14633 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_small_round.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_small_round.png index eb79d97e3f..bf062fa32a 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_small_round.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc44a5c173af160778dda863da6000335a7072a5f7f06fc4727300689d29853f -size 12058 +oid sha256:949e4e1cfe8feace31478f33e3ed9edc7c4de2fa02e0ce403b6ad1ac9375eb70 +size 12062 diff --git a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_ticwatch_pro_5.png b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_ticwatch_pro_5.png index c7d19ca4e1..a407756ffc 100644 --- a/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/NonScrollableConfirmationTest_confirmationContentWithIcon_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83dfef1134118c3fadb7a7e93dfc898bbb84f3e104b4c2ec2d78eada21b6bd60 +oid sha256:888988a071c49e4b4b9258d456b0094b67f7f18930bd1c7e6f491d6ec5f9a386 size 13510 diff --git a/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_5.png b/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_5.png index 834da4968e..fc604c295b 100644 --- a/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_5.png +++ b/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1c23e01fd70dfd3799166b5cf31e32cd49a049475307145f69044f23966f544 -size 28690 +oid sha256:ca7ff34951b2527db27d826ee8a8fc6c2addad0e5e88e6402937bf4eaaeb0866 +size 28749 diff --git a/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_6.png b/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_6.png index 1ffb580f13..69c4255155 100644 --- a/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_6.png +++ b/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:864e083e436c8d6802fb8136017776e1994165d9bde9fe4a35ab030c926674d0 -size 30498 +oid sha256:f58f9c3ca15aeca4a10c279e6b480b9747d9f43bd298a93445971e1686238de3 +size 30510 diff --git a/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_6_small_font.png b/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_6_small_font.png index 24654eb792..4406ebb076 100644 --- a/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_6_small_font.png +++ b/sample/src/test/screenshots/SelectAccountScreenTest_galaxy_watch_6_small_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7e2c295aa530acf8ef93498d69ee03e33082799343a50024363a48e232178d0 -size 29077 +oid sha256:7f3825905cedfad9ba8559f4d8abb654e6297137f801aca62280e0c808a98a3f +size 29062 diff --git a/sample/src/test/screenshots/SelectAccountScreenTest_large_round.png b/sample/src/test/screenshots/SelectAccountScreenTest_large_round.png index 8ae3c91fc3..58578612a3 100644 --- a/sample/src/test/screenshots/SelectAccountScreenTest_large_round.png +++ b/sample/src/test/screenshots/SelectAccountScreenTest_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2654f57d41e7aef7d59e862e261d086f903a89517af6626fa3a0483bcb67e271 -size 30587 +oid sha256:bd43a35fb0d46f06e327353c44bdc5a07a92481164f4927dfed2e3b64149b20c +size 30593 diff --git a/sample/src/test/screenshots/SelectAccountScreenTest_pixel_watch.png b/sample/src/test/screenshots/SelectAccountScreenTest_pixel_watch.png index b93034e75a..348247184c 100644 --- a/sample/src/test/screenshots/SelectAccountScreenTest_pixel_watch.png +++ b/sample/src/test/screenshots/SelectAccountScreenTest_pixel_watch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:089805475cca2994594aede774ecccaa8228da0d483566dce7ebfb01a0bc62df -size 27766 +oid sha256:bf7ff27dc31ead303918bdaba0d1f5dba980fc7f249869afef85eee71d5d1d22 +size 27789 diff --git a/sample/src/test/screenshots/SelectAccountScreenTest_pixel_watch_large_font.png b/sample/src/test/screenshots/SelectAccountScreenTest_pixel_watch_large_font.png index d958b35928..291b37e743 100644 --- a/sample/src/test/screenshots/SelectAccountScreenTest_pixel_watch_large_font.png +++ b/sample/src/test/screenshots/SelectAccountScreenTest_pixel_watch_large_font.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8fc8756a036a17cef1f774c455f699d1aae2ee76f83ed131dc3bad2b271a700a -size 28495 +oid sha256:bdd5d27a8a66e6f5dec1a38845f7bc3c1189e1d4cfc6ce5504a17cf14691aedb +size 28478 diff --git a/sample/src/test/screenshots/SelectAccountScreenTest_small_round.png b/sample/src/test/screenshots/SelectAccountScreenTest_small_round.png index b93034e75a..348247184c 100644 --- a/sample/src/test/screenshots/SelectAccountScreenTest_small_round.png +++ b/sample/src/test/screenshots/SelectAccountScreenTest_small_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:089805475cca2994594aede774ecccaa8228da0d483566dce7ebfb01a0bc62df -size 27766 +oid sha256:bf7ff27dc31ead303918bdaba0d1f5dba980fc7f249869afef85eee71d5d1d22 +size 27789 diff --git a/sample/src/test/screenshots/SelectAccountScreenTest_ticwatch_pro_5.png b/sample/src/test/screenshots/SelectAccountScreenTest_ticwatch_pro_5.png index 23102b10ee..518576e599 100644 --- a/sample/src/test/screenshots/SelectAccountScreenTest_ticwatch_pro_5.png +++ b/sample/src/test/screenshots/SelectAccountScreenTest_ticwatch_pro_5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:265ee6659e606ca64a9029dfaf5be7b3358fa5ce55db7692f9cbaafa28e55395 -size 30546 +oid sha256:0a0c086ee093208b5031ec96ae05d8642597c408f0d9b59baa4b30086f7d9888 +size 30607 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[0]_mobvoiticwatchpro5.png index 2a62da162a..e9f3967d1c 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:176aa716bcb31a0f41028413c145278cf419e5259c23b46930bd0478e5fd6bd9 -size 20195 +oid sha256:d051d5cb8d185f6871b7939ca518d1566610274be4dc942eda20baade2c0d9a8 +size 20008 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[2]_samsunggalaxywatch6large.png index 3a5dfbd751..8008b822bd 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2305fde0356686ccabfd7dbec9d04a226d1cbda1f608b0cbb69e4b250e0faf28 -size 20832 +oid sha256:066dafdd3572831cde7a5d0af4f7665bc0f09535cd2eb3ad9c1217a9b5e761de +size 20508 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[5]_genericlargeround.png index c3f1a29a06..92bb42556a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:569ead7e210ea5d55ccda588134d41953bcc123cbdbbed84e8d3ef0b22b38c2c -size 19577 +oid sha256:00758a96002909e342e9b23c15aef333f08c9b90146a8078babb6852b1c912e3 +size 19341 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[7]_largedevicesmallfonts.png index af70809dc2..e84d7872ad 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_fromDatePicker[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8199a09f6309ba3b4afe57131003d5720b1a1c68d9c390e822b18e4f72e1ccc8 -size 20206 +oid sha256:0474aea3ae1bf770c8ec3cf321cf77c07e9036201912fce1cff3d90774e9b28d +size 19952 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[0]_mobvoiticwatchpro5.png index b1155f8e48..dcd97b44db 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8539486ffe95b96d393104f7421698cdbefd5bcb8c749d438ab0fa1504ebb9f7 -size 20970 +oid sha256:382e22e0dd7f1fd70c1c34f2782e1864a4b5cf36486712b7130118833bdf6c1c +size 20761 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[2]_samsunggalaxywatch6large.png index 0aa1e1691c..52968c3d3a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb8c6bf26d1c081d3a91c8fe2152e9f11f36b034dafccf0f4103f8d525c6226c -size 21721 +oid sha256:07834387c496eaa4a633575d6f5292d4a410e81b7d66f4658ffdb01536a7d814 +size 21276 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[5]_genericlargeround.png index e3c3f058b4..bc3f1d0792 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7558a44078d743b80577efa20baa0ffd9cfa159b0cc91806e62c5a5588afba54 -size 20259 +oid sha256:283e374850a32052e7b6671c254f2a3208bcd270bee56ffe20dc250081f7c761 +size 20111 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[7]_largedevicesmallfonts.png index 4369a1881b..527022a15b 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_screenshot[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9331794bfa432e5db5a5ff4621ee31ee7751d5ef19d530372720594cf11f43f1 -size 21096 +oid sha256:19581eb7c8d71c7b9366b0c2626312ea7a93c37012c39abb217c7db264963db9 +size 20753 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[0]_mobvoiticwatchpro5.png index 88a6645f95..fd6d98c5e4 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e41b6f76bbfd67bb29add2dd7280e9b7a8fe2cbfed4537a8a20d0bbd449e088b -size 19946 +oid sha256:813f2b7b4fa40d758a4564deb67c7ded6a2998088a95df749588900ef968ecdf +size 19756 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[2]_samsunggalaxywatch6large.png index a53a25d5d4..a63f805569 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03384e9108a570c3459793a846f707edf2ee75d3cafd7ccc64701b443562c8fc -size 20748 +oid sha256:eacc12a8174cd57254d32a05037eb20b18aae7a6027f59a46f7ca10f30ca07fd +size 20353 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[5]_genericlargeround.png index d5f11daa36..0f716d3aae 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71ba00599e1f379fdc93baa879bf2cd74a355159a9633948523a0a7bb7343c0b -size 19318 +oid sha256:c6d30109e28e5e26b1d911a2ee5119e72b88e61b72e70a31004cdd204d3543aa +size 19182 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[7]_largedevicesmallfonts.png index 7e72e842c9..a2b0c7e7ee 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DatePickerTest_toDatePicker[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3882f37adac8a38fb78f3e0ecaf7b8869a74b5d312a0d64f09496795203b0a7 -size 20025 +oid sha256:e726c26a1ccbf66ac4597cff55164511869abb536a19c8607b74187b808c3238 +size 19735 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[0]_mobvoiticwatchpro5.png index 1a0205b373..11cb0a1bfa 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef55627ec8a1a56a4b60dec8df69695155546cd91f176cb899167f51d80c6ed3 -size 10660 +oid sha256:34a62da28da16fde3a5d098ae22653f288212b94c4f54ca47c6f04643cb4b043 +size 10658 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[1]_samsunggalaxywatch5.png index 4bc3666730..e958e8f483 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15b84ce034c5af1c64fb8911a7f430f7716edf106152df52e0e67fcc4be304b2 -size 9806 +oid sha256:6c839d0528dcfbc538697715be6d3e57a5ea1315d93ffdabe4c8b33d97ef7879 +size 9808 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[2]_samsunggalaxywatch6large.png index 717c77b28a..ade4b2574d 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e40482c849c28f81c0942f19c2d8900ee69ed68e65152fc1ce890cd7ffa416c -size 11296 +oid sha256:9a8ded87c10dee7b83ce14661d41760ad92b3be1701d0b004facd11922974214 +size 11299 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[3]_googlepixelwatch.png index 0adc5d712b..fa9a3b989d 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:357130b0d6a4415c10426ebdfad05a4022d32a86cf861b5e7ba53beede1f9e65 -size 9670 +oid sha256:b6e7e7a7e2e88a4dfe7f336da85926696d5c2d97a73d82e39bbcd4a9ed7457a3 +size 9669 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[4]_genericsmallround.png index 0adc5d712b..fa9a3b989d 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:357130b0d6a4415c10426ebdfad05a4022d32a86cf861b5e7ba53beede1f9e65 -size 9670 +oid sha256:b6e7e7a7e2e88a4dfe7f336da85926696d5c2d97a73d82e39bbcd4a9ed7457a3 +size 9669 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[5]_genericlargeround.png index a155dba2d6..020f46d1d9 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:991d5f71ba44315206ed08a3a8883e89650c2d19445982df5d4c6f8d348f50d4 +oid sha256:009355d142776fbc09c4ddf7e32ec86db55dcf83d3b0a565d100c3d08f504823 size 10465 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[6]_smalldevicebigfonts.png index 8c8aad2bac..e6346f0f6a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4b328b6c46659a4f0908e0b743fc9c29f952860bce6841b071e06af25381a5c -size 10552 +oid sha256:9a027c9466702757b237772d85d67abf1bcb1b74e27860d1823f839c35938e1d +size 10553 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[7]_largedevicesmallfonts.png index 4576af3e5f..0a3b7e9a75 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_alarmConfirmationScreen[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6566537044d51acb785c00e8d840153e3bb9d3269c39eb2b2335072795df69e -size 10537 +oid sha256:deca526210e57bcb254ac7d7dcb17278beab9d2fa2c9e4e7c1986f5ee34e1f6f +size 10535 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[0]_mobvoiticwatchpro5.png index d2f4b72701..914e5a67ae 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91d4ab52d970c8b44ec59a761db10997835411146f2a6f97b6e5f48c430cd4df -size 19346 +oid sha256:086c1a71f05767597e1cfc05760858d63bbfb8fc96c659514c226527e28b0689 +size 19335 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[1]_samsunggalaxywatch5.png index 685f338e83..a82fcd9489 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92a9e53d8da682427df81277dbb88ea9e0cdb2da8ba3aee909f4881d6b236dd0 -size 17982 +oid sha256:64973bc8def5d102f1d9603f2e9afc045377ad0528e48ddfbc87368303686971 +size 18170 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[2]_samsunggalaxywatch6large.png index ee21b08556..e57802e7e3 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4032c8cc87922e96d41a87366ce10115806f0ca2a47d6aea3d5267e2b9f186aa -size 20708 +oid sha256:02df3ebe943f18ff5b401ce16942f6d97bd36f9c62f4776b0312718a95b7113b +size 21752 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[3]_googlepixelwatch.png index 2705252b22..05939a2b2b 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0424c7a6ce78962c900567bc85e56278c4fa0b76ddf885245ebd9fc15ee05019 -size 17853 +oid sha256:8516a67c6aa73ba00b74324f5a469c550f5c104dbc68f3214f2104c236276ec7 +size 17802 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[4]_genericsmallround.png index 2705252b22..05939a2b2b 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0424c7a6ce78962c900567bc85e56278c4fa0b76ddf885245ebd9fc15ee05019 -size 17853 +oid sha256:8516a67c6aa73ba00b74324f5a469c550f5c104dbc68f3214f2104c236276ec7 +size 17802 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[5]_genericlargeround.png index 5921296b18..b6ea2aea20 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30dcde7258a3581d95f42b57d89f903ff48edaddf91704e318043dd72c1a7af2 -size 19136 +oid sha256:3c0e30f144a881bd0f219f874e49f33c4e60c20d871d47ca95974c3bf50e667c +size 19146 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[6]_smalldevicebigfonts.png index 2679a59bc8..82a7397c51 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b4732a5e152b5039fd1ad591b5c818d5691b0317227489bdcb9ce019cc44a66 -size 20599 +oid sha256:ec56a55906f57656ab7b49f78e12329fb8f6966f85a1303bda75885710242866 +size 21032 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[7]_largedevicesmallfonts.png index d8976d3722..1469731b7e 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_iconAndTextAlertScreen[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f77b7bc37762cf65ef3da8ce3aa0daa55336f5c3d867ce67c99257309e271f41 -size 18915 +oid sha256:5839c5742258eb0782d047e79a7757d2447364d5263ccf61a43748b6946b827b +size 18914 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[0]_mobvoiticwatchpro5.png index b90022cfb7..bab970a8f8 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b30957b453b676226b498aafe83ac8ff48bd00ad68d749977307f97a7af2d64 -size 15812 +oid sha256:7f6488963bfdfecc9882573aa3485159614a502369c20941acc4a78c85597725 +size 15811 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[1]_samsunggalaxywatch5.png index d35d411931..90e0e2638a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6863ecad6286f56eb5e02cd27f6b162cef6be8441ca2d9e3e93f8ebfa4c85f5f -size 14534 +oid sha256:acf71bbfc5b42ab6b0dcd87a980195ee9cbe08ea314e2bf8ee9396c2b09dff1d +size 14536 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[2]_samsunggalaxywatch6large.png index e54b6f87fe..7808444b9f 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7512a3108c4187e736e61ccbd7356c78e9d84587d63e973e6c5f0425088670eb +oid sha256:f8365bc96e5dd355755a60f347062a035b5cb5d9bb65985f672f61e94b911c4b size 16830 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[3]_googlepixelwatch.png index 8028ca0d90..4d9a42409a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:785702c882d04a36382e243ca8dff6b24ec376cf6edd4ef03f5698af99476fd1 -size 14369 +oid sha256:069a1b5c7e1bd4e50d11561641345c09c2e49e516b0a9c8571b3887b0b8dae64 +size 14370 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[4]_genericsmallround.png index 8028ca0d90..4d9a42409a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:785702c882d04a36382e243ca8dff6b24ec376cf6edd4ef03f5698af99476fd1 -size 14369 +oid sha256:069a1b5c7e1bd4e50d11561641345c09c2e49e516b0a9c8571b3887b0b8dae64 +size 14370 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[5]_genericlargeround.png index 3526da2f45..b1b98eb73a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2c65f0ef0b7c140285699977086a2a91fc7010a8dcd15f4d43b4f97801aef36 -size 15635 +oid sha256:09ae304bbd039b08b90020138126aa3116f8a75dc583d2eb3d2f1a5664be0d2b +size 15636 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[6]_smalldevicebigfonts.png index 0574bdbe1a..56538660aa 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5885019df42c1adf769316cf84626f62b26fa69f97757d3dbf7e06024b4f0983 -size 13629 +oid sha256:78692baa305b08d3036a7d8bd3f1acbdbcb8e3272d937273a340379da8e9dc9c +size 13628 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[7]_largedevicesmallfonts.png index cc9a8bb3b1..ff13753d17 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_multiLineConfirmationScreen[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6522ac3782bb769ce172bdf6f85d555e8cd6f245d07a86a8471682a59107ffbc -size 15477 +oid sha256:5d89ff336b387973a62f9214c51af7d5206cfb510d57337faf4e00845f359f53 +size 15476 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[0]_mobvoiticwatchpro5.png index 5cceb72484..b462956219 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8bd4de5575f940d19d4bbbe5aa4e70023cdc6de708fe2e2f0960529f7cfcb00 -size 21302 +oid sha256:76c3e95070f74d44a4ade379983e0855bfee5e060ac6d54c45ce163bac2cf793 +size 21307 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[1]_samsunggalaxywatch5.png index 4dd6f53a6c..810af7627b 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87e761eb8448d68beb85abd57074022cc1680235113f09fac34ec478a09078b6 -size 18956 +oid sha256:94023e45e892ec874cfbac8a80dc8c47eec4b647138c5ff23713270fa3b5ae7d +size 18959 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[2]_samsunggalaxywatch6large.png index f17d0fa358..4a8c6a24e7 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:094a04b84840070c0c6f52efb39166651308695f5fa20a8b5e5e05750f08f177 -size 22668 +oid sha256:d2bd885a792a0520cd1cbbd5d9c8f591c0720067720fd43b791ace0300667f5d +size 22640 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[3]_googlepixelwatch.png index 68df261e20..86e1f1f09a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aec27c582b9e2046ecc7386f0af6d9adb0aa623226a8aa20a74557629ff19fd0 -size 18739 +oid sha256:58050ff0a93f5b856f6a3bb6921a775d59d918512266d81bee31a68d842ddacf +size 19838 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[4]_genericsmallround.png index 68df261e20..86e1f1f09a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aec27c582b9e2046ecc7386f0af6d9adb0aa623226a8aa20a74557629ff19fd0 -size 18739 +oid sha256:58050ff0a93f5b856f6a3bb6921a775d59d918512266d81bee31a68d842ddacf +size 19838 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[5]_genericlargeround.png index 884be1859c..cc75ea4d7b 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f0bd9af44a93ddad82bd02c3a529884f6acdb3467ff45120ab38e528bbd562d -size 21088 +oid sha256:4d4ad4ff4074cb561a87d8919df68a5910a4826c0648f8e00eed8ba620b504c6 +size 21093 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[6]_smalldevicebigfonts.png index 53d78bb4c1..2506ca91e4 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:917d9bae1a22c69675920246247d0a495626e6aaab50d3c480c1fb290ddc579e -size 19673 +oid sha256:b57d6f47daf033b6b2d9af5189b04b3bc976f3ff78242bd9f8a0163bafef9601 +size 19653 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[7]_largedevicesmallfonts.png index d546b88484..2307b1d4d8 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_DialogTest_textAlertScreen[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abea3927b4c15ebd530aba8fbca3abc5a1fa47a86c1b56b66206ad2091a10e1a -size 20575 +oid sha256:c39674eea78dc1806e182de89634e044bb3d995b929e34f00d85246700f28e6a +size 20578 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[0]_mobvoiticwatchpro5.png index 60128771ea..6189dba2d1 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3e3ac14498688ad654eb398c95ad3d473dce6742d5aabc555b0db4a9179efca -size 30586 +oid sha256:b661551d5f92c07c148e7a3de3d2c72fc80dc7f31985aeaef54dc6a94b260d10 +size 30652 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[1]_samsunggalaxywatch5.png index a9a594469e..4018bb1301 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ec9c6256609e929fa7fc72991a64eabd19c8a9e10599e8596e1d92b39a2927d -size 26912 +oid sha256:5ebd8add11ec78ef37a69839a9381569ad46ba07861d52401740d7af2f0a2b5f +size 26940 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[2]_samsunggalaxywatch6large.png index 7a969d7054..2fe886cb20 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:988a58e4bf4dc1f55cad34e026171f8f77924329b2cac30c68a7a1f98ff08a15 -size 31438 +oid sha256:113b6a2f51e37db80c9b641fa6d73ff272ba86449979f8fd7db1884cfe37f898 +size 31445 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[3]_googlepixelwatch.png index 194926d73b..dc7fbc2304 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad0015fd8f7844c95ddb79d8b9141f271ae6b09e5253f76171885f8be90e4e24 -size 26618 +oid sha256:ca1df615adef683d4e9b316f0d3ab28482726b2d6607e525f03b9c735899aa72 +size 26661 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[4]_genericsmallround.png index 194926d73b..dc7fbc2304 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad0015fd8f7844c95ddb79d8b9141f271ae6b09e5253f76171885f8be90e4e24 -size 26618 +oid sha256:ca1df615adef683d4e9b316f0d3ab28482726b2d6607e525f03b9c735899aa72 +size 26661 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[5]_genericlargeround.png index 4cb27ea62d..91f19a6f7d 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1381f2cc53569ec8d2e34d7fab50886c335de88f8219675ea5a32f67c5b5c52d -size 30222 +oid sha256:1a35b5be5fbb7c47c52be34e8c55ce18be8d0a6533124b5fc8f555de172e1814 +size 30211 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[6]_smalldevicebigfonts.png index 88d780793a..a24d8ae4b1 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbdbc59c6278461ac3988818c6cc2ff422d26dfa96c4f338ef2695f887297338 -size 28761 +oid sha256:b07d46eca77a6582a0e2e0e3b3f49b208c05845fe2cd87ab7fa3e37962c55a3c +size 28764 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[7]_largedevicesmallfonts.png index d9b279e80c..79dbfe7637 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_MediaPlayerLibraryTest_screenshot[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c0811957b180bec0d3972010b4b34f583a99fa9cf8129d1ee09e657429ef488 -size 29645 +oid sha256:a56d00493fb8532ef63f1c51316fc8031ebd8e662e84d8820c659c38dfb30add +size 29658 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[0]_mobvoiticwatchpro5.png index 035baf0cd9..474e74270b 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79923d93853148bdb5326dece8371a3e42fcd41dfbee5546c86f75af2b23520e -size 30242 +oid sha256:03b9a19e771236a633d52f676e6f236e3248e22150d3ec531473ab414fa6a664 +size 30298 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[1]_samsunggalaxywatch5.png index 666745e775..4ab642566f 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44ec4c4ea7cfda738eef9137c6b0674d2af2dfb0c2e34314a4021f646908dcc7 -size 26792 +oid sha256:30bef9f7c670d173af4ea61b8e317e561d0eb98c0878ecdac99b71ab7f802d43 +size 26858 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[2]_samsunggalaxywatch6large.png index f42192eb3c..9b765aa7b5 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9930d2497da6797e25b077734b95dacbf455769a98e58bab9dc5a56f02eff16 -size 31195 +oid sha256:50e15f9393557fcae4388eeac3c03d8cfbc4578a27cac48e661e206c5dd9e2d3 +size 31145 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[3]_googlepixelwatch.png index 8f105d6fd1..76488fa506 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:104ea9ce375a8a3cfcda82d68ac6fbbb6ecc0f72be3d7e5e9f864b6f7816f3e2 -size 26703 +oid sha256:22a50bfc46a0a4701e9d2c9d39f748f9f715fa7797ef8cf623341e56758c3c9e +size 26677 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[4]_genericsmallround.png index 8f105d6fd1..76488fa506 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:104ea9ce375a8a3cfcda82d68ac6fbbb6ecc0f72be3d7e5e9f864b6f7816f3e2 -size 26703 +oid sha256:22a50bfc46a0a4701e9d2c9d39f748f9f715fa7797ef8cf623341e56758c3c9e +size 26677 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[5]_genericlargeround.png index e16f264364..d203ea1c97 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fae4d30b059b40a8216426de906d8880ce74eb821d60ebf9e33b46a84c68dae8 -size 29237 +oid sha256:eebb9ce2adcc9a9524747455ea8c91fcb3b92035cfc3d43a1260589de39a5309 +size 29310 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[6]_smalldevicebigfonts.png index 024be3e92e..c4fb9b3c8b 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8233b2f8f6ff8c290e0beee15b87c0124c90b1cad54deeaf3d6ba10e733cd65 -size 28324 +oid sha256:1a9ebab9b74722b125e28a3d71ed8ca6aaf7220c19ae4e4173e8a0223028e465 +size 28431 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[7]_largedevicesmallfonts.png index 62e7111e4a..cc3e86297a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_belowTimeText[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39431a7247046916c5e34cdd14ea82e09c14906eac44a84f98349e6f6f4b075f +oid sha256:d748ebd6fb4f5c7a8e3540aa9671fe0c548688224deb2a64522a0733a79a40da size 29659 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[0]_mobvoiticwatchpro5.png index 6931e6a9be..a0a17bbe86 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:478d321d11f3112a9fef803d164129ffa3320d3392362061e6760a3a95839886 -size 31667 +oid sha256:96954071b6b0abdbc30f028ff23280f2ce3093bbeae75c3b62337f561bc48242 +size 31668 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[1]_samsunggalaxywatch5.png index 54e0500c84..e5191395a7 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47cb5eb089ebbd1f9772a7072b582e6424447597affc0a6d89d419f2fff09661 -size 29072 +oid sha256:236d89d3720fa92a95d02df1451a84fe5cfdecc83f561c295785be3c87df9dc8 +size 29165 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[2]_samsunggalaxywatch6large.png index e94bec94c1..0d78e32e01 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:051b47ff59e7a95b79d20a0976102fcc507f4d2a76ebe09381f21a680d3eda6d -size 32642 +oid sha256:4100a505389d3865cf4b13fe2bfd2ff288ec3fc4c66eb6bc026b395b3a828844 +size 32606 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[3]_googlepixelwatch.png index 9fb05148b6..1a5f51f43d 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a712ac14d4d5ef4515eae728c5831737cb8aa6274d9c2cb62bb4ba81ea7e65f8 -size 27214 +oid sha256:61b87a3cbc71541b99c07a7b1b318924eeb23274b87bcd9aa513787f0c507e35 +size 27210 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[4]_genericsmallround.png index 9fb05148b6..1a5f51f43d 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a712ac14d4d5ef4515eae728c5831737cb8aa6274d9c2cb62bb4ba81ea7e65f8 -size 27214 +oid sha256:61b87a3cbc71541b99c07a7b1b318924eeb23274b87bcd9aa513787f0c507e35 +size 27210 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[5]_genericlargeround.png index 1563126e79..a653251b9a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c85b1d372d62967371c50a885437edaa94ffe44f6893201f6fa266f66fe9a88e -size 30988 +oid sha256:ad4e67993eef9bbc46caa5c6c7a2a9d3d9ef6948f7010e7e79b9ea27c30ed9a4 +size 30955 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[6]_smalldevicebigfonts.png index b0cb6d3311..4c81e89b2a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdfd230325adfb8bc5ca0ba9f95ae4f9eaf2ab2f04668df9ae7a5499543c0814 -size 29011 +oid sha256:ab41c25a68d1de46d588947645bda4ba5558461658dc988d48638850d4e72763 +size 29103 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[7]_largedevicesmallfonts.png index b6ae2f91e2..6513e9ddbf 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_responsive[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:277f215c8e42fff866c3d6c65291c8c83d3b4af7f69fb9481852ef2f625a39c3 -size 30958 +oid sha256:29fdf9d383790f1707b484315fb209b833088212d2f10c37715e268f499b84f3 +size 30971 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[0]_mobvoiticwatchpro5.png index 9962a55981..bc97778a33 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a23119af0ad9c8ca9623d85689ee317b18d290276cfeecbf8d71255b70cd6116 -size 29508 +oid sha256:1c19e023ce83efa23851db828e156afddc4c95513511336b6c02abb695476df1 +size 29494 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[1]_samsunggalaxywatch5.png index fa266e7838..49797bb7d1 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2867e71f5ceed11fe7af2a716757a434ffc2fc8182148b69999a807a14fa6950 -size 28330 +oid sha256:1e170899b86c7273919d0c5d43bd908a8818608c4ef1cad0de806854b1e8d642 +size 28409 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[2]_samsunggalaxywatch6large.png index 6997002489..8b0205681c 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf06cc21010f90778ea6ac750aa5d37d394f6eedc706643b619ecbd8461b9cb0 -size 30925 +oid sha256:7b6bcf9d3f091373e17bfd5062927f738ba14f59adc3d304ec2428d0958880ce +size 30974 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[3]_googlepixelwatch.png index 328dcca794..09008af6f2 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d56ae8b64dbf8a41894dab2f759cf3a22b2a2fd74861f217f60612f5f4390085 -size 27715 +oid sha256:e76d54badbb9db62afcc7096744a1d2dbdaebe4e3837bbcf00054813e7f2e6ed +size 27895 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[4]_genericsmallround.png index 328dcca794..09008af6f2 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d56ae8b64dbf8a41894dab2f759cf3a22b2a2fd74861f217f60612f5f4390085 -size 27715 +oid sha256:e76d54badbb9db62afcc7096744a1d2dbdaebe4e3837bbcf00054813e7f2e6ed +size 27895 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[5]_genericlargeround.png index 8d8c1c89b9..295f60820b 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6605c54b01f7c1c3831d5ba9bc4408386fe70fcc1d4538a2885ea661798bb1f9 -size 29122 +oid sha256:0dd79114272e4aa796af9265b47a9a2d76fd37e870070347df715279767fa2dc +size 29153 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[6]_smalldevicebigfonts.png index b7efeb08d5..d7d01522b9 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e5f927a52848ca2ac46ab90ad66480a18c8e3833c96a8d3833d845f890f5359 -size 29655 +oid sha256:3f53ce74d009c3ba7246f57e5bfda1df3b87781f9da11609280723b2a1373d14 +size 29939 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[7]_largedevicesmallfonts.png index 77f06a10d2..d7b6745013 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_ScalingLazyColumnDefaultsTest_screenshot[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e808137b3db512f6fb3d2746c5ec9b490ccf59096f0cb0f73a98ea2348ac2104 -size 28972 +oid sha256:6c809ae561c55a4c67dabbc8a72977125f18c2168194130e1c106a6945695954 +size 28966 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[0]_mobvoiticwatchpro5.png index 4923928e22..afed033db7 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25a6d1b4f62518645ea673258521ff5704d075a5414e21fe01be0849bd9dc406 -size 29101 +oid sha256:aad89039e7d102d02edd7ce2f6fc9ed4308390efe2cfe3ddcc426b2330768b8c +size 29174 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[1]_samsunggalaxywatch5.png index 035103dca0..b79e140003 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91be5b6ae8a646fa40208aeed30d3a798da61d14e22f1810513b2774c0c39ad9 -size 26903 +oid sha256:d3b9a4fb4134a9f97157c016a11530bb8bca0498e059f0ed6f5eaad19e5b0beb +size 26933 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[2]_samsunggalaxywatch6large.png index b317efdcd3..f62965ac0e 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bcef5ae5be42e351729837d1c387e9a8b50e5e3a45f712b55f3496405cdfee28 -size 33353 +oid sha256:fb59b1da49ab8ebbb20f37b21f0cf9b4a40f5853750cbf8f1d9478abed3e0930 +size 33358 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[3]_googlepixelwatch.png index 805c4380c7..409922ad87 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7719e5c881766dd3f131bb50e6296dcc805890c696ef0ccc5b12f565d8adcbc -size 26450 +oid sha256:805f78ab6a337bf7be3b482c75852840987a02e2b9d766a4ca8dd1d8897d96b4 +size 26485 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[4]_genericsmallround.png index 805c4380c7..409922ad87 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7719e5c881766dd3f131bb50e6296dcc805890c696ef0ccc5b12f565d8adcbc -size 26450 +oid sha256:805f78ab6a337bf7be3b482c75852840987a02e2b9d766a4ca8dd1d8897d96b4 +size 26485 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[5]_genericlargeround.png index cc4e72af17..7ce187afba 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:720827e6de274c097ba8549eac3962c16b7753fecb2e825a0b82d033d0863ef3 -size 27880 +oid sha256:07c3799af325c141def0ef0005a2d8220e3d56ba51ceb7a994c98a46da7a8000 +size 27871 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[6]_smalldevicebigfonts.png index 6584cc9919..32bc742d4e 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4201f0303047e5300b3b0adec7d81372bf77865ef337f79d2c3600ed48dedc9e -size 26913 +oid sha256:bcebde87789cbacc69738b868d47532054486fb64544aa5beba28009b8bfb0e1 +size 26915 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[7]_largedevicesmallfonts.png index 02d5fe18af..b2e2bba683 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListDefaultTest_screenshot[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10be20573eae38a750f651567e31f6c8ae0899829f5d38ef131bc40f7b36a132 -size 32646 +oid sha256:f881f8221878c194c193590cd456b4bb6b5f3bc0f995b69a29af76733996d609 +size 32653 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[0]_mobvoiticwatchpro5.png index 685dc9f159..1ac4702a51 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2152f445b55dd6927255246c9fe3f3d52e56a792094afa2a87ac5b0a2d592306 -size 31448 +oid sha256:c8387124c675c98ce9a2e4dd65669e4011babf1a7638fbef476bbe089170709a +size 31516 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[1]_samsunggalaxywatch5.png index cc65e93463..a4b1d61f2a 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7206b6b49441f7f488d0b2f242bf05e7e39add1fbdf4b9dcec9144f732810c6 -size 26750 +oid sha256:cfe8852e902aba98008fe8f7ba5e7cb13cee92ec3f9c1026f665ea44f0f4e006 +size 26789 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[2]_samsunggalaxywatch6large.png index b5cd938855..b37b53c4bc 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:895f460f97da086ae734719dc415213eb32e20d2fd99179ae67960c7bf844ddd -size 30911 +oid sha256:67d2bfb076cfa7f4a968089f2cefca6e3caec5c7d51e3e18985ca0fbc71289f3 +size 30919 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[3]_googlepixelwatch.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[3]_googlepixelwatch.png index 1ba1200eb9..fd8755ec02 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[3]_googlepixelwatch.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[3]_googlepixelwatch.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae08c2b2e1c61a6f6e8d8b79d9bcad368db9ef2efbcd9081d6269ee85903b0a9 -size 26232 +oid sha256:a7a0dc45cd862cecffbac9efd16d778f49642e29a8015fa16ad13aefb14f0873 +size 26273 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[4]_genericsmallround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[4]_genericsmallround.png index 1ba1200eb9..fd8755ec02 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[4]_genericsmallround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[4]_genericsmallround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae08c2b2e1c61a6f6e8d8b79d9bcad368db9ef2efbcd9081d6269ee85903b0a9 -size 26232 +oid sha256:a7a0dc45cd862cecffbac9efd16d778f49642e29a8015fa16ad13aefb14f0873 +size 26273 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[5]_genericlargeround.png index 7a4401a3b0..d5f6aba928 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:780ff350ee046059943178e1d1a9328c92821430c7a4f0bc1ca108cbee8df56b -size 30682 +oid sha256:fca9ff4db331649a8ceb5a5f46c4b4f1dce547e68415a979842cd0b5e02cdd7b +size 30672 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[6]_smalldevicebigfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[6]_smalldevicebigfonts.png index 7a1ade55f2..47689d7f28 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[6]_smalldevicebigfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[6]_smalldevicebigfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:183c4ecbcda2f1ba52f16059082376f9197c57bedf5907cadb1972363a39cd27 -size 26405 +oid sha256:b1669b62a663473dbe0e352173c0fcdf3c40b4a55ccc0e88b552d61708a10da2 +size 26406 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[7]_largedevicesmallfonts.png index 2aec0ee683..4ce8f4c5e8 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_SectionedListTest_screenshot[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34c6c6fd23ed3e1df33e4ff2da4eaad4dc23248a37f878a1faa83b72903819ec -size 32864 +oid sha256:c1a6dc01954b93813706546ec6c177580e921ad0a3e8d1abf22ad32d371943c0 +size 32871 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[0]_mobvoiticwatchpro5.png index 407f21af45..319cc72350 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa6ad0372a6bf788ef881bb45a828e09e4b559a49fd77ea3d49de4a98505b45e -size 21865 +oid sha256:6d863cd6d0cb27d9b8b2ac699250630a4dd10a54795c4b35ff35378e9a91e748 +size 21661 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[1]_samsunggalaxywatch5.png index 16a533a7f3..dfd4a6ef32 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9dc8672d67beae475da10f43a86cd73ef133b2ba8502ab035ddd258578019a23 -size 17781 +oid sha256:db2cf7d1e7927683d4520136f5ff2749126b9dd028dc3226ed099a98f0f372d2 +size 17772 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[2]_samsunggalaxywatch6large.png index 7151ad91bb..fbff80ff28 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b3a3b67ab49f1b7b98f2610af259d9007e2bcb8b21c6d6e1c294453304f5336 -size 22583 +oid sha256:fca44b8ab9fa03b7aae07ba1a3a0f0613d0d9971501a522362c32e728ded0b0a +size 21993 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[5]_genericlargeround.png index cbbf45980f..3ce38f768e 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d992a6376144df05087ef4f1e2ba8f06a726ade3b93eaeb64553aef4dee22340 -size 21346 +oid sha256:57107dfb0d85e7886c545bb7b8af56f8e0a50f1c8d82632c19b996fdb8623065 +size 20933 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[7]_largedevicesmallfonts.png index e460995e12..b876a9b772 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePicker12Test_screenshot[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e8a0533d2188ecd12f620df65b85e722160cf294e3fa216a09341029b13f276 -size 22061 +oid sha256:34b45bb6d1a6fcdd31115aa056074c9f753395f59a61b4b24f34fd55d6ba5932 +size 21647 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[0]_mobvoiticwatchpro5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[0]_mobvoiticwatchpro5.png index a59738f76f..3be1916159 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[0]_mobvoiticwatchpro5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[0]_mobvoiticwatchpro5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe29600708c65aab3cfafbb547a9bbc917dd69ed525f6bcc15505c106ccde456 -size 20190 +oid sha256:8438e9becceae2b06fb27cd46b01147a938e950e7d8816710b62c77320e53f9a +size 20031 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[1]_samsunggalaxywatch5.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[1]_samsunggalaxywatch5.png index 4cb55dc327..422b0dc5e9 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[1]_samsunggalaxywatch5.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[1]_samsunggalaxywatch5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1f7ad34d40013e819a80e2eb76e0a72b2be725c7b16bf69363f8211508409a3 -size 16210 +oid sha256:1506910ce7ff083d05213e987a3174e60149f26e69bf07d8ab5afee99ce7b42e +size 16253 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[2]_samsunggalaxywatch6large.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[2]_samsunggalaxywatch6large.png index 87cf9585f8..56857121d6 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[2]_samsunggalaxywatch6large.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[2]_samsunggalaxywatch6large.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2d972aa4cbe32305bea4719ea5fb7cf3be7506f4167a61d01ec9c5eab7bf8ac -size 20852 +oid sha256:402eeec5cf221ee7c0f9977727d6d04b16162002eb977fd65b42be928f22a22c +size 20410 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[5]_genericlargeround.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[5]_genericlargeround.png index ab58322b48..b63ac99037 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[5]_genericlargeround.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[5]_genericlargeround.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7d9ff41123e3a2aa050246b7cec70cbae779ff416ddb6de452589cc8615db4f -size 19629 +oid sha256:5e0b20e673c1b987dd93cbf6b7251836a692e8403adcd4ba8815f5dc12a2f04d +size 19297 diff --git a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[7]_largedevicesmallfonts.png b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[7]_largedevicesmallfonts.png index 1c8500b664..c591ce7fcc 100644 --- a/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[7]_largedevicesmallfonts.png +++ b/sample/src/test/snapshots/images/com.google.android.horologist.screensizes_TimePickerTest_screenshot[7]_largedevicesmallfonts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c35850dad2955a863bb96849f8123222a56530e9a2bf3c6e0b2d8e29395b6b39 -size 20462 +oid sha256:063ef9c305641033ab00bb04b8c2228c11b5747a564b47f3991ebeb07fdaaefb +size 19538 diff --git a/tiles/build.gradle.kts b/tiles/build.gradle.kts index 60edde1762..4dd556ccd6 100644 --- a/tiles/build.gradle.kts +++ b/tiles/build.gradle.kts @@ -23,7 +23,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { // Tiles is API 26, but if we don't stop this here, then we can't run the sample app diff --git a/tiles/src/test/screenshots/TileScreenshotTest_imageArgb8888_large_round.png b/tiles/src/test/screenshots/TileScreenshotTest_imageArgb8888_large_round.png index 7d5be3a85e..118b07f57c 100644 --- a/tiles/src/test/screenshots/TileScreenshotTest_imageArgb8888_large_round.png +++ b/tiles/src/test/screenshots/TileScreenshotTest_imageArgb8888_large_round.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1efd361a12c8a39c8cd3845ca8f978ebd2dbf6f28584e8fd369d32082f6bc99 -size 83612 +oid sha256:a50e007c69c6fe106d0e68c04b74f098c31f22d030fc8ba494058d2ce58892e6 +size 83609