Skip to content

Instantly share code, notes, and snippets.

@Sottti
Created September 8, 2025 16:04
Show Gist options
  • Save Sottti/092999a7d315e7afc87ac499b2998eef to your computer and use it in GitHub Desktop.
Save Sottti/092999a7d315e7afc87ac499b2998eef to your computer and use it in GitHub Desktop.
internal val PIXEL_10_PRO_XL: DeviceConfig =
DeviceConfig(
screenHeight = 2992,
screenWidth = 1344,
xdpi = 486,
ydpi = 486,
orientation = ScreenOrientation.PORTRAIT,
uiMode = UiMode.NORMAL,
nightMode = NightMode.NOTNIGHT,
density = Density.create(560),
fontScale = 1f,
layoutDirection = LayoutDirection.LTR,
locale = null,
ratio = ScreenRatio.LONG,
size = ScreenSize.NORMAL,
keyboard = Keyboard.NOKEY,
touchScreen = TouchScreen.FINGER,
keyboardState = KeyboardState.SOFT,
softButtons = true,
navigation = Navigation.NONAV,
screenRound = null,
released = "August 20, 2025"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment