Skip to content

Commit

Permalink
missing values added
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-mujeeb committed Jul 4, 2023
1 parent d45a214 commit 1bb5eab
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
android:layout_gravity="center"
android:layout_marginTop="24dp" />




</FrameLayout>
9 changes: 9 additions & 0 deletions button_morphing/src/main/res/drawable/round_loading.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="#FF000000"
android:pathData="M480,880q-84,0 -157,-31t-127,-85q-54,-54 -85,-127T80,480q0,-84 31,-157t85,-127q54,-54 127,-85t157,-31q12,0 21,9t9,21q0,12 -9,21t-21,9q-141,0 -240.5,99.5T140,480q0,141 99.5,240.5T480,820q141,0 240.5,-99.5T820,480q0,-12 9,-21t21,-9q12,0 21,9t9,21q0,84 -31,157t-85,127q-54,54 -127,85T480,880Z"/>
</vector>
8 changes: 8 additions & 0 deletions button_morphing/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="light_green">#c4e9d5</color>
<color name="green">#0b9845</color>
<color name="gray">#dee1e2</color>
<color name="red">#FFE91E63</color>
<color name="light_yellow">#FFFFF59D</color>
</resources>

0 comments on commit 1bb5eab

Please sign in to comment.