Loading app/src/main/res/layout/widget_entry.xml +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:textColor="@color/color_default_primary_text" android:textColor="@color/widget_foreground" android:ellipsize="end" android:gravity="center_vertical" android:lines="1" Loading app/src/main/res/layout/widget_note_list.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ android:layout_height="match_parent" android:gravity="center" android:text="@string/widget_note_list_placeholder" android:textColor="@color/fg_default_high" android:textColor="@color/widget_foreground" tools:visibility="gone" /> </LinearLayout> app/src/main/res/layout/widget_single_note.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ android:gravity="center" android:padding="@dimen/spacer_1x" android:text="@string/widget_single_note_placeholder_tv" android:textColor="@color/color_default_primary_text" android:textColor="@color/widget_foreground" android:textAlignment="center" /> </RelativeLayout> app/src/main/res/layout/widget_single_note_content.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,5 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:lineSpacingMultiplier="@dimen/note_line_spacing" android:textColor="@color/color_default_primary_text" android:textColor="@color/widget_foreground" tools:text="@tools:sample/lorem/random" /> No newline at end of file app/src/main/res/values/colors.xml +2 −2 Original line number Diff line number Diff line Loading @@ -37,6 +37,6 @@ <color name="appbar">@color/primary_dark</color> <color name="widget_background">#ddffffff</color> <color name="widget_foreground">#222222</color> <color name="widget_background">@color/e_background</color> <color name="widget_foreground">@color/e_primary_text_color</color> </resources> Loading
app/src/main/res/layout/widget_entry.xml +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:textColor="@color/color_default_primary_text" android:textColor="@color/widget_foreground" android:ellipsize="end" android:gravity="center_vertical" android:lines="1" Loading
app/src/main/res/layout/widget_note_list.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ android:layout_height="match_parent" android:gravity="center" android:text="@string/widget_note_list_placeholder" android:textColor="@color/fg_default_high" android:textColor="@color/widget_foreground" tools:visibility="gone" /> </LinearLayout>
app/src/main/res/layout/widget_single_note.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ android:gravity="center" android:padding="@dimen/spacer_1x" android:text="@string/widget_single_note_placeholder_tv" android:textColor="@color/color_default_primary_text" android:textColor="@color/widget_foreground" android:textAlignment="center" /> </RelativeLayout>
app/src/main/res/layout/widget_single_note_content.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,5 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:lineSpacingMultiplier="@dimen/note_line_spacing" android:textColor="@color/color_default_primary_text" android:textColor="@color/widget_foreground" tools:text="@tools:sample/lorem/random" /> No newline at end of file
app/src/main/res/values/colors.xml +2 −2 Original line number Diff line number Diff line Loading @@ -37,6 +37,6 @@ <color name="appbar">@color/primary_dark</color> <color name="widget_background">#ddffffff</color> <color name="widget_foreground">#222222</color> <color name="widget_background">@color/e_background</color> <color name="widget_foreground">@color/e_primary_text_color</color> </resources>