diff options
author | Scott Jackson <daneren2005@gmail.com> | 2015-06-24 17:48:38 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2015-06-24 17:48:38 -0700 |
commit | d2c62f46539b0502676990106044d95496ec7e1d (patch) | |
tree | 7aa92789e9c48043b53ba758240643481e883645 /app/src/main | |
parent | c8db3c240d7755340f082a8b84698a95d5142c4c (diff) | |
download | dsub-d2c62f46539b0502676990106044d95496ec7e1d.tar.gz dsub-d2c62f46539b0502676990106044d95496ec7e1d.tar.bz2 dsub-d2c62f46539b0502676990106044d95496ec7e1d.zip |
Remove unused layout res
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/layout/abstract_list_fragment.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/src/main/res/layout/abstract_list_fragment.xml b/app/src/main/res/layout/abstract_list_fragment.xml deleted file mode 100644 index 0404350c..00000000 --- a/app/src/main/res/layout/abstract_list_fragment.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/refresh_layout" - android:layout_width="fill_parent" - android:layout_height="fill_parent"> - - <LinearLayout - android:id="@+id/fragment_list_layout" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="vertical" > - - <View - android:layout_width="fill_parent" - android:layout_height="1px" - android:background="?attr/colorPrimary"/> - - <ListView - android:id="@+id/fragment_list" - android:layout_width="fill_parent" - android:layout_height="0dip" - android:layout_weight="1.0" - android:fastScrollEnabled="true"/> - - <include layout="@layout/tab_progress" /> - </LinearLayout> -</android.support.v4.widget.SwipeRefreshLayout>
\ No newline at end of file |