diff options
author | Torsten Grote <t@grobox.de> | 2020-04-16 15:06:06 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-04-16 15:06:06 -0300 |
commit | f920fa7fa12db5d6fd40844ffb8402426d0a2b07 (patch) | |
tree | bff6056188d6424c63eba240d67f9875ea866daa /merchant-terminal | |
parent | be8c9a25fe8df7d5bf8e55b38103522f90737e92 (diff) | |
download | taler-android-f920fa7fa12db5d6fd40844ffb8402426d0a2b07.tar.gz taler-android-f920fa7fa12db5d6fd40844ffb8402426d0a2b07.tar.bz2 taler-android-f920fa7fa12db5d6fd40844ffb8402426d0a2b07.zip |
[wallet] allow transactions to be selected by long tap
Diffstat (limited to 'merchant-terminal')
3 files changed, 0 insertions, 16 deletions
diff --git a/merchant-terminal/src/main/res/drawable/selectable_background.xml b/merchant-terminal/src/main/res/drawable/selectable_background.xml deleted file mode 100644 index b82de92..0000000 --- a/merchant-terminal/src/main/res/drawable/selectable_background.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:drawable="@color/selectedBackground" android:state_activated="true" /> - <item android:drawable="@android:color/transparent" /> -</selector>
\ No newline at end of file diff --git a/merchant-terminal/src/main/res/values-night/colors.xml b/merchant-terminal/src/main/res/values-night/colors.xml deleted file mode 100644 index 10bdbb9..0000000 --- a/merchant-terminal/src/main/res/values-night/colors.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <color name="highlightedBackground">#2E2E2E</color> - <color name="selectedBackground">#363636</color> -</resources> diff --git a/merchant-terminal/src/main/res/values/colors.xml b/merchant-terminal/src/main/res/values/colors.xml index bf0c849..950c107 100644 --- a/merchant-terminal/src/main/res/values/colors.xml +++ b/merchant-terminal/src/main/res/values/colors.xml @@ -4,11 +4,5 @@ <color name="colorPrimaryDark">#5D4037</color> <color name="colorAccent">#FFEB3B</color> - <color name="highlightedBackground">#E4E4E4</color> - <color name="selectedBackground">#DADADA</color> <color name="bottomButtons">#9E9D24</color> - - <color name="green">#388E3C</color> - <color name="red">#C62828</color> - </resources> |