Created
September 8, 2025 16:04
-
-
Save Sottti/092999a7d315e7afc87ac499b2998eef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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