From 9d686e16e043d422c2a050cf7ee2890cbeffede0 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 13 May 2016 12:40:26 -0300 Subject: [PATCH] Increase Avatar border and change shadow color --- briar-android/res/layout/author_view.xml | 6 +++--- briar-android/res/layout/contact_avatar_status.xml | 2 +- briar-android/res/layout/dropdown_author.xml | 5 ++--- briar-android/res/layout/introduction_message.xml | 6 ++---- briar-android/res/layout/list_item_contact.xml | 3 +-- .../res/layout/list_item_selectable_contact.xml | 3 +-- briar-android/res/layout/text_avatar_view.xml | 10 ++++------ briar-android/res/values/color.xml | 2 +- briar-android/res/values/dimens.xml | 2 +- briar-android/res/values/styles.xml | 8 ++++++++ 10 files changed, 24 insertions(+), 23 deletions(-) diff --git a/briar-android/res/layout/author_view.xml b/briar-android/res/layout/author_view.xml index ba8810b4c..4fb0b9d6b 100644 --- a/briar-android/res/layout/author_view.xml +++ b/briar-android/res/layout/author_view.xml @@ -1,19 +1,19 @@ + tools:src="@drawable/ic_launcher"/> + tools:src="@drawable/ic_launcher"/> diff --git a/briar-android/res/layout/list_item_contact.xml b/briar-android/res/layout/list_item_contact.xml index e50fc03a8..5658f85b0 100644 --- a/briar-android/res/layout/list_item_contact.xml +++ b/briar-android/res/layout/list_item_contact.xml @@ -17,6 +17,7 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools"> + app:civ_fill_color="@color/briar_button_positive"/> - diff --git a/briar-android/res/values/color.xml b/briar-android/res/values/color.xml index 7fa718ebd..a0d9584b2 100644 --- a/briar-android/res/values/color.xml +++ b/briar-android/res/values/color.xml @@ -18,7 +18,7 @@ #CCCCCC @color/briar_gold #AAAAAA - #b3b3b3 + #99000000 @color/briar_blue @color/briar_blue_dark diff --git a/briar-android/res/values/dimens.xml b/briar-android/res/values/dimens.xml index a1e8fcf35..96e5c86fc 100644 --- a/briar-android/res/values/dimens.xml +++ b/briar-android/res/values/dimens.xml @@ -29,7 +29,7 @@ 40dp 32dp 48dp - 1dp + 2dp 14dp 51dp diff --git a/briar-android/res/values/styles.xml b/briar-android/res/values/styles.xml index 7b328e17f..d0a190b9f 100644 --- a/briar-android/res/values/styles.xml +++ b/briar-android/res/values/styles.xml @@ -112,6 +112,14 @@ 1dp + +