You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/04/15 15:39:58 UTC

[GitHub] [incubator-weex] gxmdboy opened a new issue #2322: [Android][0.20.3.0-beta] list中 refresh和cell之间有间隙

gxmdboy opened a new issue #2322: [Android][0.20.3.0-beta] list中 refresh和cell之间有间隙
URL: https://github.com/apache/incubator-weex/issues/2322
 
 
   ## Describe the bug
   list里面放了refresh和一个cell,两个组件背景色相同,和list背景色不同,手机上测试可以在两个组件间看到一条间隙
   
   ## Environment
   com.taobao.android:weex_sdk:0.20.3.0-beta
   com.taobao.android:weex_sdk:0.18.0-beta-3
   两个sdk测试均有该现象
   
   ## Screenshots
   ![截屏_20190415_233027](https://user-images.githubusercontent.com/13041525/56145856-b02f2d80-5fd7-11e9-967d-5fa3b16a035f.jpg)
   
   
   ## Code
   ```
   <template>
     <div >
       <list style="flex:1;width: 750px;">
         <refresh style="background-color:lightblue">
           <text> refresh1111111</text>
         </refresh>
         <cell style="background-color:lightblue">
           <text>2222222222</text>
         </cell>
       </list>
     </div>
   </template>
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services