|
@@ -65,6 +65,20 @@
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
|
tools:listitem="@layout/user_book" />
|
|
tools:listitem="@layout/user_book" />
|
|
|
|
|
|
|
|
|
|
+ <ProgressBar
|
|
|
|
|
+ android:id="@+id/userBooksProgressBar"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
|
+ android:layout_marginTop="56dp"
|
|
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/userBooksErrorPlaceholder"
|
|
|
|
|
+ style="@style/PlaceholderStyle"
|
|
|
|
|
+ android:layout_marginTop="56dp"
|
|
|
|
|
+ android:text="@string/error_loading_data" />
|
|
|
|
|
+
|
|
|
<android.support.design.widget.FloatingActionButton
|
|
<android.support.design.widget.FloatingActionButton
|
|
|
android:id="@+id/fab"
|
|
android:id="@+id/fab"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|