对于那些在亚马逊App Store中拥有应用程序的人来说,它是怎么回事?我只是想知道你的经历是否像我一样.
1)批准应用程序需要大约一周到10天的时间.根据我的应用程序的性质,我每月更新一次应用程序,所以......在新版本登陆Android Market后,我最终在亚马逊上运行旧版本大约10天.有点跛脚.
2)虽然我没有世界上最热销的应用程序,但我在Android市场平均每天约有30个销售.在亚马逊市场大约一个月后,我有ZERO销售!也许我忘了说去!?!
怎么样对你们好吗?
我已经看到了一些关于这个问题的线索,但我并没有想要找到什么.
我有一个图像按钮,它位于黑色背景上.
图像按钮有一个巨大的灰色边框.我试图关闭边框,并使边框变黑......它没有用完.我只是希望按钮在屏幕上具有透明背景,并尽可能扩大一点.没有灰色.
任何线索?

</LinearLayout>
<LinearLayout android:layout_width="wrap_content"
style="@android:style/ButtonBar" android:layout_height="wrap_content"
android:orientation="vertical">
<ImageButton android:layout_height="wrap_content"
android:src="@drawable/map" android:id="@+id/ImageButton1"
android:layout_width="fill_parent">
</ImageButton>
<ImageButton android:layout_height="wrap_content"
android:src="@drawable/list" android:id="@+id/ImageButton2"
android:layout_width="fill_parent">
</ImageButton>
<ImageButton android:layout_height="wrap_content"
android:src="@drawable/share" android:id="@+id/ImageButton3"
android:layout_width="fill_parent">
</ImageButton>
</LinearLayout> </LinearLayout>
Run Code Online (Sandbox Code Playgroud)