Fix text size & colors
This commit is contained in:
parent
a4e1e23491
commit
af99283495
11 changed files with 21 additions and 22 deletions
|
@ -26,9 +26,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
android:maxLines="1"
|
||||
android:maxLines="2"
|
||||
android:paddingTop="12dp"
|
||||
android:textAppearance="@style/TextViewNormal"
|
||||
android:textColor="?attr/colorOnPrimary"
|
||||
tools:text="Name" />
|
||||
tools:text="@tools:sample/full_names" />
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue