|
|
|
@ -25,8 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
android:id="@+id/reply_captcha_text" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:paddingBottom="16dp" |
|
|
|
|
android:text="@string/reply_captcha_tap_to_reload" |
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
<org.floens.chan.ui.view.LoadView |
|
|
|
|
android:id="@+id/reply_captcha_container" |
|
|
|
@ -39,6 +40,8 @@ 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_captcha" |
|
|
|
|
android:inputType="textNoSuggestions|textVisiblePassword" /> |
|
|
|
|
android:inputType="textNoSuggestions|textVisiblePassword" |
|
|
|
|
android:minHeight="40dp" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|