feat: add font customization (#676)

* fix: use AndroidX AppCompat PopupMenu

* feat: add font customization
This commit is contained in:
Naveen Singh 2026-01-26 00:08:09 +05:30 committed by GitHub
parent d5a6ef09b1
commit e904efa6ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 22 additions and 18 deletions

View file

@ -27,7 +27,7 @@
android:layout_marginStart="@dimen/medium_margin"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatTextView
<org.fossify.commons.views.MyTextView
android:id="@+id/vcard_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -39,7 +39,7 @@
tools:text="Elon Reeve Musk"
tools:visibility="visible" />
<androidx.appcompat.widget.AppCompatTextView
<org.fossify.commons.views.MyTextView
android:id="@+id/vcard_subtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -48,7 +48,7 @@
tools:text="and 6 others"
tools:visibility="visible" />
<androidx.appcompat.widget.AppCompatTextView
<org.fossify.commons.views.MyTextView
android:id="@+id/view_contact_details"
android:layout_width="match_parent"
android:layout_height="wrap_content"