Panagiotis Triantafyllou

Merge remote-tracking branch 'origin/cosmote' into cosmote

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="@color/cos_green2"
android:centerColor="@color/green_dark"
android:endColor="@color/cos_blue2"
android:type="linear"/>
<corners
android:topLeftRadius="30dp"/>
</shape>
\ No newline at end of file
......@@ -40,7 +40,7 @@
android:layout_height="807dp"
android:layout_below="@+id/cl_bill_header"
android:layout_marginTop="1dp"
android:background="@drawable/shape_cos_profile"
android:background="@drawable/shape_cos_gradient4"
android:orientation="vertical"
android:paddingBottom="24dp"
tools:layout_editor_absoluteX="-2dp">
......