|
|
@ -37,7 +37,7 @@ |
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
android:id="@+id/mainStatus" |
|
|
|
android:id="@+id/mainFollowing" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="@dimen/profile_chip_size" |
|
|
|
android:layout_marginStart="4dp" |
|
|
@ -47,8 +47,8 @@ |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/mainFollowers" |
|
|
|
app:layout_constraintStart_toEndOf="@id/mainPostCount" |
|
|
|
app:layout_constraintTop_toTopOf="@id/mainPostCount" |
|
|
|
tools:text="omg what do u expect" |
|
|
|
app:rippleColor="@color/grey_400" |
|
|
|
tools:text="10 Following" |
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
@ -68,7 +68,7 @@ |
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
android:id="@+id/mainFollowing" |
|
|
|
android:id="@+id/mainStatus" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="@dimen/profile_chip_size" |
|
|
|
android:layout_marginStart="4dp" |
|
|
@ -79,15 +79,14 @@ |
|
|
|
app:layout_constraintBottom_toTopOf="@id/fav_chip" |
|
|
|
app:layout_constraintStart_toEndOf="@id/mainFollowers" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/mainPostCount" |
|
|
|
app:rippleColor="@color/grey_400" |
|
|
|
tools:text="10 Following" |
|
|
|
tools:text="omg what do u expect" |
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
android:id="@+id/fav_chip" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="@dimen/profile_chip_size" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:text="@string/add_to_favorites" |
|
|
|
android:visibility="gone" |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|