Rename package names to org.fossify.*
This commit is contained in:
parent
3a2535a980
commit
2d8a626ec0
131 changed files with 915 additions and 883 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue