summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-03 15:12:29 -0300
committerTorsten Grote <t@grobox.de>2020-04-03 15:12:29 -0300
commitd72548e82e6993486180f5528ae8073ab2a99a25 (patch)
tree4abe23b58340fb8fcc238ad5bd9bc7fda6bb13e2 /wallet/src/main/res/values/styles.xml
parentbee652834f90fd8abd46b5adcf30adcc587984c2 (diff)
downloadtaler-android-d72548e82e6993486180f5528ae8073ab2a99a25.tar.gz
taler-android-d72548e82e6993486180f5528ae8073ab2a99a25.tar.bz2
taler-android-d72548e82e6993486180f5528ae8073ab2a99a25.zip
[wallet] add detail page for payment sent event in history
Diffstat (limited to 'wallet/src/main/res/values/styles.xml')
-rw-r--r--wallet/src/main/res/values/styles.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/wallet/src/main/res/values/styles.xml b/wallet/src/main/res/values/styles.xml
index c3e18a6..9ebcae5 100644
--- a/wallet/src/main/res/values/styles.xml
+++ b/wallet/src/main/res/values/styles.xml
@@ -38,6 +38,31 @@
<item name="android:textColor">?android:textColorPrimary</item>
</style>
+ <style name="HistoryEventLabel">
+ <item name="android:layout_width">0dp</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_marginStart">16dp</item>
+ <item name="android:layout_marginTop">16dp</item>
+ <item name="android:layout_marginEnd">16dp</item>
+ <item name="android:gravity">center</item>
+ </style>
+
+ <style name="HistoryEventLabel.Time">
+ <item name="android:layout_marginBottom">16dp</item>
+ <item name="android:textAppearance">@style/TextAppearance.AppCompat.Medium</item>
+ </style>
+
+ <style name="HistoryEventContent">
+ <item name="android:layout_width">0dp</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_marginStart">16dp</item>
+ <item name="android:layout_marginTop">8dp</item>
+ <item name="android:layout_marginEnd">16dp</item>
+ <item name="android:layout_marginBottom">16dp</item>
+ <item name="android:textSize">24sp</item>
+ <item name="android:gravity">center</item>
+ </style>
+
<style name="BottomCard">
<item name="cardCornerRadius">0dp</item>
<item name="cardElevation">8dp</item>