something

This commit is contained in:
aayush262 2024-02-03 17:38:38 +05:30
parent 97ed84127e
commit dc2c0c1027
3 changed files with 17 additions and 3 deletions

View file

@ -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>

View file

@ -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

View file

@ -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="">