summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/history_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/history_row.xml')
-rw-r--r--app/src/main/res/layout/history_row.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/src/main/res/layout/history_row.xml b/app/src/main/res/layout/history_row.xml
index e741d19..8f0db1f 100644
--- a/app/src/main/res/layout/history_row.xml
+++ b/app/src/main/res/layout/history_row.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
+<?xml version="1.0" encoding="utf-8"?><!--
~ This file is part of GNU Taler
~ (C) 2020 Taler Systems S.A.
~
@@ -20,8 +19,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="?android:selectableItemBackground"
- android:layout_margin="15dp">
+ android:layout_margin="15dp"
+ android:background="?attr/selectableItemBackground">
<ImageView
android:id="@+id/icon"
@@ -35,8 +34,8 @@
tools:ignore="ContentDescription" />
<TextView
- style="@style/HistoryTitle"
android:id="@+id/title"
+ style="@style/HistoryTitle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"