fix some part of console hidden on low dpi device

This commit is contained in:
hyb1996
2017-07-11 20:46:34 +08:00
parent 14d2b4923c
commit d04ef71a67
5 changed files with 14 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
<application
>
<activity android:name=".execution.ScriptExecuteActivity"/>
<service
android:name="com.stardust.view.accessibility.AccessibilityService"
android:label="@string/_app_name"
@@ -18,6 +19,7 @@
android:resource="@xml/accessibility_service_config"/>
</service>
</application>
</manifest>