diff --git a/app/src/main/res/layout/view_note.xml b/app/src/main/res/layout/view_note.xml index f06c317..25b0318 100644 --- a/app/src/main/res/layout/view_note.xml +++ b/app/src/main/res/layout/view_note.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="5dp" - app:cardBackgroundColor="#2196F3" + app:cardBackgroundColor="#ffffff" app:cardCornerRadius="10dp" app:cardElevation="2dp" app:contentPadding="0dp"> @@ -38,7 +38,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAlignment="viewStart" - android:textColor="@color/black" android:textSize="14sp" android:maxLines="4" android:ellipsize="end"