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:
parent
10a8cc89fe
commit
d7c0fea015
47 changed files with 1514 additions and 161 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue