微修正
This commit is contained in:
parent
1186fd7757
commit
b9546b4826
|
@ -133,7 +133,7 @@ public class bluetooth_setupFragment extends Fragment {
|
||||||
for (String[] s : arrayList) {
|
for (String[] s : arrayList) {
|
||||||
Log.d("b", s[0]);
|
Log.d("b", s[0]);
|
||||||
}
|
}
|
||||||
Log.d(" ", String.valueOf(arrayList.size())z);
|
Log.d(" ", String.valueOf(arrayList.size()));
|
||||||
RecyclerAdapter adapter = new RecyclerAdapter(arrayList);
|
RecyclerAdapter adapter = new RecyclerAdapter(arrayList);
|
||||||
|
|
||||||
//④RecyclerViewとAdapterの結び付け
|
//④RecyclerViewとAdapterの結び付け
|
||||||
|
|
Loading…
Reference in New Issue
Block a user