Bladeren bron

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

hyodong.min 6 jaren geleden
bovenliggende
commit
25aaf70ce8
1 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  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"