NTP-71867 | Owais | minor regression fixes (#16722)
This commit is contained in:
@@ -51,8 +51,6 @@ class FundTagsAdapter : RecyclerView.Adapter<FundTagsAdapter.TagViewHolder>() {
|
||||
backgroundColor = pill.bgColor.parseColorSafe(),
|
||||
cornerRadius = dpToPxInInt(16),
|
||||
)
|
||||
|
||||
root.setPadding(dpToPxInInt(4), dpToPxInInt(2), dpToPxInInt(4), dpToPxInInt(2))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/fund_tags"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toBottomOf="@id/header"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
android:id="@+id/tag_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingHorizontal="@dimen/_12dp"
|
||||
android:paddingVertical="@dimen/_4dp"
|
||||
android:layout_marginEnd="@dimen/_8dp"
|
||||
android:gravity="center"
|
||||
tools:text="Equity" />
|
||||
|
||||
Reference in New Issue
Block a user