Add more layouts

This commit is contained in:
Victor Shcherb 2014-10-25 20:34:13 +02:00
parent 56ef9fd972
commit eefc6393de
2 changed files with 3 additions and 1 deletions

View file

@ -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"/>

View file

@ -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