Skip to content

Commit bb4156e

Browse files
committed
Improve card design
1 parent 1f72257 commit bb4156e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/src/main/res/layout/activity_evaluations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<androidx.cardview.widget.CardView
1111
android:backgroundTint="@color/cardview_background_color"
1212
android:id="@+id/card"
13-
app:cardElevation="0dp"
13+
app:cardElevation="1dp"
1414
app:cardCornerRadius="30dp"
1515
android:layout_width="wrap_content"
1616
android:layout_height="wrap_content"

app/src/main/res/layout/feed_app_card.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:layout_width="match_parent"
1111
android:layout_height="wrap_content"
1212
app:cardCornerRadius="30dp"
13-
app:cardElevation="0dp"
13+
app:cardElevation="1dp"
1414
android:layout_marginLeft="5dp"
1515
android:layout_marginRight="5dp"
1616
android:layout_marginBottom="5dp"

app/src/main/res/layout/search_app_card.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android:backgroundTint="@color/cardview_background_color"
1010
android:layout_width="match_parent"
1111
android:layout_height="wrap_content"
12-
app:cardElevation="0dp"
12+
app:cardElevation="1dp"
1313
app:cardCornerRadius="30dp"
1414
android:layout_marginLeft="5dp"
1515
android:layout_marginRight="5dp"
@@ -90,4 +90,4 @@
9090

9191
</androidx.constraintlayout.widget.ConstraintLayout>
9292
</androidx.cardview.widget.CardView>
93-
</LinearLayout>
93+
</LinearLayout>

0 commit comments

Comments
 (0)