Lower minheight on name, subject and options

captchafix
Floens 11 years ago
parent de539c892e
commit 2fae6c4b83
  1. 7
      Clover/app/src/main/res/layout/reply_input.xml

@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:hint="@string/reply_name" android:hint="@string/reply_name"
android:minHeight="48dp" android:minHeight="40dp"
android:textSize="14sp" /> android:textSize="14sp" />
<EditText <EditText
@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:hint="@string/reply_subject" android:hint="@string/reply_subject"
android:minHeight="48dp" android:minHeight="40dp"
android:textSize="14sp" /> android:textSize="14sp" />
<EditText <EditText
@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:hint="@string/reply_email" android:hint="@string/reply_email"
android:minHeight="48dp" android:minHeight="40dp"
android:textSize="14sp" /> android:textSize="14sp" />
<RelativeLayout <RelativeLayout
@ -60,6 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:hint="@string/reply_comment" android:hint="@string/reply_comment"
android:imeActionLabel="@string/reply_submit" android:imeActionLabel="@string/reply_submit"
android:inputType="textMultiLine|textCapSentences|textAutoCorrect" android:inputType="textMultiLine|textCapSentences|textAutoCorrect"
android:paddingTop="12dp"
android:minLines="4" android:minLines="4"
android:textSize="14sp" /> android:textSize="14sp" />

Loading…
Cancel
Save