發表文章

目前顯示的是 2月, 2019的文章

Java Call by Value, 傳值

圖片

印尼文 - 20190213三 - 今日詞彙

今日詞彙 Aku masak - I cook sup -------- soup ikan -------- fish roti --------- bread sendok ----- scoop - 勺子 keju -------- cheese lemon salad Aku makan - I eat buah ------- fruit garpu ------ fork pisau ------ knife daging ---- meat gula ------ sugar

android.support.v7.widget.GridLayout - Element TextView is not allowed here

如果在使用 android.support.v7.widget.GridLayout 時 出現了 Element TextView is not allowed here 的提示 (上面 TextView 可能是任何 Widget,只是我剛好使用的是 TextView) 請至 Module Settings 於 app 的 Dependencies 中 加入 com.android.support.gridlayout-v7:28.0.0 (上面 28.0.0 是目前我使用的版本,請選擇您適用的版本即可)