Rename package names to org.fossify.*

This commit is contained in:
Naveen 2023-12-21 18:15:03 +05:30
parent 3a2535a980
commit 2d8a626ec0
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3
131 changed files with 915 additions and 883 deletions

View file

@ -30,7 +30,7 @@
android:layout_marginEnd="@dimen/activity_margin"
android:text="@string/conversation_name" />
<com.simplemobiletools.commons.views.MyTextView
<org.fossify.commons.views.MyTextView
android:id="@+id/conversation_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -62,13 +62,13 @@
android:layout_marginEnd="@dimen/activity_margin"
android:text="@string/members" />
<com.simplemobiletools.commons.views.MyRecyclerView
<org.fossify.commons.views.MyRecyclerView
android:id="@+id/participants_recyclerview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/normal_margin"
android:clipToPadding="false"
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager"
app:layoutManager="org.fossify.commons.views.MyLinearLayoutManager"
tools:itemCount="3"
tools:listitem="@layout/item_contact_with_number" />