Skip to content

Commit

Permalink
use default title bar in licenses screen
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Apr 22, 2020
1 parent 22001fe commit 3986530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<item name="android:windowBackground">@drawable/splash_screen</item>
</style>

<style name="LicensesTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
<style name="LicensesTheme" parent="Theme.AppCompat.DayNight">
</style>

<style name="searchTextHighlight">
Expand Down

0 comments on commit 3986530

Please sign in to comment.