diff options
author | steckbrief <steckbrief@chefmail.de> | 2017-01-11 15:12:53 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2017-01-11 15:12:53 +0100 |
commit | cd633f13b8d7327e47994bb5a000f0c0b7089e7f (patch) | |
tree | 43ff61108c39d922ed0b711b5ff01fb95c9cf3a6 /src/main/res | |
parent | 0a9bba28616e594279cd659ec2eb57da2074b3cd (diff) |
Formatting of remote file status adjusted
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/layout/message_sent.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index f59c51f3..8bda9c8f 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -117,7 +117,7 @@ android:textColor="@color/secondaryText" android:textSize="?attr/TextSizeInfo" android:visibility="gone" - android:textStyle="italic"/> + android:textStyle="normal|italic"/> </LinearLayout> </LinearLayout> |