TP-60788 | Varun | CSAT options bug fix (#10185)
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
android:background="@drawable/bg_rounded_rectangle_purple_20dp"
|
||||
android:id="@+id/title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/dp_36"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
android:paddingHorizontal="@dimen/dp_11"
|
||||
android:paddingVertical="@dimen/dp_8"
|
||||
style="@style/CsatOptionStyle"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:fontFamily="@font/tt_regular"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
</style>
|
||||
|
||||
<style name="CsatOptionStyle">
|
||||
<item name="android:maxLines">1</item>
|
||||
<item name="android:maxLines">2</item>
|
||||
<item name="android:fontFamily">@font/tt_medium</item>
|
||||
<item name="android:textSize">@dimen/dp_12</item>
|
||||
<item name="android:textColor">@color/csat_option_text_color</item>
|
||||
|
||||
Reference in New Issue
Block a user