fix(profile): padding and stuff

This commit is contained in:
aayush262 2024-03-06 10:33:43 +05:30
parent 31afbd547e
commit bd64454c15
5 changed files with 105 additions and 64 deletions

View file

@ -144,6 +144,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="32dp"
android:padding="8dp"
android:fontFamily="@font/poppins_bold"
android:text="Stats"
android:textSize="18sp"
@ -344,6 +345,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="32dp"
android:padding="8dp"
android:fontFamily="@font/poppins_bold"
android:text="Bio"
android:textSize="18sp"
@ -367,7 +369,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
android:visibility="gone"
tools:visibility="visible">
<TextView
@ -521,6 +524,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="32dp"
android:padding="8dp"
android:fontFamily="@font/poppins_bold"
android:text="Favorite Characters"
android:textSize="18sp" />
@ -552,6 +556,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="32dp"
android:padding="8dp"
android:fontFamily="@font/poppins_bold"
android:text="Favorite Staff"
android:textSize="18sp" />