Fix sub header.
This commit is contained in:
parent
f03da20326
commit
3dd8161c9e
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,6 @@
|
||||||
<TextView android:id="@+id/title"
|
<TextView android:id="@+id/title"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_marginLeft="8dp"
|
|
||||||
android:layout_marginTop="16dp"
|
|
||||||
android:layout_marginBottom="9dp"
|
android:layout_marginBottom="9dp"
|
||||||
android:capitalize="characters"
|
android:capitalize="characters"
|
||||||
android:inputType="textCapCharacters"
|
android:inputType="textCapCharacters"
|
||||||
|
@ -19,5 +17,7 @@
|
||||||
android:background="#ff0202"
|
android:background="#ff0202"
|
||||||
android:gravity="left|bottom"
|
android:gravity="left|bottom"
|
||||||
android:layout_height="40dp"/>
|
android:layout_height="40dp"/>
|
||||||
|
<!-- android:layout_marginLeft="8dp"
|
||||||
|
android:layout_marginTop="16dp" -->
|
||||||
<!-- android:maxLines="2" -->
|
<!-- android:maxLines="2" -->
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue