aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2017-07-06 21:16:01 +0200
committerPacien TRAN-GIRARD2017-07-06 21:16:01 +0200
commit819b3a44920e303a670928ee56e32b5ae02efca1 (patch)
tree5fa0c255a04220f676615ea4f287d31bbd4c83e8 /app/src/main/res/layout
parentc045543ee4c4fabf5ee38bfb4695d98d9190d862 (diff)
downloadtincapp-819b3a44920e303a670928ee56e32b5ae02efca1.tar.gz
Refresh network and node lists
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/page_start.xml5
-rw-r--r--app/src/main/res/layout/page_status.xml5
2 files changed, 6 insertions, 4 deletions
diff --git a/app/src/main/res/layout/page_start.xml b/app/src/main/res/layout/page_start.xml
index 0eaf7b0..68bf78f 100644
--- a/app/src/main/res/layout/page_start.xml
+++ b/app/src/main/res/layout/page_start.xml
@@ -1,6 +1,7 @@
1<LinearLayout 1<android.support.v4.widget.SwipeRefreshLayout
2 xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools" 3 xmlns:tools="http://schemas.android.com/tools"
4 android:id="@+id/network_list_wrapper"
4 android:layout_width="match_parent" 5 android:layout_width="match_parent"
5 android:layout_height="match_parent" 6 android:layout_height="match_parent"
6 android:orientation="vertical" 7 android:orientation="vertical"
@@ -30,4 +31,4 @@
30 31
31 </LinearLayout> 32 </LinearLayout>
32 33
33</LinearLayout> 34</android.support.v4.widget.SwipeRefreshLayout>
diff --git a/app/src/main/res/layout/page_status.xml b/app/src/main/res/layout/page_status.xml
index 22faaf1..cd80d0b 100644
--- a/app/src/main/res/layout/page_status.xml
+++ b/app/src/main/res/layout/page_status.xml
@@ -1,9 +1,10 @@
1<LinearLayout 1<android.support.v4.widget.SwipeRefreshLayout
2 xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools" 3 xmlns:tools="http://schemas.android.com/tools"
4 android:layout_width="match_parent" 4 android:layout_width="match_parent"
5 android:layout_height="match_parent" 5 android:layout_height="match_parent"
6 android:orientation="vertical" 6 android:orientation="vertical"
7 android:id="@+id/node_list_wrapper"
7 tools:context="org.pacien.tincapp.activities.StatusActivity"> 8 tools:context="org.pacien.tincapp.activities.StatusActivity">
8 9
9 <ListView 10 <ListView
@@ -19,4 +20,4 @@
19 style="@style/AppTheme.ListBlock.Placeholder" 20 style="@style/AppTheme.ListBlock.Placeholder"
20 android:text="@string/message_no_known_node"/> 21 android:text="@string/message_no_known_node"/>
21 22
22</LinearLayout> 23</android.support.v4.widget.SwipeRefreshLayout>