Fixed: Rotating screen after viewing a file would return you to the
[pub/Android/ownCloud.git] / res / drawable / action_item_btn.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <selector xmlns:android="http://schemas.android.com/apk/res/android"
3 android:dither="true">
4
5 <item
6 android:state_window_focused="false"
7 android:drawable="@android:color/transparent" />
8 <item
9 android:state_pressed="true"
10 android:drawable="@drawable/action_item_selected"/>
11 <item
12 android:state_focused="true"
13 android:drawable="@drawable/action_item_selected"/>
14 <item
15 android:drawable="@android:color/transparent"/>
16
17 </selector>