Skip to content

Commit 660b98a

Browse files
committedMay 18, 2024
fix(editor): remove stroke from contentCard
1 parent 41980ea commit 660b98a

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ captures/
5959
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
6060
.idea/navEditor.xml
6161
.idea/deploymentTargetDropDown.xml
62+
.idea/deploymentTargetSelector.xml
6263
.idea/studiobot.xml
6364

6465
# Keystore files

‎.idea/deploymentTargetSelector.xml

-18
This file was deleted.

‎app/src/main/res/layout/activity_editor.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
android:layout_height="match_parent"
2525
app:cardBackgroundColor="?attr/colorSurface"
2626
app:cardCornerRadius="@dimen/editor_container_corners"
27-
app:cardElevation="0dp">
27+
app:cardElevation="0dp"
28+
app:strokeWidth="0dp">
2829

2930
<include
3031
android:id="@+id/content"

0 commit comments

Comments
 (0)