From 42c7b316f37b17178518cbf9649a788fcdf0895c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 13 Jun 2019 12:16:04 +0800 Subject: Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. --- app/src/main/AndroidManifest.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e1c3adf1..a0d209a4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,17 +19,23 @@ android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true"> - + - + android:parentActivityName=".MainActivity" + android:theme="@style/AppTheme.NoActionBar" /> + @@ -47,7 +53,8 @@ android:theme="@style/AppTheme.ActionBar.Transparent" /> + android:parentActivityName=".MainActivity" + android:theme="@style/AppTheme.NoActionBar"/>