code: Modification Main screen
This commit is contained in:
parent
8e1240177b
commit
f94e5a26ef
12
app/src/main/res/drawable/ic_profile.xml
Normal file
12
app/src/main/res/drawable/ic_profile.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="128dp"
|
||||||
|
android:height="128dp"
|
||||||
|
android:viewportWidth="128"
|
||||||
|
android:viewportHeight="128">
|
||||||
|
<path
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M30,49c0,18.7 15.3,34 34,34s34,-15.3 34,-34S82.7,15 64,15S30,30.3 30,49zM90,49c0,14.3 -11.7,26 -26,26S38,63.3 38,49s11.7,-26 26,-26S90,34.7 90,49z"/>
|
||||||
|
<path
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="M24.4,119.4C35,108.8 49,103 64,103s29,5.8 39.6,16.4l5.7,-5.7C97.2,101.7 81.1,95 64,95s-33.2,6.7 -45.3,18.7L24.4,119.4z"/>
|
||||||
|
</vector>
|
@ -10,7 +10,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
app:layout_constraintGuide_percent="0.36" />
|
app:layout_constraintGuide_percent="0.27" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/refresh"
|
android:id="@+id/refresh"
|
||||||
@ -43,9 +43,9 @@
|
|||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/icon_profile"
|
android:id="@+id/icon_profile"
|
||||||
android:layout_width="170dp"
|
android:layout_width="70dp"
|
||||||
android:layout_height="170dp"
|
android:layout_height="70dp"
|
||||||
android:background="@drawable/ic_profile_data"
|
android:background="@drawable/ic_profile"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/guideline"
|
app:layout_constraintBottom_toTopOf="@+id/guideline"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent" />
|
app:layout_constraintStart_toStartOf="parent" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user