aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/captcha.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 15:23:55 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 15:23:55 +0200
commit9522dcad8ae0c4ad52c9adbf73d6784bc05449e0 (patch)
treefc7702334cc1494047f04776b61db27bd9ada1e3 /src/main/res/layout/captcha.xml
parentab9ffbfe8a84a18274ead148aff394685afbb4cd (diff)
migrated some views over to app compat text styles
Diffstat (limited to 'src/main/res/layout/captcha.xml')
-rw-r--r--src/main/res/layout/captcha.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/main/res/layout/captcha.xml b/src/main/res/layout/captcha.xml
index 08e685db4..29bcc4287 100644
--- a/src/main/res/layout/captcha.xml
+++ b/src/main/res/layout/captcha.xml
@@ -6,21 +6,18 @@
android:padding="16dp">
<ImageView
+ android:id="@+id/captcha"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:id="@+id/captcha"
android:layout_gravity="center_horizontal" />
<EditText
android:id="@+id/input"
- android:layout_marginTop="8dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:inputType="textNoSuggestions"
- android:textColor="@color/black87"
- android:textColorHint="@color/black54"
- android:textSize="?attr/TextSizeBody"
- android:hint="@string/captcha_hint">
+ android:layout_marginTop="8dp"
+ android:hint="@string/captcha_hint"
+ android:inputType="textNoSuggestions">
<requestFocus />
</EditText>