Skip to content

Commit

Permalink
Fix modal navigation bar (#2103)
Browse files Browse the repository at this point in the history
Also update screenshots to be edge to edge
  • Loading branch information
Maria Neumayer authored Oct 4, 2024
1 parent 57f81c3 commit a8f4d8f
Show file tree
Hide file tree
Showing 355 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

package net.skyscanner.backpack.docs

import androidx.activity.enableEdgeToEdge
import androidx.appcompat.app.AppCompatActivity
import androidx.appcompat.app.AppCompatDelegate
import androidx.compose.ui.Modifier
Expand Down Expand Up @@ -65,6 +66,7 @@ open class GenerateScreenshots(

private fun setScreenshotContent() {
composeTestRule.setContent {
composeTestRule.activity.enableEdgeToEdge()
DemoScaffold(automationMode = true) {
StoryScreen(
component = story.component.name,
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/res/values-v32/styles.xml

This file was deleted.

6 changes: 1 addition & 5 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
<!-- Base application theme. -->
<style name="AppThemeBase" parent="BpkTheme" />

<style name="AppTheme" parent="AppThemeBase">
<!-- Customize your theme here. -->
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="AppTheme" parent="AppThemeBase" />

<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ fun BpkModal(
if (activityWindow != null && dialogWindow != null) {
if (!isSystemInDarkTheme) {
WindowInsetsControllerCompat(dialogWindow, dialogWindow.decorView).isAppearanceLightStatusBars = true
WindowInsetsControllerCompat(dialogWindow, dialogWindow.decorView).isAppearanceLightNavigationBars = true
}
val attributes = WindowManager.LayoutParams()
attributes.copyFrom(activityWindow.attributes)
Expand Down
5 changes: 5 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ repositories {
google()
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

plugins {
`kotlin-dsl`
}
Expand Down
Binary file modified docs/compose/AppSearchModal/screenshots/content.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/AppSearchModal/screenshots/error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/AppSearchModal/screenshots/loading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/AppSearchModal/screenshots/prefix---text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/Badge/screenshots/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/Badge/screenshots/default_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BannerAlert/screenshots/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BannerAlert/screenshots/default_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BannerAlert/screenshots/oncontrast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BannerAlert/screenshots/oncontrast_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BarChart/screenshots/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BarChart/screenshots/default_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BottomNav/screenshots/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BottomNav/screenshots/default_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BottomSheet/screenshots/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BottomSheet/screenshots/default_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BottomSheet/screenshots/modal-with-topbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BottomSheet/screenshots/modal-with-topbar_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BottomSheet/screenshots/modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/BottomSheet/screenshots/modal_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/Button/screenshots/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/Button/screenshots/default_dm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/Button/screenshots/drawable-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/compose/Button/screenshots/drawable-icon_dm.png
Binary file modified docs/compose/Button/screenshots/large.png
Binary file modified docs/compose/Button/screenshots/large_dm.png
Binary file modified docs/compose/Button/screenshots/link.png
Binary file modified docs/compose/Button/screenshots/link_dm.png
Binary file modified docs/compose/Calendar2/screenshots/day-icon-as-labels.png
Binary file modified docs/compose/Calendar2/screenshots/day-icon-as-labels_dm.png
Binary file modified docs/compose/Calendar2/screenshots/day-labels.png
Binary file modified docs/compose/Calendar2/screenshots/day-labels_dm.png
Binary file modified docs/compose/Calendar2/screenshots/pre-selected-range.png
Binary file modified docs/compose/Calendar2/screenshots/pre-selected-range_dm.png
Binary file modified docs/compose/Calendar2/screenshots/selection-whole-month.png
Binary file modified docs/compose/Calendar2/screenshots/selection-whole-month_dm.png
Binary file modified docs/compose/Card/screenshots/card-wrapper.png
Binary file modified docs/compose/Card/screenshots/card-wrapper_dm.png
Binary file modified docs/compose/Card/screenshots/default.png
Binary file modified docs/compose/Card/screenshots/default_dm.png
Binary file modified docs/compose/Card/screenshots/divided-card.png
Binary file modified docs/compose/Card/screenshots/divided-card_dm.png
Binary file modified docs/compose/CardButton/screenshots/default.png
Binary file modified docs/compose/CardButton/screenshots/default_dm.png
Binary file modified docs/compose/CardButton/screenshots/large.png
Binary file modified docs/compose/CardButton/screenshots/large_dm.png
Binary file modified docs/compose/CardCarousel/screenshots/default.png
Binary file modified docs/compose/CardCarousel/screenshots/default_dm.png
Binary file modified docs/compose/CardList/screenshots/rail-with-headerbutton.png
Binary file modified docs/compose/CardList/screenshots/rail-with-headerbutton_dm.png
Binary file modified docs/compose/CardList/screenshots/rail.png
Binary file modified docs/compose/CardList/screenshots/rail_dm.png
Binary file modified docs/compose/Carousel/screenshots/default.png
Binary file modified docs/compose/Carousel/screenshots/default_dm.png
Binary file modified docs/compose/Checkbox/screenshots/default.png
Binary file modified docs/compose/Checkbox/screenshots/default_dm.png
Binary file modified docs/compose/Chip/screenshots/default.png
Binary file modified docs/compose/Chip/screenshots/default_dm.png
Binary file modified docs/compose/Chip/screenshots/on-dark.png
Binary file modified docs/compose/Chip/screenshots/on-dark_dm.png
Binary file modified docs/compose/Chip/screenshots/on-image.png
Binary file modified docs/compose/Chip/screenshots/on-image_dm.png
Binary file modified docs/compose/ChipGroup/screenshots/multi-select-rail.png
Binary file modified docs/compose/ChipGroup/screenshots/multi-select-rail_dm.png
Binary file modified docs/compose/ChipGroup/screenshots/multi-select-wrap.png
Binary file modified docs/compose/ChipGroup/screenshots/multi-select-wrap_dm.png
Binary file modified docs/compose/ChipGroup/screenshots/single-select-rail.png
Binary file modified docs/compose/ChipGroup/screenshots/single-select-rail_dm.png
Binary file modified docs/compose/ChipGroup/screenshots/single-select-wrap.png
Binary file modified docs/compose/ChipGroup/screenshots/single-select-wrap_dm.png
Binary file modified docs/compose/Dialog/screenshots/destructive.png
Binary file modified docs/compose/Dialog/screenshots/destructive_dm.png
Binary file modified docs/compose/Dialog/screenshots/flare.png
Binary file modified docs/compose/Dialog/screenshots/flare_dm.png
Binary file modified docs/compose/Dialog/screenshots/image-end-alignment.png
Binary file modified docs/compose/Dialog/screenshots/image-end-alignment_dm.png
Binary file modified docs/compose/Dialog/screenshots/image-start-alignment.png
Binary file modified docs/compose/Dialog/screenshots/image-start-alignment_dm.png
Binary file modified docs/compose/Dialog/screenshots/success-three-buttons.png
Binary file modified docs/compose/Dialog/screenshots/success-three-buttons_dm.png
Binary file modified docs/compose/Dialog/screenshots/warning.png
Binary file modified docs/compose/Dialog/screenshots/warning_dm.png
Binary file modified docs/compose/Divider/screenshots/default.png
Binary file modified docs/compose/Divider/screenshots/default_dm.png
Binary file modified docs/compose/FieldSet/screenshots/default.png
Binary file modified docs/compose/FieldSet/screenshots/default_dm.png
Binary file modified docs/compose/FieldSet/screenshots/disabled.png
Binary file modified docs/compose/FieldSet/screenshots/disabled_dm.png
Binary file modified docs/compose/FieldSet/screenshots/error.png
Binary file modified docs/compose/FieldSet/screenshots/error_dm.png
Binary file modified docs/compose/FieldSet/screenshots/validated.png
Binary file modified docs/compose/FieldSet/screenshots/validated_dm.png
Binary file modified docs/compose/Flare/screenshots/default.png
Binary file modified docs/compose/Flare/screenshots/default_dm.png
Binary file modified docs/compose/FlightLeg/screenshots/default.png
Binary file modified docs/compose/FlightLeg/screenshots/default_dm.png
Binary file modified docs/compose/FloatingActionButton/screenshots/default.png
Binary file modified docs/compose/FloatingActionButton/screenshots/default_dm.png
Binary file modified docs/compose/FloatingNotification/screenshots/default.png
Binary file modified docs/compose/FloatingNotification/screenshots/default_dm.png
Binary file modified docs/compose/GraphicPromo/screenshots/bottom-align-sponsored.png
Binary file modified docs/compose/GraphicPromo/screenshots/bottom-align-with-text.png
Binary file modified docs/compose/GraphicPromo/screenshots/default.png
Binary file modified docs/compose/GraphicPromo/screenshots/default_dm.png
Binary file modified docs/compose/GraphicPromo/screenshots/top-align-sponsored.png
Binary file modified docs/compose/GraphicPromo/screenshots/top-align-sponsored_dm.png
Binary file modified docs/compose/GraphicPromo/screenshots/top-align-with-text.png
Binary file modified docs/compose/GraphicPromo/screenshots/top-align-with-text_dm.png
Binary file modified docs/compose/HorizontalNav/screenshots/default.png
Binary file modified docs/compose/HorizontalNav/screenshots/default_dm.png
Binary file modified docs/compose/Icon/screenshots/default.png
Binary file modified docs/compose/Icon/screenshots/default_dm.png
Binary file modified docs/compose/ImageGallery/screenshots/carousel.png
Binary file modified docs/compose/ImageGallery/screenshots/carousel_dm.png
Binary file modified docs/compose/ImageGallery/screenshots/chip-grid.png
Binary file modified docs/compose/ImageGallery/screenshots/image-grid.png
Binary file modified docs/compose/ImageGallery/screenshots/slideshow.png
Binary file modified docs/compose/InsetBanner/screenshots/ondark.png
Binary file modified docs/compose/InsetBanner/screenshots/ondark_dm.png
Binary file modified docs/compose/InsetBanner/screenshots/onlight.png
Binary file modified docs/compose/InsetBanner/screenshots/onlight_dm.png
Binary file modified docs/compose/InsetBanner/screenshots/without-body.png
Binary file modified docs/compose/InsetBanner/screenshots/without-body_dm.png
Binary file modified docs/compose/InsetBanner/screenshots/without-cta.png
Binary file modified docs/compose/InsetBanner/screenshots/without-cta_dm.png
Binary file modified docs/compose/InsetBanner/screenshots/without-logo.png
Binary file modified docs/compose/InsetBanner/screenshots/without-logo_dm.png
Binary file modified docs/compose/InsetBanner/screenshots/without-subheadline.png
Binary file modified docs/compose/InsetBanner/screenshots/without-subheadline_dm.png
Binary file modified docs/compose/InsetBanner/screenshots/without-title.png
Binary file modified docs/compose/InsetBanner/screenshots/without-title_dm.png
Binary file modified docs/compose/Modal/screenshots/default.png
Binary file modified docs/compose/Modal/screenshots/with-back.png
Binary file modified docs/compose/Modal/screenshots/without-action-and-title.png
Binary file modified docs/compose/Modal/screenshots/without-action.png
Binary file modified docs/compose/NavBar/screenshots/collapsible.png
Binary file modified docs/compose/NavBar/screenshots/collapsible_dm.png
Binary file modified docs/compose/NavBar/screenshots/default.png
Binary file modified docs/compose/NavBar/screenshots/default_dm.png
Binary file modified docs/compose/NavBar/screenshots/surfacecontrast.png
Binary file modified docs/compose/NavBar/screenshots/surfacecontrast_dm.png
Binary file modified docs/compose/NavBar/screenshots/transparent.png
Binary file modified docs/compose/NavBar/screenshots/transparent_dm.png
Binary file modified docs/compose/NavigationTabGroup/screenshots/default.png
Binary file modified docs/compose/NavigationTabGroup/screenshots/default_dm.png
Binary file modified docs/compose/Nudger/screenshots/default.png
Binary file modified docs/compose/Nudger/screenshots/default_dm.png
Binary file modified docs/compose/Overlay/screenshots/default.png
Binary file modified docs/compose/Overlay/screenshots/default_dm.png
Binary file modified docs/compose/PageIndicator/screenshots/default.png
Binary file modified docs/compose/PageIndicator/screenshots/default_dm.png
Binary file modified docs/compose/Panel/screenshots/default.png
Binary file modified docs/compose/Panel/screenshots/default_dm.png
Binary file modified docs/compose/Price/screenshots/default.png
Binary file modified docs/compose/Price/screenshots/default_dm.png
Binary file modified docs/compose/ProgressBar/screenshots/default.png
Binary file modified docs/compose/ProgressBar/screenshots/default_dm.png
Binary file modified docs/compose/RadioButton/screenshots/default.png
Binary file modified docs/compose/RadioButton/screenshots/default_dm.png
Binary file modified docs/compose/Rating/screenshots/default.png
Binary file modified docs/compose/Rating/screenshots/default_dm.png
Binary file modified docs/compose/RatingBar/screenshots/default.png
Binary file modified docs/compose/RatingBar/screenshots/default_dm.png
Binary file modified docs/compose/SearchInputSummary/screenshots/default-prefix.png
Binary file modified docs/compose/SearchInputSummary/screenshots/default-prefix_dm.png
Binary file modified docs/compose/SearchInputSummary/screenshots/icon-prefix.png
Binary file modified docs/compose/SearchInputSummary/screenshots/icon-prefix_dm.png
Binary file modified docs/compose/SearchInputSummary/screenshots/no-prefix.png
Binary file modified docs/compose/SearchInputSummary/screenshots/no-prefix_dm.png
Binary file modified docs/compose/SearchInputSummary/screenshots/read-only.png
Binary file modified docs/compose/SearchInputSummary/screenshots/read-only_dm.png
Binary file modified docs/compose/SearchInputSummary/screenshots/text-prefix.png
Binary file modified docs/compose/SearchInputSummary/screenshots/text-prefix_dm.png
Binary file modified docs/compose/SectionHeader/screenshots/default.png
Binary file modified docs/compose/SectionHeader/screenshots/default_dm.png
Binary file modified docs/compose/SectionHeader/screenshots/ondark.png
Binary file modified docs/compose/SectionHeader/screenshots/ondark_dm.png
Binary file modified docs/compose/Select/screenshots/default.png
Binary file modified docs/compose/Select/screenshots/default_dm.png
Binary file modified docs/compose/Skeleton/screenshots/default.png
Binary file modified docs/compose/Skeleton/screenshots/default_dm.png
Binary file modified docs/compose/Slider/screenshots/default.png
Binary file modified docs/compose/Slider/screenshots/default_dm.png
Binary file modified docs/compose/Snippet/screenshots/landscape.png
Binary file modified docs/compose/Snippet/screenshots/landscape_dm.png
Binary file modified docs/compose/Snippet/screenshots/portrait.png
Binary file modified docs/compose/Snippet/screenshots/portrait_dm.png
Binary file modified docs/compose/Snippet/screenshots/square.png
Binary file modified docs/compose/Snippet/screenshots/square_dm.png
Binary file modified docs/compose/Spinner/screenshots/default.png
Binary file modified docs/compose/Spinner/screenshots/default_dm.png
Binary file modified docs/compose/StarRating/screenshots/default.png
Binary file modified docs/compose/StarRating/screenshots/default_dm.png
Binary file modified docs/compose/StarRatingInteractive/screenshots/default.png
Binary file modified docs/compose/StarRatingInteractive/screenshots/default_dm.png
Binary file modified docs/compose/Switch/screenshots/default.png
Binary file modified docs/compose/Switch/screenshots/default_dm.png
Binary file modified docs/compose/Text/screenshots/body.png
Binary file modified docs/compose/Text/screenshots/body_dm.png
Binary file modified docs/compose/Text/screenshots/heading.png
Binary file modified docs/compose/Text/screenshots/heading_dm.png
Binary file modified docs/compose/Text/screenshots/hero.png
Binary file modified docs/compose/Text/screenshots/hero_dm.png
Binary file modified docs/compose/TextField/screenshots/default.png
Binary file modified docs/compose/TextField/screenshots/default_dm.png
Binary file modified docs/compose/TextField/screenshots/disabled.png
Binary file modified docs/compose/TextField/screenshots/disabled_dm.png
Binary file modified docs/compose/TextField/screenshots/error.png
Binary file modified docs/compose/TextField/screenshots/error_dm.png
Binary file modified docs/compose/TextField/screenshots/text-area-disabled.png
Binary file modified docs/compose/TextField/screenshots/text-area-disabled_dm.png
Binary file modified docs/compose/TextField/screenshots/text-area-error.png
Binary file modified docs/compose/TextField/screenshots/text-area-error_dm.png
Binary file modified docs/compose/TextField/screenshots/text-area-validated.png
Binary file modified docs/compose/TextField/screenshots/text-area-validated_dm.png
Binary file modified docs/compose/TextField/screenshots/text-area.png
Binary file modified docs/compose/TextField/screenshots/text-area_dm.png
Binary file modified docs/compose/TextField/screenshots/validated.png
Binary file modified docs/compose/TextField/screenshots/validated_dm.png
Binary file modified docs/view/Badge/screenshots/default.png
Binary file modified docs/view/Badge/screenshots/default_dm.png
Binary file modified docs/view/BarChart/screenshots/default.png
Binary file modified docs/view/BarChart/screenshots/default_dm.png
Binary file modified docs/view/BottomNav/screenshots/default.png
Binary file modified docs/view/BottomNav/screenshots/default_dm.png
Binary file modified docs/view/BottomSheet/screenshots/default.png
Binary file modified docs/view/BottomSheet/screenshots/default_dm.png
Binary file modified docs/view/Button/screenshots/large.png
Binary file modified docs/view/Button/screenshots/large_dm.png
Binary file modified docs/view/Button/screenshots/link.png
Binary file modified docs/view/Button/screenshots/link_dm.png
Binary file modified docs/view/Button/screenshots/standard.png
Binary file modified docs/view/Button/screenshots/standard_dm.png
Binary file modified docs/view/Calendar2/screenshots/day-icon-as-labels.png
Binary file modified docs/view/Calendar2/screenshots/day-icon-as-labels_dm.png
Binary file modified docs/view/Calendar2/screenshots/day-labels.png
Binary file modified docs/view/Calendar2/screenshots/day-labels_dm.png
Binary file modified docs/view/Calendar2/screenshots/pre-selected-range.png
Binary file modified docs/view/Calendar2/screenshots/pre-selected-range_dm.png
Binary file modified docs/view/Calendar2/screenshots/selection-whole-month.png
Binary file modified docs/view/Calendar2/screenshots/selection-whole-month_dm.png
Binary file modified docs/view/Card/screenshots/corner-style-large.png
Binary file modified docs/view/Card/screenshots/corner-style-large_dm.png
Binary file modified docs/view/Card/screenshots/default.png
Binary file modified docs/view/Card/screenshots/default_dm.png
Binary file modified docs/view/Card/screenshots/selected.png
Binary file modified docs/view/Card/screenshots/selected_dm.png
Binary file modified docs/view/Card/screenshots/with-divider-arranged-vertically.png
Binary file modified docs/view/Card/screenshots/with-divider-arranged-vertically_dm.png
Binary file modified docs/view/Card/screenshots/with-divider-without-padding.png
Binary file modified docs/view/Card/screenshots/with-divider-without-padding_dm.png
Binary file modified docs/view/Card/screenshots/with-divider.png
Binary file modified docs/view/Card/screenshots/with-divider_dm.png
Binary file modified docs/view/Card/screenshots/without-padding.png
Binary file modified docs/view/Card/screenshots/without-padding_dm.png
Binary file modified docs/view/Checkbox/screenshots/default.png
Binary file modified docs/view/Checkbox/screenshots/default_dm.png
Binary file modified docs/view/Chip/screenshots/default.png
Binary file modified docs/view/Chip/screenshots/default_dm.png
Binary file modified docs/view/Chip/screenshots/on-dark.png
Binary file modified docs/view/Chip/screenshots/on-dark_dm.png
Binary file modified docs/view/Chip/screenshots/on-image.png
Binary file modified docs/view/Chip/screenshots/on-image_dm.png
Binary file modified docs/view/Dialog/screenshots/destructive.png
Binary file modified docs/view/Dialog/screenshots/destructive_dm.png
Binary file modified docs/view/Dialog/screenshots/flare.png
Binary file modified docs/view/Dialog/screenshots/flare_dm.png
Binary file modified docs/view/Dialog/screenshots/success-three-buttons.png
Binary file modified docs/view/Dialog/screenshots/success-three-buttons_dm.png
Binary file modified docs/view/Flare/screenshots/default.png
Binary file modified docs/view/Flare/screenshots/default_dm.png
Binary file modified docs/view/Flare/screenshots/inset-padding-mode.png
Binary file modified docs/view/Flare/screenshots/inset-padding-mode_dm.png
Binary file modified docs/view/Flare/screenshots/pointer-offset.png
Binary file modified docs/view/Flare/screenshots/pointer-offset_dm.png
Binary file modified docs/view/Flare/screenshots/pointing-up.png
Binary file modified docs/view/Flare/screenshots/pointing-up_dm.png
Binary file modified docs/view/Flare/screenshots/rounded.png
Binary file modified docs/view/Flare/screenshots/rounded_dm.png
Binary file modified docs/view/FloatingActionButton/screenshots/default.png
Binary file modified docs/view/FloatingActionButton/screenshots/default_dm.png
Binary file modified docs/view/HorizontalNav/screenshots/default.png
Binary file modified docs/view/HorizontalNav/screenshots/default_dm.png
Binary file modified docs/view/Icon/screenshots/default.png
Loading

0 comments on commit a8f4d8f

Please sign in to comment.