Skip to content

Commit a3edcad

Browse files
authored
Merge pull request #53 from johnjohndoe/layout-preview
ADD: Improved rendering of the layout preview.
2 parents 588cb23 + ceeba2d commit a3edcad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/content_timeline.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
android:layout_width="match_parent"
1414
android:layout_height="wrap_content"
1515
android:padding="10dp"
16-
android:clipToPadding="false"/>
16+
android:clipToPadding="false"
17+
tools:listitem="@layout/item_timeline"/>
1718

1819
</RelativeLayout>

0 commit comments

Comments
 (0)