Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush2622 committed Feb 3, 2024
1 parent 97ed841 commit dc2c0c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/ic_round_equal_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:pathData="M3,8C2.448,8 2,8.448 2,9C2,9.552 2.448,10 3,10H21C21.552,10 22,9.552 22,9C22,8.448 21.552,8 21,8H3Z"
android:fillColor="@android:color/white"/>
<path
android:pathData="M3,14C2.448,14 2,14.448 2,15C2,15.552 2.448,16 3,16H21C21.552,16 22,15.552 22,15C22,14.448 21.552,14 21,14H3Z"
android:fillColor="@android:color/white"/>
</vector>
5 changes: 3 additions & 2 deletions app/src/main/res/layout/item_extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
<ImageView
android:id="@+id/extensionPinImageView"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_height="24dp"
android:layout_marginStart="-10dp"
android:layout_gravity="center_vertical"
android:src="@drawable/ic_round_filter_24"
android:src="@drawable/ic_round_equal_24"
android:layout_marginEnd="3dp" />

<ImageView
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<style name="HeadingText">
<item name="android:fontFamily">@font/poppins_bold</item>
<item name="android:textColor">?attr/colorPrimary</item>
<item name="android:textSize">58sp</item>
<item name="android:textSize">18sp</item>
</style>

<style name="BottomNavBar" parent="">
Expand Down

0 comments on commit dc2c0c1

Please sign in to comment.