Skip to content

Commit

Permalink
Switching theme based on device night module config
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiya-kume committed Aug 24, 2023
1 parent b1109b0 commit f318919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@

<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />
android:theme="@style/Theme.AppCompat.DayNight.DarkActionBar" />

<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />
android:theme="@style/Theme.AppCompat.DayNight.DarkActionBar" />

</application>

Expand Down

0 comments on commit f318919

Please sign in to comment.