Skip to content

Commit 1c77720

Browse files
committed
Use no action bar theme
(for InAppGallery and VideoPlayer activities)
1 parent 88583c5 commit 1c77720

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,13 @@
162162

163163
<activity
164164
android:name=".ui.activities.VideoPlayer"
165-
android:theme="@style/Theme.Viewer"
166165
android:theme="@style/Theme.Design.NoActionBar"
167166
android:taskAffinity=".ui.activities.VideoPlayer"
168167
android:excludeFromRecents="true"
169168
android:exported="false"/>
170169

171170
<activity
172171
android:name=".ui.activities.InAppGallery"
173-
android:theme="@style/Theme.Viewer"
174172
android:theme="@style/Theme.Design.NoActionBar"
175173
android:taskAffinity=".ui.activities.InAppGallery"
176174
android:excludeFromRecents="true"

0 commit comments

Comments
 (0)