Change layout header.
This commit is contained in:
parent
37859475e6
commit
ba238d9749
2 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
<TextView android:id="@+id/title"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:textSize="20sp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="0dp"
|
||||
|
|
|
@ -10,5 +10,11 @@
|
|||
android:layout_weight="1"
|
||||
android:layout_width="0dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginTop="21dp"
|
||||
android:layout_marginBottom="9dp"
|
||||
android:maxLines="2"
|
||||
android:capitalize="characters"
|
||||
android:textSize="14sp"
|
||||
android:ellipsize="end"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue