use FlexibleAdapter for new KeyChoiceAdapter

This commit is contained in:
Vincent Breitmoser
2018-06-27 19:26:09 +02:00
parent dbc1e5f523
commit 9ea36286dc
7 changed files with 247 additions and 258 deletions

View File

@@ -101,7 +101,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/duplicate_key_list"
tools:listitem="@layout/duplicate_key_item"
tools:listitem="@layout/key_choice_item"
tools:layout_height="100dp"
/>