show layout in androidstudio

This commit is contained in:
David Luhmer 2019-04-08 23:06:57 -03:00
parent ec29ea7aee
commit bcd5b0af88

View file

@ -14,7 +14,8 @@
style="?android:attr/textAppearanceLarge"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical" />
android:scrollbars="vertical"
tools:listitem="@layout/subscription_detail_list_item_thumbnail"/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>