remove unused transitionName resources

This commit is contained in:
Andrew Dolgov 2015-02-18 13:29:03 +03:00
parent b82e36d680
commit 18214d8e3e
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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>