|
|
@ -34,6 +34,8 @@ |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|
app:chipIcon="@drawable/ic_outline_person_add_24" |
|
|
|
app:chipIconTint="@color/deep_purple_200" |
|
|
|
app:chipMinHeight="40dp" |
|
|
|
app:chipStartPadding="8dp" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/fav_chip" |
|
|
|
app:layout_constraintStart_toEndOf="@id/mainProfileImage" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
@ -49,6 +51,7 @@ |
|
|
|
android:gravity="center" |
|
|
|
android:visibility="gone" |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|
app:chipMinHeight="40dp" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/fav_chip" |
|
|
|
app:layout_constraintStart_toEndOf="@id/btnFollow" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
@ -66,6 +69,8 @@ |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|
app:chipIcon="@drawable/ic_outline_class_24" |
|
|
|
app:chipIconTint="@color/blue_700" |
|
|
|
app:chipMinHeight="40dp" |
|
|
|
app:chipStartPadding="8dp" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/fav_chip" |
|
|
|
app:layout_constraintStart_toEndOf="@id/mainStatus" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
@ -82,6 +87,8 @@ |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|
app:chipIcon="@drawable/ic_like" |
|
|
|
app:chipIconTint="@color/red_600" |
|
|
|
app:chipMinHeight="40dp" |
|
|
|
app:chipStartPadding="8dp" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/fav_chip" |
|
|
|
app:layout_constraintStart_toEndOf="@id/btnSaved" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
@ -98,6 +105,8 @@ |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|
app:chipIcon="@drawable/ic_outline_star_plus_24" |
|
|
|
app:chipIconTint="@color/yellow_800" |
|
|
|
app:chipMinHeight="40dp" |
|
|
|
app:chipStartPadding="8dp" |
|
|
|
app:layout_constraintStart_toEndOf="@id/mainProfileImage" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/btnFollow" |
|
|
|
app:rippleColor="@color/yellow_400" |
|
|
@ -113,6 +122,8 @@ |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|
app:chipIcon="@drawable/ic_outline_person_pin_24" |
|
|
|
app:chipIconTint="@color/deep_orange_800" |
|
|
|
app:chipMinHeight="40dp" |
|
|
|
app:chipStartPadding="8dp" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/top_barrier" |
|
|
|
app:layout_constraintStart_toEndOf="@id/mainProfileImage" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/fav_chip" |
|
|
@ -129,6 +140,8 @@ |
|
|
|
app:chipBackgroundColor="@null" |
|
|
|
app:chipIcon="@drawable/ic_round_send_24" |
|
|
|
app:chipIconTint="@color/green" |
|
|
|
app:chipMinHeight="40dp" |
|
|
|
app:chipStartPadding="8dp" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/top_barrier" |
|
|
|
app:layout_constraintStart_toEndOf="@id/btnTagged" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/fav_chip" |
|
|
|