1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

implement swipe-up sticker + refresh inbox list after sending message

This commit is contained in:
Austin Huang 2020-08-29 16:42:08 -04:00
parent 7b4c005513
commit c3d92b8fc0
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
9 changed files with 90 additions and 29 deletions

View file

@ -81,6 +81,15 @@
android:textColor="@color/btn_blue_text_color"
android:visibility="gone"
app:backgroundTint="@color/btn_blue_background" />
<androidx.appcompat.widget.AppCompatButton
android:id="@+id/swipeUp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="SAMPLE TEXT"
android:textColor="@color/btn_blue_text_color"
android:visibility="gone"
app:backgroundTint="@color/btn_blue_background" />
<androidx.appcompat.widget.AppCompatButton
android:id="@+id/mention"
android:layout_width="match_parent"