This repository was archived by the owner on Sep 3, 2024. It is now read-only.
-
Couldn't load subscription status.
- Fork 30
RelatedCard
Yanndroid edited this page Jan 27, 2022
·
2 revisions
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.
Get/set the title text.
public String getTitle()
public void setTitle(String title)BlackMesa123 - OneUI Design Library - Yanndroid