summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/layout/account_login.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/android/src/main/res/layout/account_login.xml b/android/src/main/res/layout/account_login.xml
index 7ce8e27113..d91222c73f 100644
--- a/android/src/main/res/layout/account_login.xml
+++ b/android/src/main/res/layout/account_login.xml
@@ -9,9 +9,8 @@
android:layout_height="48dp"
android:layout_alignParentTop="true"
android:orientation="horizontal" />
- <ListView android:id="@+id/history"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/input"
- android:dividerHeight="@dimen/account_history_divider" />
+ <android.support.v7.widget.RecyclerView android:id="@+id/history"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/input" />
</merge>