aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/list_item_background.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-09-05 18:33:42 -0500
committerSamuel Holland <samuel@sholland.org>2018-11-11 21:50:23 -0600
commit1d44e27caee1064096e2505b93b1e3164a5039c5 (patch)
tree8adb020e43111ff0420569c16c8c529f69b6a0e5 /app/src/main/res/drawable/list_item_background.xml
parenttools: wg-quick: bump (diff)
downloadwireguard-android-1d44e27caee1064096e2505b93b1e3164a5039c5.tar.xz
wireguard-android-1d44e27caee1064096e2505b93b1e3164a5039c5.zip
Auto-format the source directories
Blame Jason for writing Java in vim.
Diffstat (limited to 'app/src/main/res/drawable/list_item_background.xml')
-rw-r--r--app/src/main/res/drawable/list_item_background.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/src/main/res/drawable/list_item_background.xml b/app/src/main/res/drawable/list_item_background.xml
index 6a69bcda..f86d4df1 100644
--- a/app/src/main/res/drawable/list_item_background.xml
+++ b/app/src/main/res/drawable/list_item_background.xml
@@ -3,10 +3,14 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item>
<selector>
- <item app:state_multiselected="true" android:state_activated="true">
+ <item
+ android:state_activated="true"
+ app:state_multiselected="true">
<color android:color="?attr/colorControlActivated" />
</item>
- <item app:state_multiselected="false" android:state_activated="true">
+ <item
+ android:state_activated="true"
+ app:state_multiselected="false">
<color android:color="?attr/colorControlHighlight" />
</item>
</selector>