|
@@ -19,13 +19,20 @@
|
|
|
app:cardBackgroundColor="@color/cardview_dark_background"
|
|
|
app:cardElevation="0dp" />
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/backgroundCardWallpaper"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="200dp"
|
|
|
+ android:background="@drawable/default_background" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/profileImage"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_height="100dp"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:layout_marginTop="150dp"
|
|
|
- android:src="@drawable/ic_user_white" />
|
|
|
+ android:background="@drawable/bg_circle_black"
|
|
|
+ android:src="@drawable/default_profile" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<LinearLayout
|