Skip to content

Commit

Permalink
Merge pull request #71 from Suryansh1720001/Main_Screen_Icons
Browse files Browse the repository at this point in the history
Add Icons
  • Loading branch information
NehaVns authored Feb 11, 2024
2 parents b2de08b + d2cffce commit a5e8428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added app/src/main/res/drawable/rain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@

<ImageView
android:id="@+id/iv_img"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_width="90dp"
android:layout_height="90dp"
android:layout_gravity="center"
android:layout_margin="@dimen/_10dp"
android:contentDescription="@string/image_contentDescription"
app:srcCompat="@drawable/snowflake" />
app:srcCompat="@drawable/rain" />

<TextView
android:fontFamily="@font/protestrevolution_regular"
Expand Down

0 comments on commit a5e8428

Please sign in to comment.