Show loading/error for images in catalogue grid view. Update support lib

This commit is contained in:
len
2017-02-04 19:07:06 +01:00
parent add2ca0b8f
commit fe413d52d6
7 changed files with 90 additions and 10 deletions

View File

@@ -58,6 +58,14 @@
android:shadowRadius="4"
tools:text="Sample name"/>
<ProgressBar
android:id="@+id/progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyleSmall"
android:visibility="gone"
android:layout_gravity="center"/>
</FrameLayout>
</FrameLayout>