Skip to content

Commit 5bea87f

Browse files
committed
just make it actually 16:9
1 parent 8617d90 commit 5bea87f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/com/geode/launcher/GeometryDashActivity.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,7 @@ class GeometryDashActivity : AppCompatActivity(), Cocos2dxHelper.Cocos2dxHelperL
366366
frameLayout.layoutParams = frameLayoutParams
367367

368368
if (displayMode == DisplayMode.LIMITED) {
369-
// despite not being perfectly 16:9, this is what Android calls "16:9"
370-
frameLayout.aspectRatio = 1.86f
369+
frameLayout.aspectRatio = 1.77f
371370
}
372371

373372
val editTextLayoutParams = ViewGroup.LayoutParams(

0 commit comments

Comments
 (0)