|
|
@@ -15,9 +15,11 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/widget_view_img_empty_hint"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/loading_lib_empty" />
|
|
|
+ android:layout_width="270dp"
|
|
|
+ android:layout_height="270dp"
|
|
|
+ android:adjustViewBounds="true"
|
|
|
+ android:scaleType="fitCenter"
|
|
|
+ android:src="@drawable/loading_lib_empty" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/widget_view_tv_empty_hint"
|
|
|
@@ -45,4 +47,4 @@
|
|
|
android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
-</com.yc.loadinglibrary.loading.ClickableNestedScrollView>
|
|
|
+</com.yc.loadinglibrary.loading.ClickableNestedScrollView>
|