diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2015-06-10 19:40:08 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2015-06-10 19:40:08 +0300 |
| commit | 4acc9ac37e3363552cebc7a37e16e254f9438f4d (patch) | |
| tree | 173141de59d27c1a92e4c7f796036411a18427af /org.fox.ttrss/src/main/res/layout/preferences.xml | |
| parent | dffc737a93f90ec866cb9256e9768b08b13de93c (diff) | |
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/preferences.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/preferences.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/preferences.xml b/org.fox.ttrss/src/main/res/layout/preferences.xml deleted file mode 100755 index 431b7da4..00000000 --- a/org.fox.ttrss/src/main/res/layout/preferences.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<RelativeLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:fitsSystemWindows="true" - android:layout_width="match_parent" - android:layout_height="match_parent"> - - <FrameLayout - android:id="@+id/preferences_container" - android:background="?android:colorBackground" - android:fitsSystemWindows="true" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_alignParentLeft="true" - android:layout_alignParentStart="true" - android:layout_alignParentBottom="true" - android:layout_below="@+id/toolbar"> - </FrameLayout> - - <include layout="@layout/toolbar" android:id="@+id/toolbar" /> - -</RelativeLayout>
\ No newline at end of file |