Переглянути джерело

Merge branch 'develop' of https://github.com/swict/LifeplusAndroid into develop

hyodong.min 6 роки тому
батько
коміт
25aaf70ce8
1 змінених файлів з 9 додано та 0 видалено
  1. 9 0
      app/src/main/res/layout/lifeplus_widget.xml

+ 9 - 0
app/src/main/res/layout/lifeplus_widget.xml

@@ -13,6 +13,15 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent">
 
+    <ImageView
+      android:id="@+id/placeholder"
+      android:layout_width="match_parent"
+      android:layout_height="match_parent"
+      android:background="@color/CF6F6F6"
+      android:scaleType="center"
+      android:src="@drawable/image_loading_common"
+      tools:visibility="visible"
+      />
     <ImageView
       android:id="@+id/image_view_background"
       android:layout_width="match_parent"