summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/account_history_entry.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/android/src/main/res/layout/account_history_entry.xml b/android/src/main/res/layout/account_history_entry.xml
index d168bc6cc1..2cc15e1621 100644
--- a/android/src/main/res/layout/account_history_entry.xml
+++ b/android/src/main/res/layout/account_history_entry.xml
@@ -1,7 +1,6 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="@dimen/account_history_entry_height"
- android:orientation="vertical">
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/account_history_entry_height">
<TextView android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -11,4 +10,4 @@
android:textColor="@color/blue80"
android:textSize="@dimen/text_medium_plus"
android:textStyle="bold" />
-</LinearLayout>
+</FrameLayout>