diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-22 16:55:30 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-22 16:55:30 +0200 |
commit | 2345398652d03cdecf10f548cd71d982adf07995 (patch) | |
tree | 81cfb7ac6ae6c65dcce61e7428931d65bf454fe9 | |
parent | 84642b749291e2766cecb394c608b1b9b7e64bb2 (diff) |
fixed #301
Diffstat (limited to '')
-rw-r--r-- | res/layout/fragment_conversation.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index b712c304..2d612984 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -81,7 +81,8 @@ android:layout_centerVertical="true" android:paddingLeft="24dp" android:textColor="@color/ondarktext" - android:textSize="14sp" /> + android:textSize="14sp" + android:layout_toLeftOf="@+id/snackbar_action"/> <TextView android:id="@+id/snackbar_action" |