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