From 4eb35dc9a366bf369ea4159c78670b1f0c6f48f9 Mon Sep 17 00:00:00 2001 From: Naiki00 Date: Sat, 9 Jan 2021 01:43:07 +0100 Subject: [PATCH] Zmiania koloru - ujednolicenie palety --- app/src/main/res/layout/view_note.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"