From 84429abb7da7305fbde6511231f96e22c3ee4d69 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Wed, 22 Jun 2016 19:07:43 +0200 Subject: [PATCH] Raise screen DPI to get UI properly scaled --- src/anbox/support/boot_properties_message_processor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anbox/support/boot_properties_message_processor.cpp b/src/anbox/support/boot_properties_message_processor.cpp index b668eb10..d118fd20 100644 --- a/src/anbox/support/boot_properties_message_processor.cpp +++ b/src/anbox/support/boot_properties_message_processor.cpp @@ -55,7 +55,7 @@ void BootPropertiesMessageProcessor::list_properties() { // TODO(morphis): Using HDPI here for now but should be adjusted to the device // we're running on. - "qemu.sf.lcd_density=240", + "ro.sf.lcd_density=480", // libhwui detects that we support certain GLESv3 extensions which // we don't yet support in our host channel so we have to disable -- GitLab