在应用程序活动中创建图标并使其透明

时间:2012-10-09 05:18:39

标签: android icons transparency

我想在快速主页上创建类似this image之类的图标。如果我为这个as in this使用自定义gridview(当然在我的情况下我需要图像下面的文字),那么我想是很难添加听众。如果背景是透明的,我应该使用下面的图像和文字的按钮吗?如果是这样我需要使用哪种布局?或者像其他视图一样在android中有任何图标视图工具,例如按钮和图像视图,以便我们可以根据我们的要求进行修改。

2 个答案:

答案 0 :(得分:1)

你应该使用按钮。

<Button
  android:id="@+id/btnIconName"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:drawableTop="@drawable/iconimage"
  android:text="IconTitle" />

对于显示图标,你应该使用android:drawableTop和iocnTitle使用android:text 属性。

我希望我的回答对你有所帮助。

答案 1 :(得分:0)

GridView将是执行此操作的最佳选择,为什么不让图形人员添加带图像的文本。