Skip to content

Commit 1ad03f1

Browse files
committed
Remove system actionbar from in-app gallery
1 parent cb7a30c commit 1ad03f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@
159159

160160
<activity
161161
android:name=".ui.activities.VideoPlayer"
162-
android:theme="@style/OverlayActionBar"
162+
android:theme="@style/Theme.Design.NoActionBar"
163163
android:taskAffinity=".ui.activities.VideoPlayer"
164164
android:excludeFromRecents="true"
165165
android:exported="false"/>
166166

167167
<activity
168168
android:name=".ui.activities.InAppGallery"
169-
android:theme="@style/OverlayActionBar"
169+
android:theme="@style/Theme.Design.NoActionBar"
170170
android:taskAffinity=".ui.activities.InAppGallery"
171171
android:excludeFromRecents="true"
172172
android:exported="false"/>

0 commit comments

Comments
 (0)