Skip to content

Commit

Permalink
ANDROID-14098 add extra image to the xml test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Dec 19, 2023
1 parent 1c1ee2b commit cb172eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file modified library/screenshots/check_ListRowView_xml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions library/src/test/res/layout/test_list_row_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@
app:listRowTitle="Image 64 x 64"
app:listRowAssetHeight="64dp"
app:listRowAssetWidth="64dp" />
<com.telefonica.mistica.list.ListRowView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:listRowActionLayout="@layout/list_row_chevron_action"
app:listRowAssetDrawable="@drawable/placeholder"
app:listRowBadgeCount="gone"
app:listRowBadgeVisible="false"
app:listRowDescription="Test Subtitle"
app:listRowAssetType="image_rounded"
app:listRowIsBoxed="true"
app:listRowTitle="Image 64 x 64 (default sizes)" />
<com.telefonica.mistica.list.ListRowView
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit cb172eb

Please sign in to comment.