Loading app/src/main/res/layout/widget_note_list_dark.xml +2 −3 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="@color/fg_default_dark_theme" android:divider="@color/fg_default_high"/> android:divider="@color/fg_default_low_dark_theme"/> <TextView android:id="@+id/widget_note_list_placeholder_tv_dark" Loading @@ -72,7 +72,6 @@ android:layout_height="match_parent" android:gravity="center" android:text="@string/widget_note_list_placeholder" android:textColor="@color/fg_default_high" android:background="@color/widget_background_dark_theme"/> android:textColor="@color/fg_default_dark_theme" /> </LinearLayout> app/src/main/res/layout/widget_single_note.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ android:layout_height="match_parent" android:gravity="center" android:text="@string/widget_single_note_placeholder_tv" android:textColor="@color/fg_default_high" android:textColor="@color/fg_default_high_dark_theme" android:textAlignment="center" android:padding="@dimen/widget_single_note_padding" /> Loading app/src/main/res/values-night/colors.xml +0 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,4 @@ <color name="category_background">@color/primary</color> <color name="category_border">@color/primary</color> <color name="widget_background">#222</color> <color name="widget_fg_default_low">#aaaaaa</color> </resources> No newline at end of file app/src/main/res/values/colors.xml +1 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ <!-- Dark Theme --> <!-- Defined here until appwidgets can use night/colors --> <color name="separator_dark_theme">#666666</color> <color name="bg_transparent_dark_theme">#aa000000</color> <color name="bg_highlighted_dark_theme">#f3f3f3</color> <color name="bg_normal_dark_theme">#222</color> Loading @@ -42,4 +40,5 @@ <color name="fg_contrast_dark_theme">#ffffff</color> <color name="widget_background_dark_theme">#bf222222</color> <color name="widget_fg_dark_theme">#ffffff</color> </resources> Loading
app/src/main/res/layout/widget_note_list_dark.xml +2 −3 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="@color/fg_default_dark_theme" android:divider="@color/fg_default_high"/> android:divider="@color/fg_default_low_dark_theme"/> <TextView android:id="@+id/widget_note_list_placeholder_tv_dark" Loading @@ -72,7 +72,6 @@ android:layout_height="match_parent" android:gravity="center" android:text="@string/widget_note_list_placeholder" android:textColor="@color/fg_default_high" android:background="@color/widget_background_dark_theme"/> android:textColor="@color/fg_default_dark_theme" /> </LinearLayout>
app/src/main/res/layout/widget_single_note.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ android:layout_height="match_parent" android:gravity="center" android:text="@string/widget_single_note_placeholder_tv" android:textColor="@color/fg_default_high" android:textColor="@color/fg_default_high_dark_theme" android:textAlignment="center" android:padding="@dimen/widget_single_note_padding" /> Loading
app/src/main/res/values-night/colors.xml +0 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,4 @@ <color name="category_background">@color/primary</color> <color name="category_border">@color/primary</color> <color name="widget_background">#222</color> <color name="widget_fg_default_low">#aaaaaa</color> </resources> No newline at end of file
app/src/main/res/values/colors.xml +1 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ <!-- Dark Theme --> <!-- Defined here until appwidgets can use night/colors --> <color name="separator_dark_theme">#666666</color> <color name="bg_transparent_dark_theme">#aa000000</color> <color name="bg_highlighted_dark_theme">#f3f3f3</color> <color name="bg_normal_dark_theme">#222</color> Loading @@ -42,4 +40,5 @@ <color name="fg_contrast_dark_theme">#ffffff</color> <color name="widget_background_dark_theme">#bf222222</color> <color name="widget_fg_dark_theme">#ffffff</color> </resources>