Add more layouts
This commit is contained in:
parent
56ef9fd972
commit
eefc6393de
2 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
|||
<TextView android:id="@+id/descr"
|
||||
android:textSize="14sp"
|
||||
android:textColor="#bebebe"
|
||||
android:layout_width="20dp"
|
||||
android:layout_width="48dp"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:layout_gravity="center|right"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:layout_marginBottom="17dp"
|
||||
tools:text="Some title text" />
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue