Skip to content
Snippets Groups Projects
Commit 0921185a authored by Taras's avatar Taras
Browse files

Add invite to follow me button

parent d36da385
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,19 @@ ...@@ -70,6 +70,19 @@
app:layout_constraintTop_toBottomOf="@id/tvUserName" app:layout_constraintTop_toBottomOf="@id/tvUserName"
tools:text="texsdt" /> tools:text="texsdt" />
<com.google.android.material.button.MaterialButton
android:id="@+id/btnInviteToFollowMe"
style="@style/AccentButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/invite_to_follow_me"
android:textSize="12sp"
app:icon="@drawable/ic_link"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvUserId" />
<View <View
android:id="@+id/divider" android:id="@+id/divider"
...@@ -79,7 +92,7 @@ ...@@ -79,7 +92,7 @@
android:background="@color/divider_color" android:background="@color/divider_color"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvUserId" /> app:layout_constraintTop_toBottomOf="@id/btnInviteToFollowMe" />
<org.futo.circles.core.view.LoadingRecyclerView <org.futo.circles.core.view.LoadingRecyclerView
......
...@@ -252,6 +252,7 @@ ...@@ -252,6 +252,7 @@
<string name="shared_galleries">Shared Galleries</string> <string name="shared_galleries">Shared Galleries</string>
<string name="remove_image">Remove image</string> <string name="remove_image">Remove image</string>
<string name="remove_image_message">Are you sure you want to remove this image?</string> <string name="remove_image_message">Are you sure you want to remove this image?</string>
<string name="invite_to_follow_me">Invite to follow me</string>
<plurals name="notification_compat_summary_line_for_room"> <plurals name="notification_compat_summary_line_for_room">
<item quantity="one">%1$s: %2$d message</item> <item quantity="one">%1$s: %2$d message</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