aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/dialog_presence.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-22 21:39:19 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-22 21:39:19 +0200
commitad839a1ddaea72f766be80266ae5b6d4fa7cae7f (patch)
tree9e11f0d427f83a595f866200ffaa6dff62523172 /src/main/res/layout/dialog_presence.xml
parentbcc69353e16dac911de23505b1c37bea2d3bdb80 (diff)
made all text styleable
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/dialog_presence.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/res/layout/dialog_presence.xml b/src/main/res/layout/dialog_presence.xml
index 8ec44be56..5ae9ec9de 100644
--- a/src/main/res/layout/dialog_presence.xml
+++ b/src/main/res/layout/dialog_presence.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<layout xmlns:android="http://schemas.android.com/apk/res/android">
+<layout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout
android:layout_width="match_parent"
@@ -43,7 +44,9 @@
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ app:errorTextAppearance="@style/TextAppearance.Conversations.Design.Error"
+ app:hintTextAppearance="@style/TextAppearance.Conversations.Design.Hint">
<de.pixart.messenger.ui.widget.ImmediateAutoCompleteTextView
android:id="@+id/status_message"