我想使用這個庫的卡片視圖 https://github.com/DenisMondon/material-design-library的Android cardView點擊回調
<com.blunderer.materialdesignlibrary.views.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:mdl_title="CardView"
app:mdl_description="A Left Image CardView"
app:mdl_normalButton="Normal"
app:mdl_highlightButton="Highlight"
app:mdl_imagePosition="left"
app:mdl_image="@drawable/image" />
我無法弄清楚如何添加onClickListener爲標籤normalButton和highlightButto。
有人請給我一隻手。謝謝
另外如何設置一個圖像programatily到這個cardView?
謝謝你的好友,你是如何將圖像設置爲這張卡片程序化? – Joolah
您可以使用以下函數以編程方式設置圖像 public void setImageDrawable(Drawable imageDrawable) – Nishant
我想從URL設置圖像。可以這樣做嗎? – Joolah