Fix small issues
This commit is contained in:
parent
062e82bc1b
commit
716cfdb384
2 changed files with 5 additions and 5 deletions
|
@ -9,15 +9,17 @@
|
|||
|
||||
<LinearLayout android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical"
|
||||
android:orientation="horizontal"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView android:id="@+id/title"
|
||||
android:textSize="18sp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"/>
|
||||
<TextView android:id="@+id/descr"
|
||||
android:textSize="14sp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="right"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
<CheckBox
|
||||
|
|
|
@ -3,17 +3,15 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingLeft="16dp"
|
||||
android:layout_marginBottom="4dp">
|
||||
<TextView android:id="@+id/title"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="36dp"
|
||||
android:capitalize="characters"
|
||||
android:inputType="textCapCharacters"
|
||||
android:textScaleX="1.5"
|
||||
android:textSize="14sp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="left|bottom"/>
|
||||
|
|
Loading…
Reference in a new issue