Merge pull request #5928 from kivy/feature-screen-tablet-huawei-m10

Add definition for the HUAWEI MediaPad M3 Lite 10 tablet
This commit is contained in:
Akshay Arora 2018-09-17 12:45:27 +05:30 committed by GitHub
commit ce8017c5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -102,7 +102,9 @@ devices = {
'tablet_sony_xperia_z3_tablet': ('Sony Xperia Z3 Tablet',
1920, 1200, 282, 2.0),
'tablet_sony_xperia_z4_tablet': ('Sony Xperia Z4 Tablet',
2560, 1600, 297, 2.0)
2560, 1600, 297, 2.0),
'tablet_huawei_mediapad_m3_lite_10': ('HUAWEI MediaPad M3 Lite 10',
1920, 1200, 320, 2.25)
}