]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
use DayNight theme overlay for the profile details toolbar
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 17 Aug 2020 16:37:05 +0000 (19:37 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 17 Aug 2020 16:37:05 +0000 (19:37 +0300)
app/src/main/res/layout/activity_profile_detail.xml

index 9b8047c77013f70865e4ef11f4fc46c362f468f1..87c7554aaa62f38dae146045438952cf6cc88d6f 100644 (file)
@@ -44,7 +44,8 @@
                 android:layout_width="match_parent"
                 android:layout_height="?attr/actionBarSize"
                 app:layout_collapseMode="pin"
-                app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
+                app:popupTheme="@style/ThemeOverlay.AppCompat.DayNight"
+                />
 
         </com.google.android.material.appbar.CollapsingToolbarLayout>