summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-10 09:53:40 +0300
committerAndrew Dolgov <[email protected]>2018-07-10 09:53:40 +0300
commit4e8b3e55d68b019043d62da265b384361b616592 (patch)
treec729fff14e8af939f783607e4ac2fb1bdde075b7 /org.fox.ttrss/src/main/res/layout
parent191f3786f18b76e4e2b785332c450e454641d75c (diff)
disable settings reveal animation because it screws with preferencefragment layout somehow preventing preferences from being interactable
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/activity_preferences.xml3
1 files changed, 0 insertions, 3 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 bd37a3ce..519bfe61 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/activity_preferences.xml
+++ b/org.fox.ttrss/src/main/res/layout/activity_preferences.xml
@@ -1,15 +1,12 @@
<?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">
<FrameLayout
android:id="@+id/preferences_container"
android:background="?android:colorBackground"
- android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"