Skip to content

Commit

Permalink
Updated the OSS screen theme
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Jun 18, 2024
1 parent 3698054 commit 9838bd2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@
android:name=".ui.settings.about.AboutSettingsActivity"
android:parentActivityName=".ui.settings.SettingsActivity" />

<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:theme="@style/AppThemeActionBar" />

<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/AppThemeActionBar" />

<activity
android:name=".ui.help.HelpActivity"
android:parentActivityName=".MainActivity" />
Expand Down

0 comments on commit 9838bd2

Please sign in to comment.