問題タブ [android-chips]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
3 に答える
6887 参照

android - Android でチップの境界線の色を設定する

私のアンドロイドアプリには、このようなシンプルなチップがあります。

ここに画像の説明を入力

このようにするために境界線の色を設定する方法はありますか?

ここに画像の説明を入力

更新:形状を追加しようとしましたが、レイアウトの膨張中に例外があります

drawable/chip_with_border.xml

これにより、例外が発生します

android.view.InflateException: バイナリ XML ファイルの行 #32: クラス android.support.design.chip.Chip の膨張エラー

0 投票する
1 に答える
17039 参照

android - Android Chip inflation causes "Invalid ID 0x00000000."

After moving to android-x I noticed that there are plenty of logs saying:

I manage to circle down to the point where I'm creating a new RecyclerView ViewHolder and inflating a layout that contains a Chip. Every other field does not show such an error, only Chip.

In the xml it's looking like so:

I cannot find what is really missing in this definition that causes the error. Any hint?

0 投票する
1 に答える
5779 参照

android - チップグループ内のチップの複数選択を処理するにはどうすればよいですか?

複数のチップの選択を処理したいのですが、Chipgroup.setOnCheckedChangedListener(); app:singleSelection = "true"を追加するとメソッドが機能し、そうすると複数のチップを選択できなくなります。chipgroup から複数のチップを選択する方法がわかりません。

MainActivity.java

MainActivity.xml