add: logout button on drawer menu

This commit is contained in:
hyb1996
2017-12-31 17:56:35 +08:00
parent 002a11149e
commit 5ed6e2bea8
21 changed files with 839 additions and 607 deletions

View File

@@ -15,6 +15,12 @@
android:name=".execution.ScriptExecuteActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
<activity
android:name="com.stardust.autojs.core.image.ScreenCaptureRequestActivity"
android:excludeFromRecents="true"
android:taskAffinity="com.stardust.autojs.runtime.api.image.ScreenCaptureRequestActivity"
android:theme="@style/AppTheme.Transparent"/>
</application>
</manifest>