summaryrefslogtreecommitdiff
path: root/main/src/main/res/drawable/slidingtab_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/drawable/slidingtab_background.xml')
-rw-r--r--main/src/main/res/drawable/slidingtab_background.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/src/main/res/drawable/slidingtab_background.xml b/main/src/main/res/drawable/slidingtab_background.xml
index 885cf036..82e1cde3 100644
--- a/main/src/main/res/drawable/slidingtab_background.xml
+++ b/main/src/main/res/drawable/slidingtab_background.xml
@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (c) 2012-2014 Arne Schwabe
+ ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ -->
+
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
<item android:state_pressed="true" android:drawable="@color/background_tab_pressed" />