mirror of https://github.com/tasks/tasks
Improve text style consistency
parent
5ac2db645f
commit
726fb9a64c
@ -1,16 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
|
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/notes"
|
android:id="@+id/notes"
|
||||||
|
style="@style/TaskEditTextPrimary"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingRight="@dimen/keyline_second"
|
android:background="@android:color/transparent"
|
||||||
android:paddingEnd="@dimen/keyline_second"
|
android:freezesText="true"
|
||||||
android:scrollbars="vertical"
|
|
||||||
android:hint="@string/TEA_note_label"
|
android:hint="@string/TEA_note_label"
|
||||||
android:textColorHint="?attr/asTextColorHint"
|
|
||||||
android:textSize="@dimen/task_edit_text_size"
|
|
||||||
android:inputType="textCapSentences|textMultiLine"
|
|
||||||
android:imeOptions="flagNoExtractUi"
|
android:imeOptions="flagNoExtractUi"
|
||||||
android:textColor="?attr/asTextColor"
|
android:inputType="textCapSentences|textMultiLine"
|
||||||
android:freezesText="true"
|
android:paddingEnd="@dimen/keyline_first"
|
||||||
android:background="@android:color/transparent" />
|
android:paddingRight="@dimen/keyline_first"
|
||||||
|
android:scrollbars="vertical" />
|
||||||
|
@ -1,29 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?><!--
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
** Copyright (c) 2012 Todoroo Inc
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
**
|
android:id="@+id/google_task_list"
|
||||||
** See the file "LICENSE" for the full license governing this code.
|
style="@style/TaskEditTextPrimary"
|
||||||
-->
|
android:layout_width="match_parent"
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal">
|
android:layout_gravity="top"
|
||||||
|
android:gravity="start"
|
||||||
<LinearLayout
|
android:text="@string/default_value" />
|
||||||
android:layout_width="0dp"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:orientation="horizontal"
|
|
||||||
android:layout_weight="100">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/google_task_list"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="top"
|
|
||||||
android:text="@string/default_value"
|
|
||||||
android:gravity="start"
|
|
||||||
android:textColor="?attr/asTextColor"
|
|
||||||
android:textSize="@dimen/task_edit_text_size" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
Loading…
Reference in New Issue