aboutsummaryrefslogtreecommitdiff
path: root/res/layout/chat.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-04-19 13:21:36 -0700
committerScott Jackson <daneren2005@gmail.com>2014-04-19 13:21:36 -0700
commit2afc4b04e4774f5a7b8ce4cf5b907c0d2e8fbe98 (patch)
tree16d14cdca370cf35dea24427c7aa445868128b8d /res/layout/chat.xml
parentade2ba555cc7ef5a5173f75f4d67b2c5db495795 (diff)
parente4fd975a5167450fe18c542f2b3cf1fdf907cbdb (diff)
downloaddsub-2afc4b04e4774f5a7b8ce4cf5b907c0d2e8fbe98.tar.gz
dsub-2afc4b04e4774f5a7b8ce4cf5b907c0d2e8fbe98.tar.bz2
dsub-2afc4b04e4774f5a7b8ce4cf5b907c0d2e8fbe98.zip
Merge branch 'PullRefresh' of https://github.com/daneren2005/Subsonic
Diffstat (limited to 'res/layout/chat.xml')
-rw-r--r--res/layout/chat.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/res/layout/chat.xml b/res/layout/chat.xml
index 9b8f7d17..f2c1c3fd 100644
--- a/res/layout/chat.xml
+++ b/res/layout/chat.xml
@@ -7,12 +7,18 @@
<include layout="@layout/tab_progress" />
- <ListView
- android:id="@+id/chat_entries"
+ <android.support.v4.widget.SwipeRefreshLayout
+ android:id="@+id/refresh_layout"
android:layout_width="fill_parent"
android:layout_height="0dip"
- android:layout_weight="1.0"
- android:textFilterEnabled="true" />
+ android:layout_weight="1.0">
+
+ <ListView
+ android:id="@+id/chat_entries"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:textFilterEnabled="true" />
+ </android.support.v4.widget.SwipeRefreshLayout>
<LinearLayout
android:layout_height="4dip"
@@ -32,7 +38,7 @@
android:layout_weight="1"
android:autoLink="all"
android:hint="@string/chat.send_a_message"
- android:inputType="textEmailAddress|textMultiLine"
+ android:inputType="textEmailAddress|textMultiLine"
android:linksClickable="true"
android:paddingBottom="10dip"
android:paddingTop="10dip" />