diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-15 17:40:03 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-15 17:40:03 +0300 |
| commit | 8e61244404cf5027b7a4f9c7dd0e2f7419dba8ce (patch) | |
| tree | be51b460a72acb4cfc4d190970e62ae76f502006 /org.fox.ttrss/src/main/res/layout/drawer_divider.xml | |
| parent | 06b8a9d17b4451b16415cd22e583a2fd96099e23 (diff) | |
wip recycler feeds
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/drawer_divider.xml')
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout/drawer_divider.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/drawer_divider.xml b/org.fox.ttrss/src/main/res/layout/drawer_divider.xml deleted file mode 100644 index 55aa5fdc..00000000 --- a/org.fox.ttrss/src/main/res/layout/drawer_divider.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:layout_width="match_parent" - android:layout_height="wrap_content"> - - <com.google.android.material.divider.MaterialDivider - android:layout_width="match_parent" - app:dividerInsetEnd="16dp" - app:dividerInsetStart="16dp" - android:layout_marginTop="8dp" - android:layout_height="wrap_content"/> - -</FrameLayout>
\ No newline at end of file |