remove unused transitionName resources
This commit is contained in:
parent
b82e36d680
commit
18214d8e3e
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user