Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahammed committed Dec 28, 2022
1 parent c0ebf67 commit bb18632
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 316 deletions.
327 changes: 11 additions & 316 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">

<solid android:color="#FFFFFFFF" />
<stroke android:color="#CCE74E0F"
android:width="1dp"/>

<corners
android:bottomLeftRadius="@dimen/_40sdp"
android:bottomRightRadius="@dimen/_40sdp"
android:topLeftRadius="@dimen/_40sdp"
android:topRightRadius="@dimen/_40sdp" />

</shape>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">

<solid android:color="#CCE74E0F" />
<stroke android:color="#CCE74E0F"
android:width="0dp"/>

<corners
android:bottomLeftRadius="@dimen/_40sdp"
android:bottomRightRadius="@dimen/_40sdp"
android:topLeftRadius="@dimen/_40sdp"
android:topRightRadius="@dimen/_40sdp" />

</shape>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit bb18632

Please sign in to comment.