feat: revamping text activities (#406)

* feat(storyReply): redesigned components

* feat(storyReply): fixed all markdowns
This commit is contained in:
ibo 2024-06-01 15:27:11 +02:00 committed by GitHub
parent 5473ac8238
commit ce7ae28e1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 550 additions and 108 deletions

View file

@ -65,6 +65,18 @@
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<ImageButton
android:id="@+id/addStory"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleX="2.2"
android:scaleY="2.2"
android:background="?attr/selectableItemBackgroundBorderless"
android:src="@drawable/ic_circle_add"
app:layout_goneMarginBottom="40dp"
app:layout_goneMarginRight="8dp"
app:layout_constraintBottom_toBottomOf="@id/textActivityContainer"
app:layout_constraintEnd_toEndOf="@id/textActivityContainer" />
<LinearLayout
android:layout_width="match_parent"