Tp 43445 navi logo highlight in chat (#8180)
This commit is contained in:
@@ -16,13 +16,23 @@
|
||||
android:gravity="bottom"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/cvReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardElevation="@dimen/dp_2"
|
||||
app:cardCornerRadius="@dimen/dp_24"
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
android:layout_marginBottom="@dimen/dp_15"
|
||||
android:background="@drawable/ic_navi_chat_logo" />
|
||||
>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/ic_navi_chat_logo" />
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/llReceivedMessage"
|
||||
|
||||
@@ -8,14 +8,24 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/dp_62">
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/cvReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardElevation="@dimen/dp_2"
|
||||
app:cardCornerRadius="@dimen/dp_24"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="@id/deeplink"
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
android:background="@drawable/ic_navi_chat_logo"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="@id/deeplink" />
|
||||
android:background="@drawable/ic_navi_chat_logo" />
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<com.navi.design.textview.NaviTextView
|
||||
android:id="@+id/title"
|
||||
@@ -28,7 +38,7 @@
|
||||
android:paddingHorizontal="@dimen/dp_16"
|
||||
android:paddingVertical="@dimen/dp_16"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/ivReceivedMessage"
|
||||
app:layout_constraintStart_toEndOf="@id/cvReceivedMessage"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="You can update your kyc details using the following link" />
|
||||
|
||||
|
||||
@@ -12,15 +12,24 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/dp_62">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/cvReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
android:background="@drawable/ic_navi_chat_logo"
|
||||
app:cardCornerRadius="@dimen/dp_24"
|
||||
app:cardElevation="@dimen/dp_2"
|
||||
app:layout_constraintEnd_toStartOf="@id/llReceivedMessage"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/ic_navi_chat_logo" />
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/llReceivedMessage"
|
||||
@@ -31,7 +40,7 @@
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintBottom_toTopOf="@+id/tvTimestamp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/ivReceivedMessage"
|
||||
app:layout_constraintStart_toEndOf="@id/cvReceivedMessage"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<com.navi.design.textview.NaviTextView
|
||||
@@ -64,7 +73,7 @@
|
||||
android:textSize="@dimen/font_extra_small"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/ivReceivedMessage"
|
||||
app:layout_constraintStart_toEndOf="@id/cvReceivedMessage"
|
||||
app:layout_constraintTop_toBottomOf="@id/llReceivedMessage"
|
||||
tools:text="10:20" />
|
||||
|
||||
|
||||
@@ -13,16 +13,26 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/dp_62">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/cvReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
android:background="@drawable/ic_navi_chat_logo"
|
||||
app:cardElevation="@dimen/dp_2"
|
||||
app:cardCornerRadius="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/llReceivedMessage"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
android:layout_marginBottom="@dimen/dp_15"
|
||||
>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/ic_navi_chat_logo" />
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/llReceivedMessage"
|
||||
@@ -31,7 +41,7 @@
|
||||
android:layout_marginStart="@dimen/dp_8"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/ivReceivedMessage"
|
||||
app:layout_constraintStart_toEndOf="@id/cvReceivedMessage"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<com.navi.design.textview.NaviTextView
|
||||
|
||||
@@ -7,16 +7,26 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/layout_dp_62">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/cvReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/layout_dp_16"
|
||||
android:background="@drawable/ic_navi_chat_logo"
|
||||
app:cardElevation="@dimen/dp_2"
|
||||
app:cardCornerRadius="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/llReceivedMessage"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/ic_navi_chat_logo" />
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/llReceivedMessage"
|
||||
@@ -25,7 +35,7 @@
|
||||
android:layout_marginStart="@dimen/layout_dp_8"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/ivReceivedMessage"
|
||||
app:layout_constraintStart_toEndOf="@id/cvReceivedMessage"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<include
|
||||
|
||||
@@ -13,16 +13,25 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/dp_62">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/cvReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
android:background="@drawable/ic_navi_chat_logo"
|
||||
android:layout_marginVertical="@dimen/dp_2"
|
||||
app:cardElevation="@dimen/dp_2"
|
||||
app:cardCornerRadius="@dimen/dp_24"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/llReceivedMessage"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginStart="@dimen/dp_16">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/ivReceivedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/ic_navi_chat_logo" />
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/llReceivedMessage"
|
||||
@@ -31,7 +40,7 @@
|
||||
android:layout_marginStart="@dimen/dp_8"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/ivReceivedMessage"
|
||||
app:layout_constraintStart_toEndOf="@id/cvReceivedMessage"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<com.airbnb.lottie.LottieAnimationView
|
||||
|
||||
Reference in New Issue
Block a user