Skip to content

Commit

Permalink
refactor: remove filter bottom sheet
Browse files Browse the repository at this point in the history
Unused/abandoned code + It is going to be replaced with ankidroid#12554 + anyone can easily restore this if they really think that this is useful
  • Loading branch information
BrayanDSO authored and lukstbit committed Oct 28, 2023
1 parent 1a73311 commit 00d0b11
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 574 deletions.
300 changes: 0 additions & 300 deletions AnkiDroid/src/main/java/com/ichi2/anki/FilterSheetBottomFragment.kt

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions AnkiDroid/src/main/res/drawable/ic_filter_list.xml

This file was deleted.

5 changes: 0 additions & 5 deletions AnkiDroid/src/main/res/drawable/label_icon_flags.xml

This file was deleted.

7 changes: 0 additions & 7 deletions AnkiDroid/src/main/res/drawable/rounded_bottom_sheet.xml

This file was deleted.

15 changes: 0 additions & 15 deletions AnkiDroid/src/main/res/layout/card_browser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,6 @@
</LinearLayout>

<include layout="@layout/anki_progress"/>

<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/filter_sheet_fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
android:layout_gravity="end|bottom"
android:layout_marginEnd="32dp"
android:layout_marginStart="10dp"
android:layout_marginBottom="29dp"
android:gravity="center_vertical"
android:backgroundTint="?attr/fab_normal"
app:borderWidth="0dp"
android:src="@drawable/ic_filter_list"
app:fabSize="normal" />

<FrameLayout
android:id="@+id/card_browser_tutorial"
Expand Down
Loading

0 comments on commit 00d0b11

Please sign in to comment.