1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1432 Template | Enhancement | Flow in Sets/Collections (#266)

This commit is contained in:
Konstantin Ivanov 2023-08-07 16:40:07 +02:00 committed by GitHub
parent 10a8cc89fe
commit d7c0fea015
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 1514 additions and 161 deletions

View file

@ -37,6 +37,27 @@
app:layout_constraintStart_toStartOf="@+id/textView21"
app:layout_constraintTop_toBottomOf="@+id/button8" />
<TextView
android:id="@+id/textView26"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:text="XSmall button with arrow"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button13" />
<com.anytypeio.anytype.core_ui.views.ButtonPrimarySmallIcon
android:id="@+id/btnSmallArrow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:clickable="true"
app:buttonTitle="New"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView26"/>
<TextView
android:id="@+id/textView22"
android:layout_width="wrap_content"
@ -45,7 +66,7 @@
android:text="Small Button Primary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button13" />
app:layout_constraintTop_toBottomOf="@+id/btnSmallArrow" />
<com.anytypeio.anytype.core_ui.views.ButtonPrimarySmall
android:id="@+id/button9"

View file

@ -94,6 +94,6 @@
android:text="Dialogs Compose"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button20" />
app:layout_constraintTop_toBottomOf="@+id/btnCompose" />
</androidx.constraintlayout.widget.ConstraintLayout>