We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
de.dlyt.yanndroid.oneui.widget.RelatedCard
Samsung's "Looking for something else?" Card, you can also find in System Settings.
<de.dlyt.yanndroid.oneui.widget.RelatedCard android:layout_width="match_parent" android:layout_height="wrap_content" app:title="..."> <com.google.android.material.textview.MaterialTextView style="@style/RelatedButtonStyle" android:text="..." /> </de.dlyt.yanndroid.oneui.widget.RelatedCard>
You can simply use style="@style/RelatedButtonStyle" for the child TextViews.
style="@style/RelatedButtonStyle"
Get/set the title text.
public String getTitle() public void setTitle(String title)