Merge remote-tracking branch 'origin/cosmote' into cosmote
Showing
2 changed files
with
12 additions
and
1 deletions
| 1 | +<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | +<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
| 3 | + android:shape="rectangle"> | ||
| 4 | + <gradient | ||
| 5 | + android:startColor="@color/cos_green2" | ||
| 6 | + android:centerColor="@color/green_dark" | ||
| 7 | + android:endColor="@color/cos_blue2" | ||
| 8 | + android:type="linear"/> | ||
| 9 | + <corners | ||
| 10 | + android:topLeftRadius="30dp"/> | ||
| 11 | +</shape> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | 
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ | 
| 40 | android:layout_height="807dp" | 40 | android:layout_height="807dp" | 
| 41 | android:layout_below="@+id/cl_bill_header" | 41 | android:layout_below="@+id/cl_bill_header" | 
| 42 | android:layout_marginTop="1dp" | 42 | android:layout_marginTop="1dp" | 
| 43 | - android:background="@drawable/shape_cos_profile" | 43 | + android:background="@drawable/shape_cos_gradient4" | 
| 44 | android:orientation="vertical" | 44 | android:orientation="vertical" | 
| 45 | android:paddingBottom="24dp" | 45 | android:paddingBottom="24dp" | 
| 46 | tools:layout_editor_absoluteX="-2dp"> | 46 | tools:layout_editor_absoluteX="-2dp"> | ... | ... | 
- 
Please register or login to post a comment