fix: notification size
This commit is contained in:
parent
95fa5dcd9b
commit
4ba1408f0f
3 changed files with 12 additions and 13 deletions
|
@ -346,7 +346,6 @@
|
|||
android:fontFamily="@font/poppins_bold"
|
||||
android:text="@string/about_me"
|
||||
android:padding="8dp"
|
||||
android:text="Bio"
|
||||
android:textSize="18sp"/>
|
||||
|
||||
<WebView
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
android:padding="8dp"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/poppins_semi_bold"
|
||||
android:maxLines="2"
|
||||
android:maxLines="3"
|
||||
android:textSize="14dp"
|
||||
android:transitionName="mediaTitle"
|
||||
tools:ignore="SpUsage"
|
||||
|
@ -94,7 +94,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|bottom"
|
||||
android:layout_marginTop="2dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:fontFamily="@font/poppins_semi_bold"
|
||||
android:text="Wed,06 March 2024, 7:00PM"
|
||||
android:textSize="10sp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue