Loading opentasks/src/main/res/layout/activity_settings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ android:layout_width="match_parent" android:orientation="vertical" android:background="@color/color_default_background" android:fitsSystemWindows="true" android:layout_height="match_parent"> <com.google.android.material.appbar.AppBarLayout Loading opentasks/src/main/res/values-v27/styles.xml +3 −0 Original line number Diff line number Diff line Loading @@ -14,5 +14,8 @@ <style name="AboutTheme" parent="AboutBaseTheme"> <item name="android:windowLightStatusBar">true</item> <item name="android:windowLightNavigationBar">true</item> <!-- Disable edge-to-edge --> <item name="android:fitsSystemWindows">true</item> </style> </resources> No newline at end of file opentasks/src/main/res/values/styles.xml +4 −1 Original line number Diff line number Diff line Loading @@ -183,6 +183,9 @@ <item name="actionMenuTextColor">@color/e_secondary_text_color</item> <item name="android:textColorPrimary">@color/accent</item> <item name="colorAccent">@color/accent</item> <!-- Disable edge-to-edge --> <item name="android:fitsSystemWindows">true</item> </style> <style name="MyActionBar" parent="@android:style/Widget.Holo.Light.ActionBar"> Loading Loading @@ -257,7 +260,7 @@ </style> <style name="actionColorBar"> <item name="android:layout_height">@dimen/abc_action_bar_default_height_material</item> <item name="android:layout_height">0dp</item> </style> Loading Loading
opentasks/src/main/res/layout/activity_settings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ android:layout_width="match_parent" android:orientation="vertical" android:background="@color/color_default_background" android:fitsSystemWindows="true" android:layout_height="match_parent"> <com.google.android.material.appbar.AppBarLayout Loading
opentasks/src/main/res/values-v27/styles.xml +3 −0 Original line number Diff line number Diff line Loading @@ -14,5 +14,8 @@ <style name="AboutTheme" parent="AboutBaseTheme"> <item name="android:windowLightStatusBar">true</item> <item name="android:windowLightNavigationBar">true</item> <!-- Disable edge-to-edge --> <item name="android:fitsSystemWindows">true</item> </style> </resources> No newline at end of file
opentasks/src/main/res/values/styles.xml +4 −1 Original line number Diff line number Diff line Loading @@ -183,6 +183,9 @@ <item name="actionMenuTextColor">@color/e_secondary_text_color</item> <item name="android:textColorPrimary">@color/accent</item> <item name="colorAccent">@color/accent</item> <!-- Disable edge-to-edge --> <item name="android:fitsSystemWindows">true</item> </style> <style name="MyActionBar" parent="@android:style/Widget.Holo.Light.ActionBar"> Loading Loading @@ -257,7 +260,7 @@ </style> <style name="actionColorBar"> <item name="android:layout_height">@dimen/abc_action_bar_default_height_material</item> <item name="android:layout_height">0dp</item> </style> Loading