diff options
author | Pacien TRAN-GIRARD | 2017-07-11 18:22:48 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-07-11 18:22:48 +0200 |
commit | a2f166f907b7c7ac6f1e0ed6ff8c0637800f6b91 (patch) | |
tree | 398bebaf42a7550600ae6c847dbe59b58f64da12 /app/src/main/res/layout/page_start.xml | |
parent | 1afc00f3f26472083d814a99f244dae39a960e34 (diff) | |
download | tincapp-a2f166f907b7c7ac6f1e0ed6ff8c0637800f6b91.tar.gz |
Fix empty list placeholder display
Diffstat (limited to 'app/src/main/res/layout/page_start.xml')
-rw-r--r-- | app/src/main/res/layout/page_start.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/src/main/res/layout/page_start.xml b/app/src/main/res/layout/page_start.xml index 68bf78f..b1bf2a4 100644 --- a/app/src/main/res/layout/page_start.xml +++ b/app/src/main/res/layout/page_start.xml | |||
@@ -15,20 +15,4 @@ | |||
15 | android:footerDividersEnabled="false" | 15 | android:footerDividersEnabled="false" |
16 | android:headerDividersEnabled="false"/> | 16 | android:headerDividersEnabled="false"/> |
17 | 17 | ||
18 | <LinearLayout | ||
19 | android:id="@+id/network_list_empty" | ||
20 | android:layout_width="match_parent" | ||
21 | android:layout_height="wrap_content" | ||
22 | android:orientation="vertical"> | ||
23 | |||
24 | <TextView | ||
25 | style="@style/AppTheme.SectionTitle" | ||
26 | android:text="@string/title_connect_to_network"/> | ||
27 | |||
28 | <TextView | ||
29 | style="@style/AppTheme.ListBlock.Placeholder" | ||
30 | android:text="@string/message_no_network_configuration_found"/> | ||
31 | |||
32 | </LinearLayout> | ||
33 | |||
34 | </android.support.v4.widget.SwipeRefreshLayout> | 18 | </android.support.v4.widget.SwipeRefreshLayout> |