Skip to content

Commit

Permalink
ref: Remove unused SaveListAdapter.kt (#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
naivekook committed Mar 17, 2021
1 parent 88e3d18 commit 35503a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 200 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_offline_edit.xml
Expand Up @@ -171,8 +171,7 @@
android:id="@+id/listOfflineSave"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="@dimen/spacing_normal"
tools:listitem="@layout/save_list_item" />
android:layout_margin="@dimen/spacing_normal" />
</LinearLayout>


Expand Down
100 changes: 0 additions & 100 deletions app/src/main/res/layout/save_list_item.xml

This file was deleted.

0 comments on commit 35503a2

Please sign in to comment.