From 75dfa0643be6967b2c99f5a42f179003d41bde3f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 30 Jul 2018 15:26:33 +0200 Subject: Show different color for multiselection Signed-off-by: Jason A. Donenfeld --- app/src/main/res/drawable/list_item_background.xml | 11 ++++++----- app/src/main/res/layout/tunnel_list_item.xml | 4 ++-- app/src/main/res/values/attrs.xml | 6 ++++++ 3 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 app/src/main/res/values/attrs.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable/list_item_background.xml b/app/src/main/res/drawable/list_item_background.xml index f064676a..d62f3237 100644 --- a/app/src/main/res/drawable/list_item_background.xml +++ b/app/src/main/res/drawable/list_item_background.xml @@ -1,12 +1,13 @@ - + - + + + + - diff --git a/app/src/main/res/layout/tunnel_list_item.xml b/app/src/main/res/layout/tunnel_list_item.xml index ba36fe65..cf25b83e 100644 --- a/app/src/main/res/layout/tunnel_list_item.xml +++ b/app/src/main/res/layout/tunnel_list_item.xml @@ -25,7 +25,7 @@ type="com.wireguard.android.fragment.TunnelListFragment" /> - - + diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml new file mode 100644 index 00000000..85a987f9 --- /dev/null +++ b/app/src/main/res/values/attrs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3