diff --git a/app/src/main/res/layout/repo_list_activity.xml b/app/src/main/res/layout/repo_list_activity.xml index 13e43e525..472461097 100644 --- a/app/src/main/res/layout/repo_list_activity.xml +++ b/app/src/main/res/layout/repo_list_activity.xml @@ -1,6 +1,7 @@ @@ -10,7 +11,8 @@ android:title="@string/menu_manage" android:layout_width="match_parent" android:layout_height="wrap_content" - android:theme="?attr/toolbar_theme"/> + app:theme="?attr/actionBarTheme" + app:popupTheme="?attr/actionBarPopupTheme" /> - + app:theme="?attr/actionBarTheme" + app:popupTheme="?attr/actionBarPopupTheme" /> @color/fdroid_green @style/AlertDialogThemeDark @style/TextViewStyle + @style/AppThemeLight.Toolbar + @style/AppThemeLight.Toolbar - - -