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

@ -7,7 +7,7 @@
android:paddingTop="@dimen/big_margin"
android:paddingRight="@dimen/big_margin">
<com.simplemobiletools.commons.views.MyTextView
<org.fossify.commons.views.MyTextView
android:id="@+id/delete_remember_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -16,7 +16,7 @@
android:text="@string/delete_whole_conversation_confirmation"
android:textSize="@dimen/bigger_text_size" />
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
<org.fossify.commons.views.MyAppCompatCheckbox
android:id="@+id/skip_the_recycle_bin_checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"