Lower text size in captcha input

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

@ -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>

Loading…
Cancel
Save