Transparent background when record voice

This commit is contained in:
12aw 2024-01-13 16:28:12 +01:00
parent 8af0a1278b
commit 1b7b48c4dd
2 changed files with 36 additions and 36 deletions

View file

@ -11,35 +11,9 @@
"type": "UNIVERSAL", "type": "UNIVERSAL",
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 156, "versionCode": 157,
"versionName": "1.7.8.5", "versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.5-git-universal-release.apk" "outputFile": "monocles chat-1.7.8.6-git-universal-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
}
],
"attributes": [],
"versionCode": 15602,
"versionName": "1.7.8.5",
"outputFile": "monocles chat-1.7.8.5-git-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 15603,
"versionName": "1.7.8.5",
"outputFile": "monocles chat-1.7.8.5-git-x86_64-release.apk"
}, },
{ {
"type": "ONE_OF_MANY", "type": "ONE_OF_MANY",
@ -50,9 +24,22 @@
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 15604, "versionCode": 15704,
"versionName": "1.7.8.5", "versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.5-git-arm64-v8a-release.apk" "outputFile": "monocles chat-1.7.8.6-git-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
}
],
"attributes": [],
"versionCode": 15702,
"versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.6-git-x86-release.apk"
}, },
{ {
"type": "ONE_OF_MANY", "type": "ONE_OF_MANY",
@ -63,9 +50,22 @@
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 15601, "versionCode": 15701,
"versionName": "1.7.8.5", "versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.5-git-armeabi-v7a-release.apk" "outputFile": "monocles chat-1.7.8.6-git-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 15703,
"versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.6-git-x86_64-release.apk"
} }
], ],
"elementType": "File" "elementType": "File"

View file

@ -456,7 +456,7 @@
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:launchMode="singleInstance" android:launchMode="singleInstance"
android:supportsPictureInPicture="true" android:supportsPictureInPicture="true"
android:theme="@style/ConversationsTheme.FullScreen" /> android:theme="@style/AppTheme.Transparent" />
<activity <activity
android:name=".ui.ShareLocationActivity" android:name=".ui.ShareLocationActivity"
android:label="@string/share_location" android:label="@string/share_location"