`
flyering
  • 浏览: 37467 次
  • 性别: Icon_minigender_1
  • 来自: 河北保定
社区版块
存档分类
最新评论

android里设置图片透明。

阅读更多
设置两张图片。

        <ImageView
         android:id="@+id/imageView1"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:background="@drawable/loadpage" />
        <ImageView
         android:id="@+id/imageView2"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:background="@drawable/default_image" />
注意,是android:background 。
然后是代码里控制。
im.getBackground().setAlpha(50);此为,设置的透明度。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics