0
,如果我有一個ImageView的和我想要顯示它,如果總和= 10否則它必須被隱藏 我怎麼能做到這一點在Java中顯示ImageView的
<ImageView android:id="@+id/a"
android:src="@drawable/cancel"
android:layout_width="25dp"
android:layout_height="50dp"
android:layout_marginTop="20dp"
android:layout_marginLeft="20dp"
android:contentDescription="@string/delete"
></ImageView>
thansk
PLZ告訴我們您使用計算和 –
holder.alert =(ImageView的)convertView \t \t \t \t .findViewById(R.id.alert)代碼;所以我的適配器中的每個學生都有一個圖標,它只顯示每個學生的總和10,但我可以顯示的代碼不是我想要的,但是在onclick中,所以我應該放置代碼 –