diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-07-18 00:17:17 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-07-18 00:17:17 +0200 |
commit | 731e1dcd438ee7b1cc8555c2c9546035a7e45dc5 (patch) | |
tree | 896cc791e69d84ef31c4c5ae784cb4fdc06c3936 /src/main/res/layout/message_sent.xml | |
parent | ee3d15765df6162b7c0b5f295eaabc3e868a116a (diff) | |
parent | 451345f8ed050cf446f848368807a99981d8ab44 (diff) |
Merge branch 'development'
Diffstat (limited to 'src/main/res/layout/message_sent.xml')
-rw-r--r-- | src/main/res/layout/message_sent.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index 3e854643..f8365ad3 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -21,7 +21,7 @@ <LinearLayout android:layout_width="wrap_content" android:layout_height="fill_parent" - android:background="@color/primarybackground" + android:background="@color/grey50" android:gravity="center_vertical" android:orientation="vertical" android:paddingBottom="4dp" @@ -34,7 +34,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:adjustViewBounds="true" - android:background="@color/primarytext" + android:background="@color/black87" android:paddingBottom="2dp" android:scaleType="centerCrop" /> @@ -43,7 +43,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="web" - android:textColor="@color/primarytext" + android:textColor="@color/black87" android:textSize="?attr/TextSizeBody" /> <Button @@ -51,7 +51,6 @@ style="?android:attr/buttonStyleSmall" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/download_image" android:visibility="gone" /> <LinearLayout @@ -68,7 +67,7 @@ android:layout_gravity="center_vertical" android:gravity="center_vertical" android:text="@string/sending" - android:textColor="@color/secondarytext" + android:textColor="@color/black54" android:textSize="?attr/TextSizeInfo" /> <ImageView |