summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_fragment.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
index 0abc2f5b..f4ff2c59 100755
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
+++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
@@ -22,7 +22,6 @@
<FrameLayout
android:paddingRight="4dp"
android:id="@+id/headlines_fragment"
- android:transitionName="TRANSITION:HEADLINES_LIST"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.4"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
index 612f5ce4..b3aa5d92 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
@@ -12,7 +12,6 @@
<ListView
android:id="@+id/headlines_list"
android:layout_width="match_parent"
- android:transitionName="TRANSITION:HEADLINES_LIST"
android:layout_height="match_parent" >
</ListView>
</android.support.v4.widget.SwipeRefreshLayout>