diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-11-13 14:11:56 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-11-13 14:11:56 +0000 |
commit | d0f0647bc8deeff87f297b4d60f6ed58a17a0d31 (patch) | |
tree | 2f82a355bbe8e953a9c0ce335b90578ddc791296 /app/src/main/AndroidManifest.xml | |
parent | f8c15e03af5a28251ee1abc88b1be1b1bbf8ad82 (diff) | |
download | infinity-for-reddit-d0f0647bc8deeff87f297b4d60f6ed58a17a0d31.tar infinity-for-reddit-d0f0647bc8deeff87f297b4d60f6ed58a17a0d31.tar.gz infinity-for-reddit-d0f0647bc8deeff87f297b4d60f6ed58a17a0d31.tar.bz2 infinity-for-reddit-d0f0647bc8deeff87f297b4d60f6ed58a17a0d31.tar.lz infinity-for-reddit-d0f0647bc8deeff87f297b4d60f6ed58a17a0d31.tar.xz infinity-for-reddit-d0f0647bc8deeff87f297b4d60f6ed58a17a0d31.tar.zst infinity-for-reddit-d0f0647bc8deeff87f297b4d60f6ed58a17a0d31.zip |
Version 5.1.0-beta3.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 14b7f150..1a7707e6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -34,6 +34,11 @@ android:theme="@style/AppTheme" android:usesCleartextTraffic="true" tools:replace="android:label"> + <activity android:name=".activities.EditProfileActivity" + android:label="@string/edit_profile_activity_label" + android:parentActivityName=".activities.MainActivity" + android:theme="@style/AppTheme.Slidable" + android:windowSoftInputMode="adjustPan" /> <activity android:name=".activities.WikiActivity" android:label="@string/wiki_activity_label" @@ -393,12 +398,6 @@ android:parentActivityName=".activities.MainActivity" android:theme="@style/AppTheme.SlidableWithTranslucentWindow" /> - <activity android:name=".activities.EditProfileActivity" - android:label="@string/edit_profile_activity_label" - android:parentActivityName=".activities.MainActivity" - android:theme="@style/AppTheme.Slidable" - android:windowSoftInputMode="adjustPan" /> - <provider android:name="androidx.core.content.FileProvider" android:authorities="ml.docilealligator.infinityforreddit.provider" |