mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1086 Design | Typography, renaming (#3146)
This commit is contained in:
parent
3eb394157f
commit
6a29c52678
6 changed files with 11 additions and 11 deletions
|
@ -23,7 +23,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:text="UX Title 2 Medium"
|
||||
style="@style/TextView.UXStyle.Titles.2"
|
||||
style="@style/TextView.UXStyle.Titles.2.Medium"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/textView4" />
|
||||
|
@ -34,7 +34,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:text="UX Title 2 Regular"
|
||||
style="@style/TextView.UXStyle.Titles.3"
|
||||
style="@style/TextView.UXStyle.Titles.2.Regular"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/textView5" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue