Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 660b98a

Browse files
committed
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 2 additions & 1 deletion
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)