manage_feeds/src/main/res/values/styles.xml
changeset 1194 09e8835d10a4
parent 1193 704bb2c0aced
child 1218 9e0cbd3dcf63
--- a/manage_feeds/src/main/res/values/styles.xml	Thu Mar 07 18:35:17 2024 -0400
+++ b/manage_feeds/src/main/res/values/styles.xml	Thu Mar 07 19:32:57 2024 -0400
@@ -23,22 +23,6 @@
 -->
 <resources>
     <style name="AppTheme.ManageFeedsActivity" parent="AppTheme.NoActionBar"/>
-
-    <style name="AppTheme.AddFeedActivity" parent="@style/Theme.MaterialComponents.DayNight.BottomSheetDialog">
-        <!-- use the material Blue Grey palette -->
-        <item name="colorPrimary">@color/material_blue_grey_500</item>
-        <item name="colorPrimaryDark">@color/material_blue_grey_500_darker</item>
-        <item name="colorPrimaryVariant">@color/material_blue_grey_500_darker</item>
-        <item name="colorSecondary">@color/material_green_a700</item>
-        <item name="colorSecondaryVariant">@color/material_green_a700_darker</item>
-        <item name="colorOnPrimary">@android:color/white</item>
-        <item name="colorOnSecondary">@android:color/white</item>
-
-        <!-- needed for a BottomDialogActivity -->
-        <item name="windowNoTitle">true</item>
-        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
-        <item name="android:windowTranslucentStatus">false</item>
-        <item name="android:windowTranslucentNavigation">true</item>
-
-    </style>
+py
+    <style name="AppTheme.AddFeedActivity" parent="Theme.Geekdroid.ModalBottomSheetDialogActivity"/>
 </resources>