Skip to content
Snippets Groups Projects
Commit 0d0fecf9 authored by Taras's avatar Taras
Browse files

Rename ui to feature

parent faf3543d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<fragment <fragment
android:id="@+id/logInFragment" android:id="@+id/logInFragment"
android:name="com.futo.circles.ui.log_in.LogInFragment" android:name="com.futo.circles.feature.log_in.LogInFragment"
android:label="Log In" android:label="Log In"
tools:layout="@layout/log_in_fragment"> tools:layout="@layout/log_in_fragment">
<action <action
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<fragment <fragment
android:id="@+id/signUpFragment" android:id="@+id/signUpFragment"
android:name="com.futo.circles.ui.sign_up.SignUpFragment" android:name="com.futo.circles.feature.sign_up.SignUpFragment"
android:label="Log In" android:label="Log In"
tools:layout="@layout/sign_up_fragment"> tools:layout="@layout/sign_up_fragment">
<action <action
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<fragment <fragment
android:id="@+id/bottomNavigationFragment" android:id="@+id/bottomNavigationFragment"
android:name="com.futo.circles.ui.bottom_navigation.BottomNavigationFragment" android:name="com.futo.circles.feature.bottom_navigation.BottomNavigationFragment"
android:label="Bottom Navigation" android:label="Bottom Navigation"
tools:layout="@layout/bottom_navigation_fragment" /> tools:layout="@layout/bottom_navigation_fragment" />
......
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
<string name="reply">Reply</string> <string name="reply">Reply</string>
<string name="share">Share</string> <string name="share">Share</string>
<string name="hide_replies">Hide replies</string> <string name="hide_replies">Hide replies</string>
<string name="invite_members">Invite members</string> <string name="invite_members">Invite members</string>
<string name="invite_members_to_format">Invite members to %s</string> <string name="invite_members_to_format">Invite members to %s</string>
<string name="search_by_name_or_id">Search by name or id</string>
<plurals name="member_plurals"> <plurals name="member_plurals">
<item quantity="one">%d member</item> <item quantity="one">%d member</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment