Detailed changes
@@ -16,6 +16,7 @@
android:layout_height="48dp"
android:layout_alignParentLeft="true"
android:contentDescription="@string/account_image_description"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<LinearLayout
@@ -45,6 +45,7 @@
android:layout_alignParentTop="true"
android:layout_marginRight="@dimen/avatar_item_distance"
android:contentDescription="@string/account_image_description"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<LinearLayout
@@ -33,6 +33,7 @@
android:layout_alignParentLeft="true"
android:src="@drawable/ic_call_white_48dp"
android:background="@color/yeller"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<LinearLayout
@@ -66,6 +67,7 @@
android:layout_centerVertical="true"
android:paddingRight="16dp"
android:src="?attr/icon_settings"
+ app:strokeColor="@null"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
</RelativeLayout>
@@ -47,6 +47,7 @@
android:layout_width="@dimen/avatar_on_details_screen_size"
android:layout_height="@dimen/avatar_on_details_screen_size"
android:layout_alignParentStart="true"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo"
android:layout_marginEnd="@dimen/avatar_item_distance"
android:layout_alignParentLeft="true"
@@ -104,6 +104,7 @@
android:layout_width="@dimen/publish_avatar_size"
android:layout_height="@dimen/publish_avatar_size"
android:layout_centerInParent="true"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.IncomingCall" />
</RelativeLayout>
@@ -14,6 +14,7 @@
android:layout_height="48dp"
android:layout_alignParentLeft="true"
android:scaleType="centerCrop"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<LinearLayout
@@ -25,6 +25,7 @@
android:layout_height="56dp"
android:layout_alignParentLeft="true"
android:scaleType="centerCrop"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<RelativeLayout
@@ -17,6 +17,7 @@
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:scaleType="fitXY"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<LinearLayout
@@ -28,6 +28,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<View
@@ -28,6 +28,7 @@
android:layout_marginRight="-1.5dp"
android:padding="0dp"
android:scaleType="fitXY"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<TextView
@@ -15,6 +15,7 @@
android:layout_height="48dp"
android:layout_alignParentLeft="true"
android:scaleType="centerCrop"
+ app:strokeColor="@color/custom_theme_accent"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" />
<RelativeLayout