diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-11 09:23:07 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-11 09:23:07 +0300 |
| commit | caac356cac265182308bc4aeac4c0f3891d129f0 (patch) | |
| tree | e94dd9d2c0dc844e89b906885f1b936a763e76f6 /org.fox.ttrss/src/main/res | |
| parent | 44e6fcfc7a1887f3f5e0c9978139aaa670ea417d (diff) | |
drop unused offline layout
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml b/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml deleted file mode 100755 index 4ce8c1dd..00000000 --- a/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/headlines_fragment" - android:layout_width="fill_parent" - android:layout_height="fill_parent"> - - <androidx.swiperefreshlayout.widget.SwipeRefreshLayout - android:id="@+id/headlines_swipe_container" - android:layout_width="match_parent" - android:layout_height="match_parent" > - - <ListView - android:id="@+id/headlines_list" - android:background="?colorSurfaceContainer" - android:drawSelectorOnTop="true" - android:padding="8dp" - android:dividerHeight="8dp" - android:divider="@null" - android:layout_width="match_parent" - android:layout_height="match_parent" /> - </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> - -</FrameLayout>
\ No newline at end of file |