aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/listpage_refresh_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/listpage_refresh_layout.xml')
-rw-r--r--res/layout/listpage_refresh_layout.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/res/layout/listpage_refresh_layout.xml b/res/layout/listpage_refresh_layout.xml
deleted file mode 100644
index 3917e455..00000000
--- a/res/layout/listpage_refresh_layout.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/White"
- android:gravity="center_horizontal"
- android:orientation="vertical" >
-
- <ListView
- android:id="@+id/listpage_listview"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:divider="@color/Gray2"
- android:dividerHeight="1dp"
- android:footerDividersEnabled="true" >
-
- </ListView>
-
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="5dp"
- android:layout_marginLeft="5dp"
- android:layout_marginRight="5dp"
- android:layout_marginTop="5dp"
- android:background="@color/Gray"
- android:padding="1dp" >
-
- <Button
- android:id="@+id/listpage_refresh"
- style="@style/whiteBtn"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:minHeight="36dp"
- android:text="Refresh" />
-
- </FrameLayout>
-
-</LinearLayout>