Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfabienli <fab@lisiecki.fr>2021-06-15 14:02:09 +0300
committerfabienli <fab@lisiecki.fr>2021-06-16 13:49:12 +0300
commit3d4db3e7e9d1a7cb0dd8eef9d9af1f7d5883660d (patch)
tree429d714a8e13068acf201e76831d0189b57cadda /News-Android-App/src/main/res/layout
parentb72f15f110f9f426c300c640ad1edff36633e667 (diff)
sync interval setting is done via a popup
Signed-off-by: fabienli <fab@lisiecki.fr>
Diffstat (limited to 'News-Android-App/src/main/res/layout')
-rw-r--r--News-Android-App/src/main/res/layout/activity_sync_interval_selector.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/News-Android-App/src/main/res/layout/activity_sync_interval_selector.xml b/News-Android-App/src/main/res/layout/activity_sync_interval_selector.xml
deleted file mode 100644
index 46341431..00000000
--- a/News-Android-App/src/main/res/layout/activity_sync_interval_selector.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="de.luhmer.owncloudnewsreader.SyncIntervalSelectorActivity"
- tools:ignore="MergeRootFrame">
-
- <include
- android:id="@+id/toolbar_layout"
- layout="@layout/toolbar_layout" />
-
- <FrameLayout
- android:id="@+id/container"
- android:layout_below="@id/toolbar_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
-</RelativeLayout> \ No newline at end of file