diff options
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/account_history_entry.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/account_history_entry.xml b/android/src/main/res/layout/account_history_entry.xml index 440cce957d..d168bc6cc1 100644 --- a/android/src/main/res/layout/account_history_entry.xml +++ b/android/src/main/res/layout/account_history_entry.xml @@ -2,7 +2,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/account_history_entry_height" android:orientation="vertical"> - <TextView android:id="@+id/account_history_entry_text_view" + <TextView android:id="@+id/label" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/account_history_entry_background" |
