Skip to content

Commit

Permalink
update Tablet preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Jul 25, 2024
1 parent 6705ec9 commit 541444f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ annotation class PreviewMobile
@Preview(
name = "(1) Tablet portrait light",
group = "Tablet",
device = "spec:width=1280dp,height=800dp,dpi=240,orientation=portrait",
device = "spec:id=reference_tablet,shape=Normal,width=1280,height=800,unit=dp,dpi=240",
)
@Preview(
name = "(2) Tablet portrait dark",
group = "Tablet",
uiMode = Configuration.UI_MODE_NIGHT_YES or Configuration.UI_MODE_TYPE_NORMAL,
device = "spec:width=1280dp,height=800dp,dpi=240,orientation=portrait",
device = "spec:id=reference_tablet,shape=Normal,width=1280,height=800,unit=dp,dpi=240",
)
@Preview(
name = "(3) Tablet landscape light",
Expand Down

0 comments on commit 541444f

Please sign in to comment.