From 041cf00510a75042223d1857660fc7f1dff958ef Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 10 May 2020 19:21:39 +0530 Subject: Treewide codestyle cleanup (#765) - Updated gitignore and checked in the IDE's codestyle config - Removed spotless as the underlying ktlint backend has failed to resolve the super frustrating import order bug[1] in nearly a year - Reformat the entire codebase based on the previously committed code style configuration. 1: https://github.com/pinterest/ktlint/issues/527 --- app/src/main/AndroidManifest.xml | 58 +++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 25 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c89d2599..7d53fd7a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,9 +21,9 @@ android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:requestLegacyExternalStorage="true" android:supportsRtl="true" android:theme="@style/AppTheme" - android:requestLegacyExternalStorage="true" tools:ignore="GoogleAppIndexingWarning"> - + - - + - + + android:label="@string/action_settings" + android:parentActivityName=".PasswordStore" /> + @@ -66,14 +71,17 @@ android:resource="@xml/autofill_config" /> - + - + + android:windowSoftInputMode="adjustResize" /> + android:theme="@style/DialogLikeTheme" + android:windowSoftInputMode="adjustNothing" /> + android:theme="@style/NoBackgroundTheme" /> + android:theme="@style/DialogLikeTheme" + android:windowSoftInputMode="adjustNothing" /> -- cgit v1.2.3