summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-12-01 19:43:23 +0300
committerAndrew Dolgov <[email protected]>2015-12-01 19:43:23 +0300
commit52adc297154f759dec7f72a84cf313190064467d (patch)
treec283fcf927937f2c324006173e7be687a8ccc5f9 /org.fox.ttrss/src/main/res/layout
parent655b3e873e78db8e07792c9847f4298cbe7ec9ab (diff)
add reveal animation to settings button
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/activity_preferences.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/drawer_header.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_preferences.xml b/org.fox.ttrss/src/main/res/layout/activity_preferences.xml
index 431b7da4..bd37a3ce 100644
--- a/org.fox.ttrss/src/main/res/layout/activity_preferences.xml
+++ b/org.fox.ttrss/src/main/res/layout/activity_preferences.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ android:transitionName="SETTINGS_REVEAL"
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/org.fox.ttrss/src/main/res/layout/drawer_header.xml b/org.fox.ttrss/src/main/res/layout/drawer_header.xml
index d2ea0660..d39cdad0 100755
--- a/org.fox.ttrss/src/main/res/layout/drawer_header.xml
+++ b/org.fox.ttrss/src/main/res/layout/drawer_header.xml
@@ -28,6 +28,7 @@
android:clickable="true"
android:layout_marginBottom="16dp"
android:layout_marginRight="12dp"
+ android:transitionName="SETTINGS_REVEAL"
android:background="@drawable/ripple" />
<LinearLayout