diff options
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 |