Skip to content

Commit 59a9a9f

Browse files
committed
Remove system actionbar from in-app gallery
1 parent d653051 commit 59a9a9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,15 @@
163163
<activity
164164
android:name=".ui.activities.VideoPlayer"
165165
android:theme="@style/Theme.Viewer"
166+
android:theme="@style/Theme.Design.NoActionBar"
166167
android:taskAffinity=".ui.activities.VideoPlayer"
167168
android:excludeFromRecents="true"
168169
android:exported="false"/>
169170

170171
<activity
171172
android:name=".ui.activities.InAppGallery"
172173
android:theme="@style/Theme.Viewer"
174+
android:theme="@style/Theme.Design.NoActionBar"
173175
android:taskAffinity=".ui.activities.InAppGallery"
174176
android:excludeFromRecents="true"
175177
android:exported="false"/>

0 commit comments

Comments
 (0)