Skip to content

Commit

Permalink
Improved Toast 12 Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Aug 2, 2024
1 parent d0b4325 commit 0e90c2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/drawable-night-v24/toast_frame_style_12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<shape>
<solid android:color="@android:color/system_neutral1_800" />
<corners
android:bottomLeftRadius="14dp"
android:bottomRightRadius="24dp"
android:topLeftRadius="24dp"
android:topRightRadius="14dp" />
android:bottomLeftRadius="10dp"
android:bottomRightRadius="20dp"
android:topLeftRadius="20dp"
android:topRightRadius="10dp" />
</shape>
</item>
</layer-list>
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/drawable-v24/toast_frame_style_12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<shape>
<solid android:color="@android:color/system_neutral1_50" />
<corners
android:bottomLeftRadius="14dp"
android:bottomRightRadius="24dp"
android:topLeftRadius="24dp"
android:topRightRadius="14dp" />
android:bottomLeftRadius="10dp"
android:bottomRightRadius="20dp"
android:topLeftRadius="20dp"
android:topRightRadius="10dp" />
</shape>
</item>
</layer-list>
Expand Down

0 comments on commit 0e90c2b

Please sign in to comment.